Summary: | net-mail/gnubiff-2.2.15-r2 SEGV on launch with x11-drivers/nvidia-drivers >361.28 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Phil Stracchino (Unix Ronin) <phils> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | CC: | phils |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Phil Stracchino (Unix Ronin)
2016-08-18 13:24:19 UTC
$ gdb --args gnubiff -v ... stopped with SIGSEGV (gdb) bt full babylon5:alaric:~:1 $ gdb --args gnubiff -v GNU gdb (Gentoo 7.10.1 vanilla) 7.10.1 Copyright (C) 2015 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-pc-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <https://bugs.gentoo.org/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from gnubiff...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/gnubiff -v [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0x00007ffff4f69ebf in rawmemchr () from /lib64/libc.so.6 (gdb) bt full #0 0x00007ffff4f69ebf in rawmemchr () from /lib64/libc.so.6 No symbol table info available. #1 0x00007ffff4f54ec2 in ?? () from /lib64/libc.so.6 No symbol table info available. #2 0x00007ffff4f447b7 in __isoc99_vsscanf () from /lib64/libc.so.6 No symbol table info available. #3 0x00007ffff4f44747 in __isoc99_sscanf () from /lib64/libc.so.6 No symbol table info available. #4 0x00007ffff3ad93f0 in epoxy_glx_version () from /usr/lib64/libepoxy.so.0 No symbol table info available. #5 0x00007ffff7246cc1 in ?? () from /usr/lib64/libgdk-3.so.0 No symbol table info available. #6 0x00007ffff7246fea in ?? () from /usr/lib64/libgdk-3.so.0 No symbol table info available. #7 0x00007ffff724f9ee in ?? () from /usr/lib64/libgdk-3.so.0 No symbol table info available. #8 0x00007ffff724c826 in ?? () from /usr/lib64/libgdk-3.so.0 No symbol table info available. #9 0x00007ffff723e835 in ?? () from /usr/lib64/libgdk-3.so.0 No symbol table info available. #10 0x00007ffff72173b7 in gdk_display_manager_open_display () from /usr/lib64/libgdk-3.so.0 No symbol table info available. #11 0x00007ffff76b57a3 in gtk_init_check () from /usr/lib64/libgtk-3.so.0 No symbol table info available. #12 0x00007ffff76b57e9 in gtk_init () from /usr/lib64/libgtk-3.so.0 No symbol table info available. #13 0x000000000041c97f in main () No symbol table info available. (gdb) |