# (gdb) handle SIGPIPE nostop noprint noignore pass # Signal Stop Print Pass to program Description # SIGPIPE No No Yes Broken pipe # (gdb) continue # Continuing. # # Program received signal SIGSEGV, Segmentation fault. # [Switching to Thread 0x7feb2827e6f0 (LWP 14273)] # 0x00007feb24771bbb in intelDestroyContext ( # driContextPriv=) # at ../intel/intel_fbo.h:89 # 89 ../intel/intel_fbo.h: No such file or directory. # in ../intel/intel_fbo.h # (gdb) bt full # #0 0x00007feb24771bbb in intelDestroyContext ( # driContextPriv=) # at ../intel/intel_fbo.h:89 # driDrawPriv = (__DRIdrawablePrivate *) 0x0 # intel_fb = (struct intel_framebuffer *) 0xe25090 # irbDepth = (struct intel_renderbuffer *) 0x0 # irbStencil = (struct intel_renderbuffer *) 0x340 # intel = (struct intel_context *) 0xadeba0 # __PRETTY_FUNCTION__ = "intelDestroyContext" # #1 0x00007feb2474c6b0 in driDestroyContext (pcp=0x9a1e20) # at ../common/dri_util.c:526 # No locals. # #2 0x00007feb25cf9fa9 in ?? () # from /usr/lib64/xorg/modules/extensions/libglx.so # No symbol table info available. # #3 0x00007feb25cef84c in ?? () # from /usr/lib64/xorg/modules/extensions/libglx.so # No symbol table info available. # #4 0x00007feb25cef893 in ?? () # from /usr/lib64/xorg/modules/extensions/libglx.so # No symbol table info available. # #5 0x000000000044b073 in FreeClientResources ( # client=) at resource.c:808 # rtype = # resources = # this = (ResourcePtr) 0xbc9190 # j = 3 # #6 0x000000000042aef0 in CloseDownClient (client=0x997280) # at dispatch.c:3591 # really_close_down = 1 # #7 0x000000000042f5e0 in Dispatch () at dispatch.c:437 # result = 8705888 # client = (ClientPtr) 0x997280 # nready = 0 # start_tick = 0 # #8 0x0000000000424ec5 in main (argc=1, argv=0x7c76e8, # envp=) at main.c:283 # i = 1 # alwaysCheckForInput = {0, 1} # (gdb) quit