[Mono-bugs] [Bug 575598] Softdebugging this program crashes the mono runtime

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Mar 2 10:59:17 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=575598

http://bugzilla.novell.com/show_bug.cgi?id=575598#c12


--- Comment #12 from Levi Bard <taktaktaktaktaktaktaktaktaktak at gmail.com> 2010-03-02 15:59:16 UTC ---
OK, I'm seeing a related issue:
It looks like, after a domain unload, the first breakpoint's always being given
a stack trace for the unload invocation, although the breakpoint location is
being set correctly.

(Correct breakpoint, incorrect stack)
Hit breakpoint at Void SeperateAppDomainTest.Program:LoadAssembly ()+0x99 at
/home/levi/unity/Test575598/Main.cs:35
Got tracepoint [SourceLocation Method=System.AppDomain.Unload,
Filename=/home/levi/work/mono-2-6/mcs/class/corlib/System/AppDomain.cs,
Line=1036, Column=-1]
Got tracepoint [SourceLocation
Method=SeperateAppDomainTest.Program.LoadAssembly,
Filename=/home/levi/unity/Test575598/Main.cs, Line=32, Column=-1]
Got tracepoint [SourceLocation Method=SeperateAppDomainTest.Program.Main,
Filename=/home/levi/unity/Test575598/Main.cs, Line=10, Column=-1]

(Correct breakpoint, correct stack)
Hit breakpoint at Void SeperateAppDomainTest.Program:LoadAssembly ()+0xa3 at
/home/levi/unity/Test575598/Main.cs:36
Got tracepoint [SourceLocation
Method=SeperateAppDomainTest.Program.LoadAssembly,
Filename=/home/levi/unity/Test575598/Main.cs, Line=36, Column=-1]
Got tracepoint [SourceLocation Method=SeperateAppDomainTest.Program.Main,
Filename=/home/levi/unity/Test575598/Main.cs, Line=10, Column=-1]

-- 
Configure bugmail: http://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