GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/lib/nux/unity_support_test...Reading symbols from /usr/lib/debug/usr/lib/nux/unity_support_test...done. done. (gdb) handle SIG33 pass nostop noprint Signal Stop Print Pass to program Description SIG33 No No Yes Real-time event 33 (gdb) set pagination 0 (gdb) run Starting program: /usr/lib/nux/unity_support_test -p [Thread debugging using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. get_opengl_version (minor=0xbffff290, major=0xbffff28c, version=0xd
) at unity_support_test.c:126 126 unity_support_test.c: Datei oder Verzeichnis nicht gefunden. in unity_support_test.c (gdb) backtrace full #0 get_opengl_version (minor=0xbffff290, major=0xbffff28c, version=0xd
) at unity_support_test.c:126 tmp = 0 i = 0 #1 main (argc=2, argv=0xbffff384) at unity_support_test.c:561 display_name = screen = print = root = 1287 vinfos = 0x8074c30 display = 0x80698f0 context = 0x0 results = {vendor = 0x17e0
, renderer = 0xb72af240 "\203\354\f\307\004$\001", version = 0xd
, result = 1, major = 6112, minor = -1221922240, indirect = 0, compiz = 0, flags = 0, error = 0x80749a0 "no composite extension"} resultfilename = "\004\b\030\371\377\267\210\207\004\b\364\277\004\b\021\237\004\b\200\224\004\b\000\000\000\000\333Kŷ" resultfile = 0 forcecheck = (gdb) info registers eax 0x0 0 ecx 0x0 0 edx 0xffffffd4 -44 ebx 0xd 13 esp 0xbffff210 0xbffff210 ebp 0xbffff2e8 0xbffff2e8 esi 0xd 13 edi 0xb7d48b00 -1210807552 eip 0x8048ed2 0x8048ed2 eflags 0x10246 [ PF ZF IF RF ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 (gdb) x/16i $pc => 0x8048ed2 : movzbl (%esi,%eax,1),%ebx 0x8048ed6 : movsbl %bl,%edx 0x8048ed9 : testb $0x8,0x1(%edi,%edx,2) 0x8048ede : jne 0x8048ec8 0x8048ee0 : mov %esi,%edx 0x8048ee2 : mov %ebx,%esi 0x8048ee4 : mov %edx,%ebx 0x8048ee6 : mov %esi,%edx 0x8048ee8 : cmp $0x2e,%dl 0x8048eeb : je 0x80491b0 0x8048ef1 : movl $0x0,0x7c(%esp) 0x8048ef9 : movl $0x0,0x80(%esp) 0x8048f04 : cmpl $0x1,0x7c(%esp) 0x8048f09 : jle 0x8049289 0x8048f0f : mov 0x8c(%esp),%eax 0x8048f16 : mov %eax,%edx (gdb) thread apply all backtrace Thread 1 (Thread 0xb624d6e0 (LWP 6112)): #0 get_opengl_version (minor=0xbffff290, major=0xbffff28c, version=0xd
) at unity_support_test.c:126 #1 main (argc=2, argv=0xbffff384) at unity_support_test.c:561 (gdb) quit A debugging session is active. Inferior 1 [process 6112] will be killed. Quit anyway? (y or n)