[Mono-bugs] [Bug 499326] New: Assertion hit in mono_set_domain_internal_with_options()
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Apr 29 12:06:54 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=499326
Summary: Assertion hit in
mono_set_domain_internal_with_options()
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: x86
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: mprobst at novell.com
ReportedBy: gonzalo at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=288942)
--> (http://bugzilla.novell.com/attachment.cgi?id=288942)
Test case
Run the attached test case several times (you need to press ENTER for it to
exit).
Sometimes I get an assertion with stack trace:
Thread 2 (Thread 0xb6947b90 (LWP 18721)):
#0 0xb80dd424 in __kernel_vsyscall ()
#1 0xb7ff00fb in read () from /lib/tls/i686/cmov/libpthread.so.0
#2 0x080d4a46 in mono_handle_native_sigsegv (signal=6, ctx=0xb6946d2c) at
/usr/include/bits/unistd.h:45
#3 <signal handler called>
#4 0xb80dd424 in __kernel_vsyscall ()
#5 0xb7e856d0 in raise () from /lib/tls/i686/cmov/libc.so.6
#6 0xb7e87098 in abort () from /lib/tls/i686/cmov/libc.so.6
#7 0xb806b263 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
#8 0xb806b88d in g_assertion_message_expr () from /usr/lib/libglib-2.0.so.0
#9 0x08160a97 in mono_domain_set_internal_with_options (domain=0x34e70,
migrate_exception=1) at domain.c:1772
#10 0x08160ab9 in mono_domain_set_internal (domain=0x34e70) at domain.c:1787
#11 0x08191910 in mono_domain_set (domain=0x6, force=1) at appdomain.c:536
#12 0x0816c5c5 in async_invoke_io_thread (data=0x9bd90) at threadpool.c:325
#13 0x08176388 in start_wrapper (data=0x8ab56c8) at threads.c:624
#14 0x081c3e36 in thread_start_routine (args=0x8a432d4) at threads.c:286
#15 0x081d9207 in GC_start_routine (arg=0x35440) at pthread_support.c:1382
#16 0xb7fe94ff in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#17 0xb7f3e49e in clone () from /lib/tls/i686/cmov/libc.so.6
--
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