[Mono-bugs] [Bug 74990][Maj] New - ** ERROR **: file domain.c: line
203 (mono_jit_info_table_remove):
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 18 20:06:52 EDT 2005
assertion failed: (g_array_index (table, gpointer, pos) == ji)
aborting...
In-Reply-To: <bug-74990 at chernobyl.ximian.com>
X-Bugzilla-Product: Mono: Runtime
X-Bugzilla-Component: misc
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: Major
X-Bugzilla-Severity:
X-Bugzilla-Target-Milestone: ---
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 ifolder.guy at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74990
--- shadow/74990 2005-05-18 20:06:52.000000000 -0400
+++ shadow/74990.tmp.31966 2005-05-18 20:06:52.000000000 -0400
@@ -0,0 +1,634 @@
+Bug#: 74990
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details: Novell Linux Desktop
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: ifolder.guy at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ** ERROR **: file domain.c: line 203 (mono_jit_info_table_remove):
+assertion failed: (g_array_index (table, gpointer, pos) == ji)
+aborting...
+
+Client Hardware
+PIV 1.8 GHz Hyperthreading enabled
+1GB RAM
+
+Client Software
+Novell Linux Desktop SP1
+Mono Version - 1.1.7.1.44342
+iFolder Build - 20050518
+( http://ftp.novell.com/pub/forge/ifolder/client/daily/20050518_1024/linux/rpms/)
+
+Description of Problem:
+iFolder Client crashes when attempting to upload 6 iFolders with 100K (33
+byte) files. This is the error that is thrown in the console
+
+** ERROR **: file domain.c: line 203 (mono_jit_info_table_remove):
+assertion failed: (g_array_index (table, gpointer, pos) == ji)
+aborting...
+
+Steps to reproduce the problem:
+1. Create six directories and run the following script in each of them
+
+#!/bin/sh
+for i in `seq 1 100000`;
+do
+echo $i `date` >$i.txt
+done
+
+2. Using the iFolder Client, setup an iFolder for each of the directories
+created in step #1
+3. Have the client attempt to sync the files to the iFolder server (takes
+about 3-5 Hours for client to crash).
+
+Actual Results:
+Client crashes and files are not successfully synced to the server
+
+Expected Results:
+Files should be successfully synced to the server and the client should
+continue to run.
+
+How often does this happen?
+Everytime
+
+Additional Information:
+Working with Gonzalo, I was able to gather the following information
+about the issue:
+
+Set the environment variables that 'ifolder' script sets.
+export MONO_PATH=/opt/novell/ifolder3/lib:/opt/novell/ifolder3/web/bin
+export
+LD_LIBRARY_PATH=/opt/novell/ifolder3/lib:/opt/novell/ifolder3/web/bin
+cd /opt/novell/ifolder3/bin
+run 'gdb mono'
+* Then:
+ * b g_log
+ * handle SIGPWR nostop noprint
+ * handle SIGXCPU nostop noprint
+ * handle SIG33 nostop noprint
+ * r iFolderClient.exe
+ * Here it should stop in 'g_log' right before printing the
+ ***ERROR*** line.
+
+(gdb) t a a bt
+Thread 24 (Thread 1128164272 (LWP 6395)):
+#0 0xffffe410 in ?? ()
+#1 0x433e68b0 in ?? ()
+#2 0x0015911f in ?? ()
+#3 0x00000000 in ?? ()
+#4 0x400d7b0c in pthread_cond_timedwait@@GLIBC_2.3.2 ()
+from /lib/tls/libpthread.so.0
+#5 0x080f34c7 in mono_pthread_key_for_tls ()
+#6 0x080f36af in mono_pthread_key_for_tls ()
+#7 0x080f5e5c in mono_pthread_key_for_tls ()
+#8 0x0809b6d9 in mono_debug_address_from_il_offset ()
+#9 0x08093612 in mono_thread_get_tls_offset ()
+#10 0x080f6dc7 in mono_once ()
+#11 0x08101634 in GC_end_blocking ()
+#12 0x400d5a13 in start_thread () from /lib/tls/libpthread.so.0
+#13 0x401c09da in clone () from /lib/tls/libc.so.6
+
+Thread 23 (Thread 1112517552 (LWP 6303)):
+#0 0xffffe410 in ?? ()
+#1 0x424fa848 in ?? ()
+#2 0x00000002 in ?? ()
+#3 0x00000000 in ?? ()
+#4 0x400d9efe in __lll_mutex_lock_wait () from /lib/tls/libpthread.so.0
+#5 0x400d6c6c in _L_mutex_lock_88 () from /lib/tls/libpthread.so.0
+#6 0x0877dcb8 in ?? ()
+#7 0x424fa858 in ?? ()
+#8 0x081a4740 in ?? ()
+#9 0x081fcf04 in ?? ()
+#10 0x0a41c870 in ?? ()
+
+Thread 22 (Thread 1123982256 (LWP 6288)):
+#0 0xffffe410 in ?? ()
+#1 0x42fe98b0 in ?? ()
+#2 0x0004c5cd in ?? ()
+#3 0x00000000 in ?? ()
+#4 0x400d7b0c in pthread_cond_timedwait@@GLIBC_2.3.2 ()
+from /lib/tls/libpthread.so.0
+#5 0x080f34c7 in mono_pthread_key_for_tls ()
+#6 0x080f36af in mono_pthread_key_for_tls ()
+#7 0x080f5e5c in mono_pthread_key_for_tls ()
+#8 0x0809cd99 in mono_thread_pool_cleanup ()
+#9 0x08093612 in mono_thread_get_tls_offset ()
+#10 0x080f6dc7 in mono_once ()
+---Type <return> to continue, or q <return> to quit---
+#11 0x08101634 in GC_end_blocking ()
+#12 0x400d5a13 in start_thread () from /lib/tls/libpthread.so.0
+#13 0x401c09da in clone () from /lib/tls/libc.so.6
+
+Thread 21 (Thread 1121852336 (LWP 6283)):
+#0 0xffffe410 in ?? ()
+#1 0x42de18b0 in ?? ()
+#2 0x00000002 in ?? ()
+#3 0x00000000 in ?? ()
+#4 0x400d9efe in __lll_mutex_lock_wait () from /lib/tls/libpthread.so.0
+#5 0x400d7beb in pthread_cond_timedwait@@GLIBC_2.3.2 ()
+from /lib/tls/libpthread.so.0
+#6 0x080f34c7 in mono_pthread_key_for_tls ()
+#7 0x080f36af in mono_pthread_key_for_tls ()
+#8 0x080f5e5c in mono_pthread_key_for_tls ()
+#9 0x0809b6d9 in mono_debug_address_from_il_offset ()
+#10 0x08093612 in mono_thread_get_tls_offset ()
+#11 0x080f6dc7 in mono_once ()
+#12 0x08101634 in GC_end_blocking ()
+#13 0x400d5a13 in start_thread () from /lib/tls/libpthread.so.0
+#14 0x401c09da in clone () from /lib/tls/libc.so.6
+
+Thread 20 (Thread 1120734128 (LWP 6278)):
+#0 0xffffe410 in ?? ()
+#1 0x42cd08b0 in ?? ()
+#2 0x0004c5cf in ?? ()
+#3 0x00000000 in ?? ()
+#4 0x400d7b0c in pthread_cond_timedwait@@GLIBC_2.3.2 ()
+from /lib/tls/libpthread.so.0
+#5 0x080f34c7 in mono_pthread_key_for_tls ()
+#6 0x080f36af in mono_pthread_key_for_tls ()
+---Type <return> to continue, or q <return> to quit---
+#7 0x080f5e5c in mono_pthread_key_for_tls ()
+#8 0x0809cd99 in mono_thread_pool_cleanup ()
+#9 0x08093612 in mono_thread_get_tls_offset ()
+#10 0x080f6dc7 in mono_once ()
+#11 0x08101634 in GC_end_blocking ()
+#12 0x400d5a13 in start_thread () from /lib/tls/libpthread.so.0
+#13 0x401c09da in clone () from /lib/tls/libc.so.6
+
+Thread 19 (Thread 1119681456 (LWP 6266)):
+#0 0xffffe410 in ?? ()
+#1 0x42bcf8b0 in ?? ()
+#2 0x0004c5d1 in ?? ()
+#3 0x00000000 in ?? ()
+#4 0x400d7b0c in pthread_cond_timedwait@@GLIBC_2.3.2 ()
+from /lib/tls/libpthread.so.0
+#5 0x080f34c7 in mono_pthread_key_for_tls ()
+#6 0x080f36af in mono_pthread_key_for_tls ()
+#7 0x080f5e5c in mono_pthread_key_for_tls ()
+#8 0x0809cd99 in mono_thread_pool_cleanup ()
+#9 0x08093612 in mono_thread_get_tls_offset ()
+#10 0x080f6dc7 in mono_once ()
+#11 0x08101634 in GC_end_blocking ()
+#12 0x400d5a13 in start_thread () from /lib/tls/libpthread.so.0
+#13 0x401c09da in clone () from /lib/tls/libc.so.6
+
+Thread 18 (Thread 1126247344 (LWP 6265)):
+#0 0xffffe410 in ?? ()
+#1 0x43212884 in ?? ()
+#2 0x00000001 in ?? ()
+#3 0x00000001 in ?? ()
+---Type <return> to continue, or q <return> to quit---
+#4 0x400da011 in __lll_mutex_unlock_wake ()
+from /lib/tls/libpthread.so.0
+#5 0x400d6f09 in _L_mutex_unlock_38 () from /lib/tls/libpthread.so.0
+#6 0x43212958 in ?? ()
+#7 0x432128b0 in ?? ()
+#8 0x400d7a63 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
+from /lib/tls/libpthread.so.0
+#9 0x080f34c7 in mono_pthread_key_for_tls ()
+#10 0x080f36af in mono_pthread_key_for_tls ()
+#11 0x080f5e5c in mono_pthread_key_for_tls ()
+#12 0x0809b6d9 in mono_debug_address_from_il_offset ()
+#13 0x08093612 in mono_thread_get_tls_offset ()
+#14 0x080f6dc7 in mono_once ()
+#15 0x08101634 in GC_end_blocking ()
+#16 0x400d5a13 in start_thread () from /lib/tls/libpthread.so.0
+#17 0x401c09da in clone () from /lib/tls/libc.so.6
+
+Thread 17 (Thread 1117510576 (LWP 6264)):
+#0 0xffffe410 in ?? ()
+#1 0x429bd8b0 in ?? ()
+#2 0x00159125 in ?? ()
+#3 0x00000000 in ?? ()
+#4 0x400d7b0c in pthread_cond_timedwait@@GLIBC_2.3.2 ()
+from /lib/tls/libpthread.so.0
+#5 0x080f34c7 in mono_pthread_key_for_tls ()
+#6 0x080f36af in mono_pthread_key_for_tls ()
+#7 0x080f5e5c in mono_pthread_key_for_tls ()
+#8 0x0809b6d9 in mono_debug_address_from_il_offset ()
+#9 0x08093612 in mono_thread_get_tls_offset ()
+#10 0x080f6dc7 in mono_once ()
+#11 0x08101634 in GC_end_blocking ()
+#12 0x400d5a13 in start_thread () from /lib/tls/libpthread.so.0
+---Type <return> to continue, or q <return> to quit---
+#13 0x401c09da in clone () from /lib/tls/libc.so.6
+
+Thread 13 (Thread 1125034928 (LWP 6252)):
+#0 0xffffe410 in ?? ()
+#1 0x430ea5b0 in ?? ()
+#2 0x00000003 in ?? ()
+#3 0x00000000 in ?? ()
+#4 0x400d7b0c in pthread_cond_timedwait@@GLIBC_2.3.2 ()
+from /lib/tls/libpthread.so.0
+#5 0x080f34c7 in mono_pthread_key_for_tls ()
+#6 0x080f36af in mono_pthread_key_for_tls ()
+#7 0x080f5e5c in mono_pthread_key_for_tls ()
+#8 0x0809444e in mono_thread_current ()
+#9 0x428bc437 in ?? ()
+#10 0x095edf48 in ?? ()
+#11 0x00000dc9 in ?? ()
+#12 0x000186a0 in ?? ()
+#13 0x00000000 in ?? ()
+#14 0x08823010 in ?? ()
+#15 0x08822ff8 in ?? ()
+#16 0x0876b620 in ?? ()
+#17 0x00000dc9 in ?? ()
+#18 0x000186a0 in ?? ()
+#19 0x095edf48 in ?? ()
+#20 0x430ea6e0 in ?? ()
+#21 0x428bc40c in ?? ()
+#22 0x430ea708 in ?? ()
+#23 0x428bc3c5 in ?? ()
+#24 0x095edf48 in ?? ()
+#25 0x00000dc9 in ?? ()
+#26 0x000186a0 in ?? ()
+#27 0x00000000 in ?? ()
+#28 0x00000000 in ?? ()
+#29 0x08743460 in ?? ()
+#30 0x08743460 in ?? ()
+#31 0x00000000 in ?? ()
+#32 0x430ea730 in ?? ()
+#33 0x428bc22b in ?? ()
+#34 0x095edf48 in ?? ()
+#35 0x00000dc9 in ?? ()
+#36 0x000186a0 in ?? ()
+#37 0x00000000 in ?? ()
+#38 0x0919c078 in ?? ()
+#39 0x08743460 in ?? ()
+#40 0x430ea714 in ?? ()
+#41 0x095edf48 in ?? ()
+#42 0x430ea748 in ?? ()
+#43 0x429c6c72 in ?? ()
+#44 0x095edf48 in ?? ()
+#45 0x000186a0 in ?? ()
+#46 0x00000000 in ?? ()
+#47 0x098e5d20 in ?? ()
+#48 0x430ea764 in ?? ()
+#49 0x429c6b6a in ?? ()
+#50 0x098e5d20 in ?? ()
+#51 0x000186a0 in ?? ()
+#52 0x00000000 in ?? ()
+#53 0x098e5d20 in ?? ()
+#54 0x00000000 in ?? ()
+#55 0x430ea780 in ?? ()
+#56 0x429c68b0 in ?? ()
+#57 0x08743460 in ?? ()
+#58 0x098e5d20 in ?? ()
+#59 0x098e5d20 in ?? ()
+#60 0x00000000 in ?? ()
+#61 0x08743460 in ?? ()
+#62 0x430ea7b4 in ?? ()
+#63 0x429c67d4 in ?? ()
+#64 0x08743460 in ?? ()
+#65 0x00000000 in ?? ()
+#66 0x00000000 in ?? ()
+#67 0x00000000 in ?? ()
+#68 0x093c9700 in ?? ()
+#69 0x430ea78c in ?? ()
+#70 0x098e5f00 in ?? ()
+#71 0x430ea778 in ?? ()
+#72 0x08722a80 in ?? ()
+#73 0x0942d5b0 in ?? ()
+#74 0x087f0a28 in ?? ()
+#75 0x430ea7e4 in ?? ()
+#76 0x429c66d0 in ?? ()
+#77 0x08722a80 in ?? ()
+#78 0x08743460 in ?? ()
+#79 0x0942d5b0 in ?? ()
+#80 0x00000000 in ?? ()
+#81 0x00000000 in ?? ()
+#82 0x098e5e60 in ?? ()
+#83 0x087f0a28 in ?? ()
+#84 0x098e5e60 in ?? ()
+#85 0x087f0a28 in ?? ()
+#86 0x08722a80 in ?? ()
+#87 0x430ea85c in ?? ()
+#88 0x428b3ab0 in ?? ()
+#89 0x08722a80 in ?? ()
+#90 0x08743460 in ?? ()
+#91 0x0942d5b0 in ?? ()
+#92 0x08649400 in ?? ()
+#93 0x085cac00 in ?? ()
+#94 0x00000000 in ?? ()
+#95 0x00000000 in ?? ()
+#96 0x00000000 in ?? ()
+#97 0x08743460 in ?? ()
+#98 0x00000000 in ?? ()
+#99 0x00000000 in ?? ()
+#100 0x0942d5b0 in ?? ()
+#101 0x00000024 in ?? ()
+#102 0x00000006 in ?? ()
+#103 0x00000000 in ?? ()
+#104 0x00000014 in ?? ()
+#105 0x082735c8 in ?? ()
+#106 0x430ea850 in ?? ()
+#107 0x080cbf80 in mono_array_new_specific ()
+Previous frame inner to this frame (corrupt stack?)
+
+Thread 11 (Thread 1122929584 (LWP 6250)):
+#0 0xffffe410 in ?? ()
+#1 0x42ee87c0 in ?? ()
+#2 0x00041af3 in ?? ()
+#3 0x00000000 in ?? ()
+#4 0x400d7b0c in pthread_cond_timedwait@@GLIBC_2.3.2 ()
+from /lib/tls/libpthread.so.0
+#5 0x080f34c7 in mono_pthread_key_for_tls ()
+#6 0x080f36af in mono_pthread_key_for_tls ()
+#7 0x080f3637 in mono_pthread_key_for_tls ()
+#8 0x080f5eb8 in mono_pthread_key_for_tls ()
+#9 0x0809444e in mono_thread_current ()
+#10 0x428bc437 in ?? ()
+#11 0x08800d80 in ?? ()
+#12 0x00000452 in ?? ()
+#13 0xffffffff in ?? ()
+#14 0x00000000 in ?? ()
+#15 0x088220c8 in ?? ()
+#16 0x08826f40 in ?? ()
+#17 0x0876b620 in ?? ()
+#18 0x00000452 in ?? ()
+#19 0xffffffff in ?? ()
+#20 0x08800d80 in ?? ()
+#21 0x42ee8910 in ?? ()
+#22 0x428bc40c in ?? ()
+#23 0x42ee8938 in ?? ()
+#24 0x428bc3c5 in ?? ()
+#25 0x08800d80 in ?? ()
+#26 0x00000452 in ?? ()
+#27 0xffffffff in ?? ()
+#28 0x00000000 in ?? ()
+#29 0x00000000 in ?? ()
+#30 0x08691a20 in ?? ()
+#31 0x086cbc80 in ?? ()
+#32 0x42ee8a08 in ?? ()
+#33 0x42ee8950 in ?? ()
+#34 0x42cdc9a4 in ?? ()
+#35 0x08800d80 in ?? ()
+#36 0x00000452 in ?? ()
+#37 0xffffffff in ?? ()
+#38 0x00000000 in ?? ()
+#39 0x42ee89b4 in ?? ()
+#40 0x42cdc92c in ?? ()
+#41 0x08800d80 in ?? ()
+#42 0x0a40cc00 in ?? ()
+#43 0x0a40cf00 in ?? ()
+#44 0x00000000 in ?? ()
+#45 0x08606d80 in ?? ()
+#46 0x00000000 in ?? ()
+#47 0x08606d20 in ?? ()
+#48 0x08606d80 in ?? ()
+#49 0x08606d20 in ?? ()
+#50 0x00000000 in ?? ()
+#51 0x00000000 in ?? ()
+#52 0x08826490 in ?? ()
+#53 0x088220c8 in ?? ()
+#54 0x08826f40 in ?? ()
+#55 0x08826490 in ?? ()
+#56 0x42ee8a08 in ?? ()
+#57 0x086cbc80 in ?? ()
+#58 0x08691a20 in ?? ()
+#59 0x42ee8958 in ?? ()
+#60 0x00000000 in ?? ()
+#61 0x42ee8958 in ?? ()
+#62 0x42cdc6b0 in ?? ()
+#63 0x42ee8958 in ?? ()
+#64 0x42ee89c8 in ?? ()
+#65 0x423e9422 in ?? ()
+#66 0x08691a20 in ?? ()
+#67 0x0823a678 in ?? ()
+#68 0x08824f68 in ?? ()
+#69 0x42ee8a18 in ?? ()
+#70 0x08093612 in mono_thread_get_tls_offset ()
+Previous frame inner to this frame (corrupt stack?)
+
+Thread 7 (Thread 1118628784 (LWP 6210)):
+#0 0xffffe410 in ?? ()
+#1 0x42ace9c8 in ?? ()
+#2 0x00000200 in ?? ()
+#3 0x08801008 in ?? ()
+#4 0x401c0fde in epoll_wait () from /lib/tls/libc.so.6
+#5 0x0809bd9c in mono_debug_address_from_il_offset ()
+#6 0x08093612 in mono_thread_get_tls_offset ()
+#7 0x080f6dc7 in mono_once ()
+#8 0x08101634 in GC_end_blocking ()
+#9 0x400d5a13 in start_thread () from /lib/tls/libpthread.so.0
+#10 0x401c09da in clone () from /lib/tls/libc.so.6
+
+Thread 5 (Thread 1116285872 (LWP 6205)):
+#0 0xffffe410 in ?? ()
+#1 0x42892680 in ?? ()
+#2 0x000a268b in ?? ()
+#3 0x00000000 in ?? ()
+---Type <return> to continue, or q <return> to quit---
+#4 0x400d7b0c in pthread_cond_timedwait@@GLIBC_2.3.2 ()
+from /lib/tls/libpthread.so.0
+#5 0x080f34c7 in mono_pthread_key_for_tls ()
+#6 0x080f35c4 in mono_pthread_key_for_tls ()
+#7 0x080f679d in mono_pthread_key_for_tls ()
+#8 0x08094375 in mono_thread_current ()
+#9 0x427915bc in ?? ()
+#10 0x084e8fd8 in ?? ()
+#11 0xffffffff in ?? ()
+#12 0x00000000 in ?? ()
+#13 0x085943e0 in ?? ()
+#14 0x085943c8 in ?? ()
+#15 0x085d7188 in ?? ()
+#16 0x084e8fd8 in ?? ()
+#17 0x085b7438 in ?? ()
+#18 0x00000000 in ?? ()
+#19 0x428927ac in ?? ()
+#20 0x42791594 in ?? ()
+#21 0x428927e8 in ?? ()
+#22 0x427912cf in ?? ()
+#23 0x084e8fd8 in ?? ()
+#24 0xffffffff in ?? ()
+#25 0x00000000 in ?? ()
+#26 0x00000000 in ?? ()
+#27 0xbff00000 in ?? ()
+#28 0xffffffff in ?? ()
+#29 0xffffffff in ?? ()
+#30 0x085b7438 in ?? ()
+#31 0x42892850 in ?? ()
+#32 0x427910b8 in ?? ()
+#33 0xffffd8f0 in ?? ()
+#34 0x085b7438 in ?? ()
+#35 0x084e8fd8 in ?? ()
+#36 0x42892850 in ?? ()
+#37 0x427910b8 in ?? ()
+#38 0x084e8fd8 in ?? ()
+#39 0xffffd8f0 in ?? ()
+#40 0xffffffff in ?? ()
+#41 0x00000000 in ?? ()
+#42 0x4032c139 in ?? ()
+#43 0x42786b68 in ?? ()
+#44 0x084e8fd8 in ?? ()
+#45 0x00000000 in ?? ()
+#46 0x00000000 in ?? ()
+#47 0x00000000 in ?? ()
+#48 0x084e8fd8 in ?? ()
+#49 0x00000000 in ?? ()
+#50 0x08553298 in ?? ()
+#51 0x085943e0 in ?? ()
+#52 0x085943c8 in ?? ()
+#53 0x08553298 in ?? ()
+#54 0x08207e70 in ?? ()
+#55 0x085b7438 in ?? ()
+#56 0x085b7438 in ?? ()
+#57 0x42892868 in ?? ()
+#58 0x00000000 in ?? ()
+#59 0x085b7438 in ?? ()
+#60 0x085b7438 in ?? ()
+#61 0x08207e70 in ?? ()
+#62 0x42892868 in ?? ()
+#63 0x42791016 in ?? ()
+#64 0x08207e70 in ?? ()
+#65 0x00000000 in ?? ()
+#66 0x08553700 in ?? ()
+#67 0x42790f40 in ?? ()
+#68 0x42892898 in ?? ()
+#69 0x42790f70 in ?? ()
+#70 0x085b7438 in ?? ()
+#71 0x00000000 in ?? ()
+#72 0x08553700 in ?? ()
+#73 0x42790f40 in ?? ()
+#74 0x08553700 in ?? ()
+#75 0x085b7438 in ?? ()
+#76 0x42892898 in ?? ()
+#77 0x081280ca in mono_codegen ()
+Previous frame inner to this frame (corrupt stack?)
+
+Thread 3 (Thread 1085242288 (LWP 6200)):
+#0 0x40067c33 in g_log () from /opt/gnome/lib/libglib-2.0.so.0
+#1 0x080ce08d in mono_jit_info_table_remove ()
+#2 0x081281b6 in mono_codegen ()
+#3 0x080c8ecf in mono_runtime_free_method ()
+#4 0x0809e78c in mono_delegate_free_ftnptr ()
+#5 0x080c70f0 in mono_decimalSetExponent ()
+#6 0x08103197 in GC_end_blocking ()
+#7 0x080c7ebc in mono_gchandle_free ()
+#8 0x08093612 in mono_thread_get_tls_offset ()
+#9 0x080f6dc7 in mono_once ()
+#10 0x08101634 in GC_end_blocking ()
+#11 0x400d5a13 in start_thread () from /lib/tls/libpthread.so.0
+#12 0x401c09da in clone () from /lib/tls/libc.so.6
+
+Thread 2 (Thread 1084124080 (LWP 6199)):
+#0 0xffffe410 in ?? ()
+#1 0x409e6a98 in ?? ()
+#2 0x081a4740 in ?? ()
+#3 0x00000000 in ?? ()
+#4 0x400da9b6 in __nanosleep_nocancel () from /lib/tls/libpthread.so.0
+#5 0x080ef095 in mono_pthread_key_for_tls ()
+#6 0x400d5a13 in start_thread () from /lib/tls/libpthread.so.0
+#7 0x401c09da in clone () from /lib/tls/libc.so.6
+
+Thread 1 (Thread 1075963712 (LWP 6196)):
+#0 0x40076940 in g_strdup () from /opt/gnome/lib/libglib-2.0.so.0
+#1 0x41488e10 in g_value_set_string ()
+from /opt/gnome/lib/libgobject-2.0.so.0
+#2 0x432229f8 in ?? ()
+#3 0xbfffc8fc in ?? ()
+#4 0x086e16b0 in ?? ()
+#5 0x00000040 in ?? ()
+#6 0x00000000 in ?? ()
+#7 0x00000000 in ?? ()
+#8 0x00000000 in ?? ()
+#9 0x00000000 in ?? ()
+#10 0x086e16b0 in ?? ()
+#11 0x003e80fc in ?? ()
+#12 0xbfffcd98 in ?? ()
+#13 0x081bb268 in ?? ()
+#14 0x088d1768 in ?? ()
+#15 0x0a1fff18 in ?? ()
+#16 0x0a1fff18 in ?? ()
+#17 0xbfffca18 in ?? ()
+#18 0xbfffc938 in ?? ()
+#19 0x4322298c in ?? ()
+#20 0xbfffc994 in ?? ()
+#21 0x4322076b in ?? ()
+#22 0xbfffca18 in ?? ()
+#23 0x0a1fff18 in ?? ()
+#24 0x409ee3d4 in ?? ()
+#25 0xbfffc994 in ?? ()
+#26 0x423e86bd in ?? ()
+#27 0x08252e80 in ?? ()
+#28 0xbfffc95c in ?? ()
+#29 0x00000040 in ?? ()
+#30 0x00000000 in ?? ()
+#31 0x00000000 in ?? ()
+#32 0x00000000 in ?? ()
+#33 0x00000000 in ?? ()
+#34 0x003e8084 in ?? ()
+#35 0xbfffcd98 in ?? ()
+#36 0x088b76f0 in ?? ()
+#37 0x00000040 in ?? ()
+#38 0x00000040 in ?? ()
+#39 0x00000040 in ?? ()
+#40 0xbfffca18 in ?? ()
+#41 0x0a1fff18 in ?? ()
+#42 0xbfffca18 in ?? ()
+#43 0xbfffc9c8 in ?? ()
+#44 0x432206a2 in ?? ()
+#45 0xbfffca18 in ?? ()
+#46 0x0a1fff18 in ?? ()
+#47 0x0a402ee8 in ?? ()
+#48 0x082427f8 in ?? ()
+#49 0x00000040 in ?? ()
+#50 0x00000040 in ?? ()
+#51 0x00000040 in ?? ()
+#52 0x00000000 in ?? ()
+#53 0x00000000 in ?? ()
+#54 0x082427f8 in ?? ()
+#55 0x00000000 in ?? ()
+#56 0xbfffca4c in ?? ()
+#57 0x43220220 in ?? ()
+#58 0xbfffca18 in ?? ()
+#59 0x0a1fff18 in ?? ()
+#60 0x0a402f00 in ?? ()
+#61 0x08a80e60 in ?? ()
+#62 0xbfffca00 in ?? ()
+#63 0x08101c58 in GC_end_blocking ()
+Previous frame inner to this frame (corrupt stack?)
+#0 0x40067c33 in g_log () from /opt/gnome/lib/libglib-2.0.so.0
+
+(gdb) info threads
+ 24 Thread 1128164272 (LWP 6395) 0xffffe410 in ?? ()
+ 23 Thread 1112517552 (LWP 6303) 0xffffe410 in ?? ()
+ 22 Thread 1123982256 (LWP 6288) 0xffffe410 in ?? ()
+ 21 Thread 1121852336 (LWP 6283) 0xffffe410 in ?? ()
+ 20 Thread 1120734128 (LWP 6278) 0xffffe410 in ?? ()
+ 19 Thread 1119681456 (LWP 6266) 0xffffe410 in ?? ()
+ 18 Thread 1126247344 (LWP 6265) 0xffffe410 in ?? ()
+ 17 Thread 1117510576 (LWP 6264) 0xffffe410 in ?? ()
+ 13 Thread 1125034928 (LWP 6252) 0xffffe410 in ?? ()
+ 11 Thread 1122929584 (LWP 6250) 0xffffe410 in ?? ()
+ 7 Thread 1118628784 (LWP 6210) 0xffffe410 in ?? ()
+ 5 Thread 1116285872 (LWP 6205) 0xffffe410 in ?? ()
+* 3 Thread 1085242288 (LWP 6200) 0x40067c33 in g_log ()
+from /opt/gnome/lib/libglib-2.0.so.0
+ 2 Thread 1084124080 (LWP 6199) 0xffffe410 in ?? ()
+ 1 Thread 1075963712 (LWP 6196) 0x40076940 in g_strdup ()
+from /opt/gnome/lib/libglib-2.0.so.0
+(gdb) bt
+#0 0x40067c33 in g_log () from /opt/gnome/lib/libglib-2.0.so.0
+#1 0x080ce08d in mono_jit_info_table_remove ()
+#2 0x081281b6 in mono_codegen ()
+#3 0x080c8ecf in mono_runtime_free_method ()
+#4 0x0809e78c in mono_delegate_free_ftnptr ()
+#5 0x080c70f0 in mono_decimalSetExponent ()
+#6 0x08103197 in GC_end_blocking ()
+#7 0x080c7ebc in mono_gchandle_free ()
+#8 0x08093612 in mono_thread_get_tls_offset ()
+#9 0x080f6dc7 in mono_once ()
+#10 0x08101634 in GC_end_blocking ()
+#11 0x400d5a13 in start_thread () from /lib/tls/libpthread.so.0
+#12 0x401c09da in clone () from /lib/tls/libc.so.6
+(gdb)
More information about the mono-bugs
mailing list