[Mono-devel-list] segfault with mono from cvs using monodoc

jluke@users.sf.net jluke at users.sourceforge.net
Wed Aug 20 09:57:28 EDT 2003


Hello,

For the last two days I have been getting segfaults with mono cvs when
using monodoc.  Downgrading to .26 and it works fine.  I have never used
gdb before, so please feel free to tell me I am an idiot.  Here is my
attempt at getting a stacktrace in gdb in case this is a
runtime/classlib bug:

gdb /usr/bin/mono
GNU gdb 5.3
Copyright 2002 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 "i686-pc-linux-gnu"...
(gdb) run /usr/lib/monodoc/browser.exe --html N:System
Starting program: /usr/bin/mono /usr/lib/monodoc/browser.exe --html
N:System
[New Thread 16384 (LWP 6966)]
[New Thread 32769 (LWP 6968)]
[New Thread 16386 (LWP 6969)]
[New Thread 32771 (LWP 6970)]
 
Program received signal SIGPWR, Power fail/restart.
[Switching to Thread 16384 (LWP 6966)]
0x402219f6 in nanosleep () from /lib/libpthread.so.0
(gdb) bt
#0  0x402219f6 in nanosleep () from /lib/libpthread.so.0
#1  0xffffffe0 in ?? ()
#2  0x4021aea9 in pthread_cond_timedwait_relative () from
/lib/libpthread.so.0
#3  0x400f2b6d in _wapi_handle_wait_signal () at handles.c:1284
#4  0x400fcf5f in WaitForMultipleObjects (numobjects=1,
handles=0x80fe218,
    waitall=1, timeout=4294967295) at wait.c:410
#5  0x400be7f8 in wait_for_tids (wait=0x80fe218) at threads.c:967
#6  0x400be95a in mono_thread_manage () at threads.c:1054
#7  0x400a1083 in mono_runtime_exec_managed_code (domain=0x805ef80,
    main_func=0x4007406c <main_thread_handler>, main_args=0xbffff5e0)
    at object.c:1013
#8  0x40074cfb in mono_main (argc=4, argv=0xbffff664) at driver.c:666
#9  0x080486ba in main (argc=4, argv=0xbffff664) at main.c:6
#10 0x4028e7a7 in __libc_start_main () from /lib/libc.so.6




More information about the Mono-devel-list mailing list