Public bug reported: GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 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 "x86_64-linux-gnu". For bug reporting instructions, please see: <http://bugs.launchpad.net/gdb-linaro/>... Reading symbols from /usr/bin/cheese...(no debugging symbols found)...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/bin/cheese [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffeb4b2700 (LWP 3147)] [New Thread 0x7fffeacb1700 (LWP 3148)] Xlib: extension "GLX" missing on display ":0".
Program received signal SIGSEGV, Segmentation fault. 0x00007ffff486c9f8 in ?? () from /usr/lib/x86_64-linux-gnu/libcogl.so.9 (gdb) backtrace full #0 0x00007ffff486c9f8 in ?? () from /usr/lib/x86_64-linux-gnu/libcogl.so.9 No symbol table info available. #1 0x00007ffff6fd6c84 in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 No symbol table info available. #2 0x00007ffff6fedc16 in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 No symbol table info available. #3 0x00007ffff6ff933a in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 No symbol table info available. #4 0x00007ffff6ff957e in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 No symbol table info available. #5 0x00007ffff57b8f60 in g_option_context_parse () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 No symbol table info available. #6 0x00007ffff6ff9834 in clutter_init () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 No symbol table info available. #7 0x00007ffff79c4194 in cheese_gtk_init () from /usr/lib/x86_64-linux-gnu/libcheese-gtk.so.21 No symbol table info available. #8 0x00000000004177fb in _vala_main () No symbol table info available. #9 0x00007ffff51ac76d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 No symbol table info available. #10 0x000000000040c6b9 in _start () No symbol table info available. (gdb) infor resgisters[1P resgisters[C[C[C[C[1Pgisters rax 0x0 0 rbx 0x758460 7701600 rcx 0x1 1 rdx 0x20 32 rsi 0x33 51 rdi 0x758460 7701600 rbp 0x7fffffffdf28 0x7fffffffdf28 rsp 0x7fffffffdd70 0x7fffffffdd70 r8 0x20 32 r9 0x2d 45 r10 0x7fffffffdb10 140737488345872 r11 0x7ffff486e810 140737295869968 r12 0x7ffff729fddc 140737340112348 r13 0x0 0 r14 0x74f350 7664464 r15 0x7fffffffdf84 140737488347012 rip 0x7ffff486c9f8 0x7ffff486c9f8 eflags 0x10246 [ PF ZF IF RF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 (gdb) x/16i $pc => 0x7ffff486c9f8: callq *0x20(%rax) 0x7ffff486c9fb: mov 0x78(%rbx),%rdi 0x7ffff486c9ff: test %rdi,%rdi 0x7ffff486ca02: je 0x7ffff486ca09 0x7ffff486ca04: callq 0x7ffff48624d0 <g_module_close@plt> 0x7ffff486ca09: mov 0x80(%rbx),%rdi 0x7ffff486ca10: lea -0x37(%rip),%rsi # 0x7ffff486c9e0 0x7ffff486ca17: xor %edx,%edx 0x7ffff486ca19: callq 0x7ffff4862a30 <g_slist_foreach@plt> 0x7ffff486ca1e: mov 0x80(%rbx),%rdi 0x7ffff486ca25: callq 0x7ffff4862350 <g_slist_free@plt> 0x7ffff486ca2a: mov %rbx,%rdi 0x7ffff486ca2d: callq 0x7ffff4862280 <g_free@plt> 0x7ffff486ca32: subq $0x1,0x26a026(%rip) # 0x7ffff4ad6a60 0x7ffff486ca3a: pop %rbx 0x7ffff486ca3b: retq (gdb) thread apply all backtrace Thread 3 (Thread 0x7fffeacb1700 (LWP 3148)): #0 0x00007ffff52729d3 in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007ffff57adff6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x00007ffff57ae45a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x00007ffff5f935e6 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 #4 0x00007ffff57cf9b5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #5 0x00007ffff5550e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007ffff527e38d in clone () from /lib/x86_64-linux-gnu/libc.so.6 #7 0x0000000000000000 in ?? () Thread 2 (Thread 0x7fffeb4b2700 (LWP 3147)): #0 0x00007ffff52729d3 in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007ffff57adff6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x00007ffff57ae45a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x00007fffebcf398b in ?? () from /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so #4 0x00007ffff57cf9b5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #5 0x00007ffff5550e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007ffff527e38d in clone () from /lib/x86_64-linux-gnu/libc.so.6 #7 0x0000000000000000 in ?? () Thread 1 (Thread 0x7ffff7fae940 (LWP 3144)): #0 0x00007ffff486c9f8 in ?? () from /usr/lib/x86_64-linux-gnu/libcogl.so.9 #1 0x00007ffff6fd6c84 in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 #2 0x00007ffff6fedc16 in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 #3 0x00007ffff6ff933a in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 #4 0x00007ffff6ff957e in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 #5 0x00007ffff57b8f60 in g_option_context_parse () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #6 0x00007ffff6ff9834 in clutter_init () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 #7 0x00007ffff79c4194 in cheese_gtk_init () from /usr/lib/x86_64-linux-gnu/libcheese-gtk.so.21 #8 0x00000000004177fb in _vala_main () #9 0x00007ffff51ac76d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 #10 0x000000000040c6b9 in _start () (gdb) quit A debugging session is active. Inferior 1 [process 3144] will be killed. Quit anyway? (y or n) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: cheese 3.4.1-0ubuntu2.1 ProcVersionSignature: Ubuntu 3.2.0-83.120-generic 3.2.68 Uname: Linux 3.2.0-83-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu17.8 Architecture: amd64 Date: Sat May 16 23:29:08 2015 InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20120823.1) MachineType: CLEVO P170EM MarkForUpload: True RelatedPackageVersions: cheese 3.4.1-0ubuntu2.1 cheese-common 3.4.1-0ubuntu2.1 SourcePackage: cheese UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/17/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 4.6.5 dmi.board.asset.tag: Not Applicable dmi.board.name: P170EM dmi.board.vendor: CLEVO dmi.board.version: Not Applicable dmi.chassis.type: 10 dmi.chassis.vendor: CLEVO dmi.chassis.version: Not Applicable dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd09/17/2012:svnCLEVO:pnP170EM:pvrNotApplicable:rvnCLEVO:rnP170EM:rvrNotApplicable:cvnCLEVO:ct10:cvrNotApplicable: dmi.product.name: P170EM dmi.product.version: Not Applicable dmi.sys.vendor: CLEVO ** Affects: cheese (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise running-unity third-party-packages -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cheese in Ubuntu. https://bugs.launchpad.net/bugs/1455857 Title: Program crashes before a window appears. Having Xlib: extension GLX missing problems Status in cheese package in Ubuntu: New Bug description: GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 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 "x86_64-linux-gnu". For bug reporting instructions, please see: <http://bugs.launchpad.net/gdb-linaro/>... Reading symbols from /usr/bin/cheese...(no debugging symbols found)...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/bin/cheese [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffeb4b2700 (LWP 3147)] [New Thread 0x7fffeacb1700 (LWP 3148)] Xlib: extension "GLX" missing on display ":0". Program received signal SIGSEGV, Segmentation fault. 0x00007ffff486c9f8 in ?? () from /usr/lib/x86_64-linux-gnu/libcogl.so.9 (gdb) backtrace full #0 0x00007ffff486c9f8 in ?? () from /usr/lib/x86_64-linux-gnu/libcogl.so.9 No symbol table info available. #1 0x00007ffff6fd6c84 in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 No symbol table info available. #2 0x00007ffff6fedc16 in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 No symbol table info available. #3 0x00007ffff6ff933a in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 No symbol table info available. #4 0x00007ffff6ff957e in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 No symbol table info available. #5 0x00007ffff57b8f60 in g_option_context_parse () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 No symbol table info available. #6 0x00007ffff6ff9834 in clutter_init () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 No symbol table info available. #7 0x00007ffff79c4194 in cheese_gtk_init () from /usr/lib/x86_64-linux-gnu/libcheese-gtk.so.21 No symbol table info available. #8 0x00000000004177fb in _vala_main () No symbol table info available. #9 0x00007ffff51ac76d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 No symbol table info available. #10 0x000000000040c6b9 in _start () No symbol table info available. (gdb) infor resgisters[1P resgisters[C[C[C[C[1Pgisters rax 0x0 0 rbx 0x758460 7701600 rcx 0x1 1 rdx 0x20 32 rsi 0x33 51 rdi 0x758460 7701600 rbp 0x7fffffffdf28 0x7fffffffdf28 rsp 0x7fffffffdd70 0x7fffffffdd70 r8 0x20 32 r9 0x2d 45 r10 0x7fffffffdb10 140737488345872 r11 0x7ffff486e810 140737295869968 r12 0x7ffff729fddc 140737340112348 r13 0x0 0 r14 0x74f350 7664464 r15 0x7fffffffdf84 140737488347012 rip 0x7ffff486c9f8 0x7ffff486c9f8 eflags 0x10246 [ PF ZF IF RF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 (gdb) x/16i $pc => 0x7ffff486c9f8: callq *0x20(%rax) 0x7ffff486c9fb: mov 0x78(%rbx),%rdi 0x7ffff486c9ff: test %rdi,%rdi 0x7ffff486ca02: je 0x7ffff486ca09 0x7ffff486ca04: callq 0x7ffff48624d0 <g_module_close@plt> 0x7ffff486ca09: mov 0x80(%rbx),%rdi 0x7ffff486ca10: lea -0x37(%rip),%rsi # 0x7ffff486c9e0 0x7ffff486ca17: xor %edx,%edx 0x7ffff486ca19: callq 0x7ffff4862a30 <g_slist_foreach@plt> 0x7ffff486ca1e: mov 0x80(%rbx),%rdi 0x7ffff486ca25: callq 0x7ffff4862350 <g_slist_free@plt> 0x7ffff486ca2a: mov %rbx,%rdi 0x7ffff486ca2d: callq 0x7ffff4862280 <g_free@plt> 0x7ffff486ca32: subq $0x1,0x26a026(%rip) # 0x7ffff4ad6a60 0x7ffff486ca3a: pop %rbx 0x7ffff486ca3b: retq (gdb) thread apply all backtrace Thread 3 (Thread 0x7fffeacb1700 (LWP 3148)): #0 0x00007ffff52729d3 in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007ffff57adff6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x00007ffff57ae45a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x00007ffff5f935e6 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 #4 0x00007ffff57cf9b5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #5 0x00007ffff5550e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007ffff527e38d in clone () from /lib/x86_64-linux-gnu/libc.so.6 #7 0x0000000000000000 in ?? () Thread 2 (Thread 0x7fffeb4b2700 (LWP 3147)): #0 0x00007ffff52729d3 in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007ffff57adff6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x00007ffff57ae45a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x00007fffebcf398b in ?? () from /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so #4 0x00007ffff57cf9b5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #5 0x00007ffff5550e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007ffff527e38d in clone () from /lib/x86_64-linux-gnu/libc.so.6 #7 0x0000000000000000 in ?? () Thread 1 (Thread 0x7ffff7fae940 (LWP 3144)): #0 0x00007ffff486c9f8 in ?? () from /usr/lib/x86_64-linux-gnu/libcogl.so.9 #1 0x00007ffff6fd6c84 in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 #2 0x00007ffff6fedc16 in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 #3 0x00007ffff6ff933a in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 #4 0x00007ffff6ff957e in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 #5 0x00007ffff57b8f60 in g_option_context_parse () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #6 0x00007ffff6ff9834 in clutter_init () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0 #7 0x00007ffff79c4194 in cheese_gtk_init () from /usr/lib/x86_64-linux-gnu/libcheese-gtk.so.21 #8 0x00000000004177fb in _vala_main () #9 0x00007ffff51ac76d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 #10 0x000000000040c6b9 in _start () (gdb) quit A debugging session is active. Inferior 1 [process 3144] will be killed. Quit anyway? (y or n) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: cheese 3.4.1-0ubuntu2.1 ProcVersionSignature: Ubuntu 3.2.0-83.120-generic 3.2.68 Uname: Linux 3.2.0-83-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu17.8 Architecture: amd64 Date: Sat May 16 23:29:08 2015 InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20120823.1) MachineType: CLEVO P170EM MarkForUpload: True RelatedPackageVersions: cheese 3.4.1-0ubuntu2.1 cheese-common 3.4.1-0ubuntu2.1 SourcePackage: cheese UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/17/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 4.6.5 dmi.board.asset.tag: Not Applicable dmi.board.name: P170EM dmi.board.vendor: CLEVO dmi.board.version: Not Applicable dmi.chassis.type: 10 dmi.chassis.vendor: CLEVO dmi.chassis.version: Not Applicable dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd09/17/2012:svnCLEVO:pnP170EM:pvrNotApplicable:rvnCLEVO:rnP170EM:rvrNotApplicable:cvnCLEVO:ct10:cvrNotApplicable: dmi.product.name: P170EM dmi.product.version: Not Applicable dmi.sys.vendor: CLEVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1455857/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp