Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75210 --- shadow/75210 2005-07-04 12:20:40.000000000 -0400 +++ shadow/75210.tmp.24940 2005-07-04 12:36:55.000000000 -0400 @@ -86,6 +86,57 @@ Created an attachment (id=15425) mono-service.cs without AppDomain handling ------- Additional Comments From [EMAIL PROTECTED] 2005-07-04 12:20 ------- http://www.mono-project.com/Debugging + +------- Additional Comments From [EMAIL PROTECTED] 2005-07-04 12:36 ------- +Here it is: + +(gdb) where +#0 0x400bc576 in nanosleep () from /lib/libpthread.so.0 +#1 0x00000001 in ?? () +#2 0x080a2863 in ves_icall_System_Threading_Thread_Sleep_internal +(ms=500) at threads.c:628 +#3 0x40f01a53 in ?? () +#4 0x40f019f6 in ?? () +#5 0x40b8e5e2 in ?? () +#6 0x40f00ed6 in ?? () +#7 0x40f00e8c in ?? () +#8 0x40b8f31f in ?? () +#9 0x40b8f1d8 in ?? () +#10 0x0811f488 in mono_jit_runtime_invoke (method=0x82a1e10, +obj=0xbfffec34, params=0xbfffedf8, exc=0x0) + at mini.c:9546 +#11 0x080c2b7c in mono_runtime_invoke (method=0x82f1e10, obj=0x0, +params=0xbfffedf8, exc=0x0) + at object.c:1293 +#12 0x080c3a62 in mono_runtime_invoke_array (method=0x82f1e10, +obj=0x0, params=0x8144a5b, exc=0x0) + at object.c:2127 +#13 0x080ca300 in ves_icall_InternalInvoke (method=0xfffffffc, +this=0x0, params=0x82a2950) at icall.c:2504 +#14 0x40b8f18a in ?? () +#15 0x40b8eefb in ?? () +#16 0x40b8ee7b in ?? () +#17 0x40b88601 in ?? () +#18 0x40b87fe1 in ?? () +#19 0x40b820cc in ?? () +#20 0x40b81c66 in ?? () +#21 0x0811f488 in mono_jit_runtime_invoke (method=0x82a2910, +obj=0x82a1f00, params=0xbffff0f8, exc=0x0) + at mini.c:9546 +#22 0x080c2b7c in mono_runtime_invoke (method=0x82626b0, obj=0x0, +params=0xbffff0f8, exc=0x0) + at object.c:1293 +#23 0x080c3893 in mono_runtime_exec_main (method=0x82626b0, +args=0x82626b0, exc=0x0) at object.c:1982 +#24 0x080c3514 in mono_runtime_run_main (method=0x82626b0, argc=1, +argv=0xbffff2a0, exc=0x0) + at object.c:1845 +#25 0x0805bcb1 in main_thread_handler (user_data=0x81daf00) at +driver.c:526 +#26 0x0805c5b6 in mono_main (argc=2, argv=0xbffff294) at driver.c:926 +#27 0x0805b139 in main (argc=4, argv=0xbffff294) at main.c:6 +#28 0x4014a8ae in __libc_start_main () from /lib/libc.so.6 + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
