GNU gdb 6.2.1 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 "x86_64-pc-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) core-file /tmp/core Core was generated by `./regression'. Program terminated with signal 11, Segmentation fault. Reading symbols from /lib64/libsandbox.so...done. Loaded symbols for /lib/libsandbox.so Reading symbols from /lib64/tls/libpthread.so.0...done. Loaded symbols for /lib/tls/libpthread.so.0 Reading symbols from /usr/lib64/gcc-lib/x86_64-linux-gnu/3.3.3/libstdc++.so.5...done. Loaded symbols for /usr/lib/gcc-lib/x86_64-linux-gnu/3.3.3/libstdc++.so.5 Reading symbols from /lib64/tls/libm.so.6...done. Loaded symbols for /lib/tls/libm.so.6 Reading symbols from /usr/lib64/gcc-lib/x86_64-linux-gnu/3.3.3/libgcc_s.so.1...done. Loaded symbols for /usr/lib/gcc-lib/x86_64-linux-gnu/3.3.3/libgcc_s.so.1 Reading symbols from /lib64/tls/libc.so.6...done. Loaded symbols for /lib/tls/libc.so.6 Reading symbols from /lib64/libdl.so.2...done. Loaded symbols for /lib/libdl.so.2 Reading symbols from /lib64/ld-linux-x86-64.so.2...done. Loaded symbols for /lib64/ld-linux-x86-64.so.2 #0 0x0000000000430fbc in icalcomponent_isa_component () (gdb) bt #0 0x0000000000430fbc in icalcomponent_isa_component () #1 0x0000000000430974 in icalcomponent_add_children () #2 0x0000000000430b47 in icalcomponent_vanew () #3 0x0000000000405284 in test_restriction () #4 0x0000000000412303 in test_run () #5 0x000000000040fd6a in main () (gdb) info registers rax 0xa00000000 42949672960 rbx 0xa00000000 42949672960 rcx 0x5 5 rdx 0x7fbfffd7a0 548682061728 rsi 0xa00000000 42949672960 rdi 0x44d2fd 4510461 rbp 0x7fbfffd6c0 0x7fbfffd6c0 rsp 0x7fbfffd690 0x7fbfffd690 r8 0x31 49 r9 0x2a95f2c680 182904342144 r10 0x31 49 r11 0x80 128 r12 0x642b40 6564672 r13 0x642700 6563584 r14 0x599010 5869584 r15 0x6425f0 6563312 rip 0x430fbc 0x430fbc eflags 0x10206 66054 cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 (gdb) disas Dump of assembler code for function icalcomponent_isa_component: 0x0000000000430fa0 : sub $0x8,%rsp 0x0000000000430fa4 : mov %rdi,%rax 0x0000000000430fa7 : test %rdi,%rdi 0x0000000000430faa : je 0x430fc9 0x0000000000430fac : mov %rax,%rsi 0x0000000000430faf : lea 115527(%rip),%rdi # 0x44d2fd 0x0000000000430fb6 : mov $0x5,%ecx 0x0000000000430fbb : cld 0x0000000000430fbc : repz cmpsb %es:(%edi),%ds:(%esi) 0x0000000000430fbe : sete %al 0x0000000000430fc1 : movzbl %al,%eax 0x0000000000430fc4 : add $0x8,%rsp 0x0000000000430fc8 : retq 0x0000000000430fc9 : mov $0x1,%edi 0x0000000000430fce : callq 0x434e70 0x0000000000430fd3 : xor %eax,%eax 0x0000000000430fd5 : jmp 0x430fc4 0x0000000000430fd7 : data16 0x0000000000430fd8 : data16 0x0000000000430fd9 : nop 0x0000000000430fda : data16 0x0000000000430fdb : data16 0x0000000000430fdc : nop 0x0000000000430fdd : data16 0x0000000000430fde : data16 0x0000000000430fdf : nop End of assembler dump. (gdb) q