[Mono-bugs] [Bug 398143] New: EXCEPTION: Mono.Debugger.InternalError: Internal error.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jun 6 15:27:24 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=398143
Summary: EXCEPTION: Mono.Debugger.InternalError: Internal error.
Product: Mono: Debugger
Version: SVN
Platform: i686
OS/Version: openSUSE 11.0
Status: NEW
Severity: Normal
Priority: P5 - None
Component: backend
AssignedTo: martin at novell.com
ReportedBy: sontek at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
I'm running latest SVN mono, latest SVN mdb.
I use this script to setup my environment:
#!/bin/bash
MONO_PREFIX=/home/sontek/bin
export LD_LIBRARY_PATH=$MONO_PREFIX/lib:$LD_LIBRARY_PATH
export C_INCLUDE_PATH=$MONO_PREFIX/include
export ACLOCAL_PATH=$MONO_PREFIX/share/aclocal
export PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig
export MONO_GAC_PREFIX=$MONO_PREFIX:/usr
PATH=$MONO_PREFIX/bin:$PATH
PS1="[mono] \w @ "
I compiled this app with gmcs -debug hello.cs
Heres the exception:
[mono] ~/code/personal @ mdb hello.exe
Mono Debugger
(mdb) run
Starting program: hello.exe
Cannot find thread b7d4b6e0 in /home/sontek/bin/bin/mono:--inside-mdb:hello.exe
EXCEPTION: Mono.Debugger.InternalError: Internal error.
at Mono.Debugger.Backend.MonoThreadManager.HandleChildEvent
(Mono.Debugger.Backend.SingleSteppingEngine engine,
Mono.Debugger.Backend.Inferior inferior, Mono.Debugger.Backend.ChildEvent&
cevent, System.Boolean& resume_target) [0x003d0] in
/home/sontek/code/oss/mono/debugger/backend/MonoThreadManager.cs:357
at Mono.Debugger.Backend.ThreadManager.HandleChildEvent
(Mono.Debugger.Backend.SingleSteppingEngine engine,
Mono.Debugger.Backend.Inferior inferior, Mono.Debugger.Backend.ChildEvent&
cevent, System.Boolean& resume_target) [0x000db] in
/home/sontek/code/oss/mono/debugger/backend/ThreadManager.cs:191
at (wrapper remoting-invoke-with-check)
Mono.Debugger.Backend.ThreadManager:HandleChildEvent
(Mono.Debugger.Backend.SingleSteppingEngine,Mono.Debugger.Backend.Inferior,Mono.Debugger.Backend.Inferior/ChildEvent&,bool&)
at Mono.Debugger.Backend.SingleSteppingEngine.ProcessEvent
(Mono.Debugger.Backend.ChildEvent cevent) [0x001f3] in
/home/sontek/code/oss/mono/debugger/backend/SingleSteppingEngine.cs:206
at Mono.Debugger.Backend.SingleSteppingEngine.ProcessEvent (Int32 status)
[0x0000c] in
/home/sontek/code/oss/mono/debugger/backend/SingleSteppingEngine.cs:152
at (wrapper remoting-invoke-with-check)
Mono.Debugger.Backend.SingleSteppingEngine:ProcessEvent (int)
at Mono.Debugger.Backend.ThreadManager.engine_thread_main () [0x000cd] in
/home/sontek/code/oss/mono/debugger/backend/ThreadManager.cs:313
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list