> From: Alexander Barkov <[EMAIL PROTECTED]>
> Date: Mon, 26 Feb 2001 15:02:51 +0400
> To: [EMAIL PROTECTED], Team JUMP Lists <[EMAIL PROTECTED]>
> Subject: Re: Segmentation Fault
> 
> Please check doc/bugs.txt. It explains how to post crash reports.
> 

Alex, here's the printout from gdb.

TIA,

Charlie


[root@key sbin]# gdb indexer core
GNU gdb 5.0
Copyright 2000 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 "i386-redhat-linux"...
Core was generated by `./indexer -a'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libpthread.so.0...done.
rw_common (): write: Success.

warning: unable to set global thread event mask
[New Thread 1024 (LWP 14189)]
rw_common (): write: Success.

warning: stop_or_attach_thread: generic error
[New Thread 2049 (LWP 14190)]
Error while reading shared library symbols:
attach_thread: No such process.
Reading symbols from /usr/lib/mysql/libmysqlclient.so.9...done.
Loaded symbols for /usr/lib/mysql/libmysqlclient.so.9
Reading symbols from /lib/libm.so.6...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /usr/lib/libz.so.1...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/libnsl.so.1...done.
Loaded symbols for /lib/libnsl.so.1
Reading symbols from /lib/libcrypt.so.1...done.
Loaded symbols for /lib/libcrypt.so.1
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /lib/libnss_files.so.2...done.
Loaded symbols for /lib/libnss_files.so.2
#0  0x40144971 in __libc_nanosleep () from /lib/libc.so.6
(gdb) 


(gdb) backtrace
#0  0x40144971 in __libc_nanosleep () from /lib/libc.so.6
#1  0x40144801 in __sleep (seconds=1) at
../sysdeps/unix/sysv/linux/sleep.c:85
#2  0x804ae5a in main (argc=2, argv=0xbffffcc4) at main.c:593
#3  0x400aab65 in __libc_start_main (main=0x804a56c <main>, argc=2,
ubp_av=0xbffffcc4, 
    init=0x80498cc <_init>, fini=0x806afac <_fini>, rtld_fini=0x4000df24
<_dl_fini>, 
    stack_end=0xbffffcbc) at ../sysdeps/generic/libc-start.c:111
(gdb) 



___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to