| 1 | GNU gdb 6.4-debian |
|---|
| 2 | Copyright 2005 Free Software Foundation, Inc. |
|---|
| 3 | GDB is free software, covered by the GNU General Public License, and you are |
|---|
| 4 | welcome to change it and/or distribute copies of it under certain conditions. |
|---|
| 5 | Type "show copying" to see the conditions. |
|---|
| 6 | There is absolutely no warranty for GDB. Type "show warranty" for details. |
|---|
| 7 | This GDB was configured as "i486-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1". |
|---|
| 8 | |
|---|
| 9 | Core was generated by `/usr/local/sbin/bitlbee -c /etc/bitlbee/bitlbee.conf'. |
|---|
| 10 | Program terminated with signal 11, Segmentation fault. |
|---|
| 11 | |
|---|
| 12 | warning: Can't read pathname for load map: Input/output error. |
|---|
| 13 | Reading symbols from /usr/lib/libgmodule-2.0.so.0...done. |
|---|
| 14 | Loaded symbols for /usr/lib/libgmodule-2.0.so.0 |
|---|
| 15 | Reading symbols from /lib/tls/libdl.so.2...done. |
|---|
| 16 | Loaded symbols for /lib/tls/libdl.so.2 |
|---|
| 17 | Reading symbols from /usr/lib/libglib-2.0.so.0...done. |
|---|
| 18 | Loaded symbols for /usr/lib/libglib-2.0.so.0 |
|---|
| 19 | Reading symbols from /usr/lib/libgnutls.so.11...done. |
|---|
| 20 | Loaded symbols for /usr/lib/libgnutls.so.11 |
|---|
| 21 | Reading symbols from /lib/tls/libc.so.6...done. |
|---|
| 22 | Loaded symbols for /lib/tls/libc.so.6 |
|---|
| 23 | Reading symbols from /lib/ld-linux.so.2...done. |
|---|
| 24 | Loaded symbols for /lib/ld-linux.so.2 |
|---|
| 25 | Reading symbols from /usr/lib/libtasn1.so.2...done. |
|---|
| 26 | Loaded symbols for /usr/lib/libtasn1.so.2 |
|---|
| 27 | Reading symbols from /usr/lib/libgcrypt.so.11...done. |
|---|
| 28 | Loaded symbols for /usr/lib/libgcrypt.so.11 |
|---|
| 29 | Reading symbols from /usr/lib/libgpg-error.so.0...done. |
|---|
| 30 | Loaded symbols for /usr/lib/libgpg-error.so.0 |
|---|
| 31 | Reading symbols from /usr/lib/libz.so.1...done. |
|---|
| 32 | Loaded symbols for /usr/lib/libz.so.1 |
|---|
| 33 | Reading symbols from /lib/tls/libnsl.so.1...done. |
|---|
| 34 | Loaded symbols for /lib/tls/libnsl.so.1 |
|---|
| 35 | Reading symbols from /lib/tls/libnss_files.so.2...done. |
|---|
| 36 | Loaded symbols for /lib/tls/libnss_files.so.2 |
|---|
| 37 | Reading symbols from /lib/tls/libnss_dns.so.2...done. |
|---|
| 38 | Loaded symbols for /lib/tls/libnss_dns.so.2 |
|---|
| 39 | Reading symbols from /lib/tls/libresolv.so.2...done. |
|---|
| 40 | Loaded symbols for /lib/tls/libresolv.so.2 |
|---|
| 41 | Reading symbols from /usr/lib/gconv/ISO8859-1.so...done. |
|---|
| 42 | Loaded symbols for /usr/lib/gconv/ISO8859-1.so |
|---|
| 43 | #0 0x08051c47 in bitlbee_io_current_client_write (source=0x8111118, condition=G_IO_OUT, data=0x811bd88) at bitlbee.c:219 |
|---|
| 44 | 219 size = strlen( irc->sendbuffer ); |
|---|
| 45 | (gdb) bt |
|---|
| 46 | #0 0x08051c47 in bitlbee_io_current_client_write (source=0x8111118, condition=G_IO_OUT, data=0x811bd88) at bitlbee.c:219 |
|---|
| 47 | #1 0x40077eff in g_vasprintf () from /usr/lib/libglib-2.0.so.0 |
|---|
| 48 | #2 0x4004eb8c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 |
|---|
| 49 | #3 0x40051f6b in g_main_context_check () from /usr/lib/libglib-2.0.so.0 |
|---|
| 50 | #4 0x400522c7 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 |
|---|
| 51 | #5 0x0805e27e in main (argc=3, argv=0xbffffcf4, envp=0xbffffd04) at unix.c:119 |
|---|
| 52 | (gdb) set print pretty on |
|---|
| 53 | (gdb) print *irc |
|---|
| 54 | $2 = { |
|---|
| 55 | fd = 1852534389, |
|---|
| 56 | status = 544110447, |
|---|
| 57 | last_pong = 6.7961618339238155e+199, |
|---|
| 58 | pinging = 540703092, |
|---|
| 59 | sendbuffer = 0x3336357b <Address 0x3336357b out of bounds>, |
|---|
| 60 | readbuffer = 0x30386366 <Address 0x30386366 out of bounds>, |
|---|
| 61 | quit = 1647324473, |
|---|
| 62 | sentbytes = 875390518, |
|---|
| 63 | oldtime = 761553457, |
|---|
| 64 | nick = 0x39376639 <Address 0x39376639 out of bounds>, |
|---|
| 65 | user = 0x3232342d <Address 0x3232342d out of bounds>, |
|---|
| 66 | host = 0x64393036 <Address 0x64393036 out of bounds>, |
|---|
| 67 | realname = 0x66326166 <Address 0x66326166 out of bounds>, |
|---|
| 68 | password = 0xa7d33 <Address 0xa7d33 out of bounds>, |
|---|
| 69 | umode = "A\000\000\000unkn", |
|---|
| 70 | myhost = 0x206e776f <Address 0x206e776f out of bounds>, |
|---|
| 71 | mynick = 0x61706163 <Address 0x61706163 out of bounds>, |
|---|
| 72 | channel = 0x696c6962 <Address 0x696c6962 out of bounds>, |
|---|
| 73 | c_id = 540703092, |
|---|
| 74 | is_private = 123 '{', |
|---|
| 75 | last_target = 0x36633339 <Address 0x36633339 out of bounds>, |
|---|
| 76 | queries = 0x37642d63, |
|---|
| 77 | accounts = 0x342d6466, |
|---|
| 78 | users = 0x2d356365, |
|---|
| 79 | userhash = 0x31356439, |
|---|
| 80 | watches = 0x3436612d, |
|---|
| 81 | nicks = 0x33653437, |
|---|
| 82 | help = 0x61356634, |
|---|
| 83 | set = 0xa7d30, |
|---|
| 84 | io_channel = 0x49, |
|---|
| 85 | r_watch_source_id = 1076115672, |
|---|
| 86 | w_watch_source_id = 1076115672, |
|---|
| 87 | ping_source_id = 1074452736 |
|---|
| 88 | } |
|---|
| 89 | (gdb) |
|---|
| 90 | |
|---|