https://bugzilla.novell.com/show_bug.cgi?id=423518
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=423518#c22 --- Comment #22 from Hubert FONGARNAND <[EMAIL PROTECTED]> 2008-10-21 02:13:33 MDT --- Hi martin, your patch seems to have fix something... here's my trace : [mono] ~/Projects/DebuggerTest/DebuggerTest/bin/Debug @ mdb -debug-flags:logfile:511 ./DebuggerTest.exe Mono Debugger (mdb) r Starting program: ./DebuggerTest.exe WARNING: Got event 137f for unknown pid 8771 TEST: waiting again TEST: done waiting again: 8769 3057f TEST: Processing pending event: 8771 137f WARNING: Got event 137f for unknown pid 8772 TEST: waiting again TEST: done waiting again: 8769 3057f TEST: Processing pending event: 8772 137f Thread @1 stopped at #0: 0xb778a2a6 in DebuggerTest.MainClass.Main(string[])+0x6 at /home/hubert/Projects/DebuggerTest/DebuggerTest/Main.cs:23. 23 MainClass main=new MainClass(); (mdb) s Thread @1 stopped at #0: 0xb778a413 in DebuggerTest.MainClass..ctor()+0x3 at /home/hubert/Projects/DebuggerTest/DebuggerTest/Main.cs:13. 13 class MainClass (mdb) s Thread @1 stopped at #0: 0xb778a2c2 in DebuggerTest.MainClass.Main(string[])+0x22 at /home/hubert/Projects/DebuggerTest/DebuggerTest/Main.cs:24. 24 main.Test(); (mdb) s Thread @1 stopped at #0: 0xb778a41b in DebuggerTest.MainClass.Test()+0x3 at /home/hubert/Projects/DebuggerTest/DebuggerTest/Main.cs:18. 18 Console.WriteLine("Test..."); (mdb) s Test... Thread @1 exited. Process #1 exited. (mdb) Target exited. ERROR: No target. (mdb) Thanks for this great work!!! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
