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=75103 --- shadow/75103 2005-05-31 11:25:13.000000000 -0400 +++ shadow/75103.tmp.15901 2005-05-31 22:02:46.000000000 -0400 @@ -31,6 +31,104 @@ Every time ------- Additional Comments From [EMAIL PROTECTED] 2005-05-31 11:25 ------- --with-preview=yes is the default on HEAD. It works fine here and on buildbot. Could you try installing a recent monocharge and try again ? + +------- Additional Comments From [EMAIL PROTECTED] 2005-05-31 22:02 ------- +Updated mono and mcs to svn head again, ran make get-monolite-latest +and it ran to completion. installed and tried to compile an app and +it hung up, 99% cpu like before. Re-ran make in the mono directory +and it hung a profile building, 99% cpu. Attached gdb to it(see below +trace) + +I noticed it was waiting on opening some shm file. I removed the +entire ~/.wapi directory and now everything seems to be working +properly. I've compiled and run a gtk# app under mono and it appears +to be running quite well. + +I think the bug was the ~/.wapi directory. Somehow having this around +from my previous linux install(debian unstable for x86-32) appeared to +be causing the issues. + +/xmms-jack$ gdb -pid 16177 +GNU gdb 6.3-debian +Copyright 2004 Free Software Foundation, Inc. +GDB is free software, covered by the GNU General Public License, and +you are +welcome to change it and/or distribute copies of it under certain +conditions. +Type "show copying" to see the conditions. +There is absolutely no warranty for GDB. Type "show warranty" for +details. +This GDB was configured as "x86_64-linux". +Attaching to process 16177 +Using host libthread_db library "/lib/libthread_db.so.1". +Reading symbols from /usr/local/bin/mono...done. +Reading symbols from /usr/lib/libgthread-2.0.so.0...done. +Loaded symbols for /usr/lib/libgthread-2.0.so.0 +Reading symbols from /usr/lib/libgmodule-2.0.so.0...done. +Loaded symbols for /usr/lib/libgmodule-2.0.so.0 +Reading symbols from /lib/libdl.so.2...done. +Loaded symbols for /lib/libdl.so.2 +Reading symbols from /usr/lib/libglib-2.0.so.0...done. +Loaded symbols for /usr/lib/libglib-2.0.so.0 +Reading symbols from /lib/libnsl.so.1...done. +Loaded symbols for /lib/libnsl.so.1 +Reading symbols from /lib/libpthread.so.0...done. +[Thread debugging using libthread_db enabled] +[New Thread 46912510451184 (LWP 16177)] +Loaded symbols for /lib/libpthread.so.0 +Reading symbols from /lib/libm.so.6...done. +Loaded symbols for /lib/libm.so.6 +Reading symbols from /lib/librt.so.1...done. +Loaded symbols for /lib/librt.so.1 +Reading symbols from /lib/libgcc_s.so.1...done. +Loaded symbols for /lib/libgcc_s.so.1 +Reading symbols from /lib/libc.so.6...done. +Loaded symbols for /lib/libc.so.6 +Reading symbols from /lib/ld-linux-x86-64.so.2...done. +Loaded symbols for /lib64/ld-linux-x86-64.so.2 +Reading symbols from /lib/libnss_compat.so.2...done. +Loaded symbols for /lib/libnss_compat.so.2 +Reading symbols from /lib/libnss_nis.so.2...done. +Loaded symbols for /lib/libnss_nis.so.2 +Reading symbols from /lib/libnss_files.so.2...done. +Loaded symbols for /lib/libnss_files.so.2 +0x00002aaaab173ac2 in __close_nocancel () from /lib/libpthread.so.0 +(gdb) bt +#0 0x00002aaaab173ac2 in __close_nocancel () from /lib/libpthread.so.0 +#1 0x00000000004a6940 in _wapi_shm_file_open (filename=0x67ec60 +"/home/cmorgan/.wapi/shared_data-captainmorgan-6-0", + wanted_size=1327120) at shared.c:162 +#2 0x00000000004a6b3f in _wapi_shm_attach (type=WAPI_SHM_DATA) at +shared.c:206 +#3 0x00000000004a1897 in shared_init () at handles.c:124 +#4 0x000000000049bc0d in mono_once (once=0x67eb00, once_init=0x4a1840 +<shared_init>) at mono-mutex.c:80 +#5 0x00000000004a1c7c in _wapi_handle_new (type=WAPI_HANDLE_THREAD, +handle_specific=0x7ffffffff280) at handles.c:331 +#6 0x000000000049def5 in thread_attach (tid=0x0) at threads.c:450 +#7 0x000000000049e2cd in GetCurrentThread () at threads.c:573 +#8 0x000000000044d913 in search_loaded (aname=0x6af440, refonly=0) at +assembly.c:237 +#9 0x000000000044eba5 in mono_assembly_load_from_full +(image=0x6a8dc0, fname=0x5 <Address 0x5 out of bounds>, + status=0x7ffffffff4bc, refonly=0) at assembly.c:970 +#10 0x000000000044e92f in mono_assembly_open_full (filename=0x6a50c0 +"/usr/local/lib/mono/1.0/mscorlib.dll", + status=0x7ffffffff4bc, refonly=0) at assembly.c:887 +#11 0x000000000044d9ba in load_in_path (basename=0x6a5060 +"mono/1.0/mscorlib.dll", search_path=0x65d230, + status=0x7ffffffff4bc, refonly=80 'P') at assembly.c:258 +#12 0x000000000044f53c in mono_assembly_load_corlib (runtime=0x6a5060, +status=0x7ffffffff4bc) at assembly.c:1390 +#13 0x0000000000445b48 in mono_init_internal (filename=0x7ffffffff9d1 +"/usr/local/lib/mono/1.0/mcs.exe", + exe_filename=0x502180 "v1.1.4322", runtime_version=0x0) at +domain.c:387 +#14 0x00000000004d285e in mini_init (filename=0x7ffffffff9d1 +"/usr/local/lib/mono/1.0/mcs.exe") at mini.c:9934 +---Type <return> to continue, or q <return> to quit---q +Quit + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
