Her is frame 1 and 2

(gdb) f 1
#1  0x4022fef5 in strdup () from /lib/tls/libc.so.6
(gdb) f 2
#2  0x4031b044 in db_get_sql () from /usr/lib/dbmail/libmysql.so
(gdb) f 3
#0  0x00000000 in ?? ()
(gdb) f 4
#0  0x00000000 in ?? ()



On 6/19/06, DK <[EMAIL PROTECTED]> wrote:
Here is the gdb output for my segmentation fault, does this mean
anything to someone?

# gdb /usr/sbin/dbmail-users
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 "i386-linux"...(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run -c nobody -s [EMAIL PROTECTED]
Starting program: /usr/sbin/dbmail-users -c nobody -s [EMAIL PROTECTED]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 1076991680 (LWP 30034)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
dbmysql.c, db_get_result: row = 0, field = 0, bigger than size of result set

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1076991680 (LWP 30034)]
0x40230203 in strlen () from /lib/tls/libc.so.6

(gdb) bt
#0  0x40230203 in strlen () from /lib/tls/libc.so.6
#1  0x4022fef5 in strdup () from /lib/tls/libc.so.6
#2  0x4031b044 in db_get_sql () from /usr/lib/dbmail/libmysql.so
(gdb)  f 5
#0  0x00000000 in ?? ()
(gdb)  f 6
#0  0x00000000 in ?? ()
(gdb)

--

Demi



--

Demi

Reply via email to