All pastes #98451 Raw Edit

Untitled

public text v1 · immutable
#98451 ·published 2006-07-24 15:01 UTC
rendered paste body
vipernicus@nobilis ~ $ gdb gaim
GNU gdb 6.5
Copyright (C) 2006 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"...(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".

gdb> handle SIGPIPE nostop
gdb> run
(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 -1208486208 (LWP 32613)]

Program received signal SIGABRT, Aborted.
[Switching to Thread -1208486208 (LWP 32613)]
_______________________________________________________________________________
     eax:00000000 ebx:00007F65  ecx:00007F65  edx:00000006     eflags:00200206
     esi:BFC947EC edi:48108FF4  esp:BFC94738  ebp:4833D520     eip:FFFFE410
     cs:0073  ds:007B  es:007B  fs:0000  gs:0033  ss:007B    o d I t s z a P c 
[007B:BFC94738]---------------------------------------------------------[stack]
BFC94768 : 3F 00 00 00  05 00 00 00 - 73 58 0F 08  EE 9A 14 08 ?.......sX......
BFC94758 : EC 47 C9 BF  00 00 00 00 - 30 30 03 48  98 BF 19 08 .G......00.H....

BFC94748 : F4 8F 10 48  C0 F6 F7 B7 - AC F4 FF 47  06 00 00 00 ...H.......G....
BFC94738 : 20 D5 33 48  06 00 00 00 - 65 7F 00 00  3E DB FF 47  .3H....e...>..G
[007B:BFC947EC]---------------------------------------------------------[ data]
BFC947EC : 20 00 00 00  00 00 00 00 - 00 00 00 00  00 00 00 00  ...............
BFC947FC : 00 00 00 00  00 00 00 00 - 00 00 00 00  00 00 00 00 ................
[0073:FFFFE410]---------------------------------------------------------[ code]
0xffffe410 <__kernel_vsyscall+16>:      pop    %ebp
0xffffe411 <__kernel_vsyscall+17>:      pop    %edx
0xffffe412 <__kernel_vsyscall+18>:      pop    %ecx
0xffffe413 <__kernel_vsyscall+19>:      ret    
0xffffe414 <__kernel_vsyscall+20>:      nop    
0xffffe415 <__kernel_vsyscall+21>:      nop    
------------------------------------------------------------------------------
0xffffe410 in __kernel_vsyscall ()
gdb> bt full
#0  0xffffe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0x47ffdb3e in raise () from /lib/libc.so.6
No symbol table info available.
#2  0x48108ff4 in ?? () from /lib/libc.so.6
No symbol table info available.
#3  0xb7f7f6c0 in ?? ()
No symbol table info available.
#4  0x47fff4ac in abort () from /lib/libc.so.6
No symbol table info available.
#5  0xbfc947ec in ?? ()
No symbol table info available.
#6  0x00000000 in ?? ()
No symbol table info available.
gdb> quit