Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202324 - dev-libs/libgcrypt-1.4.0 segfaults at startup
Summary: dev-libs/libgcrypt-1.4.0 segfaults at startup
Status: RESOLVED DUPLICATE of bug 201917
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-14 20:57 UTC by Michal 'vorner' Vaner
Modified: 2007-12-14 20:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info output (emergeinfo,9.90 KB, text/plain)
2007-12-14 20:58 UTC, Michal 'vorner' Vaner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal 'vorner' Vaner 2007-12-14 20:57:37 UTC
Every time an application using libgcrypt starts, it segfaults at startup.

I got this backtrace from gpg:

Program received signal SIGSEGV, Segmentation fault.
0xb7e14bcb in _gcry_detect_hw_features () at hwfeatures.c:95
95	  if (!strcmp (vendor_id, "CentaurHauls"))
(gdb) bt
#0  0xb7e14bcb in _gcry_detect_hw_features () at hwfeatures.c:95
#1  0xb7e119c8 in global_init () at global.c:81
#2  0xb7e11b72 in _gcry_vcontrol (cmd=GCRYCTL_DISABLE_INTERNAL_LOCKING, arg_ptr=0xbfb25914 "\002") at global.c:383
#3  0xb7e10b47 in gcry_control (cmd=GCRYCTL_DISABLE_INTERNAL_LOCKING) at visibility.c:76
#4  0x0804dca2 in main (argc=1, argv=0xbfb25d94) at gpg.c:1815
#5  0xb7ceb000 in __libc_start_main (main=0x804dae0 <main>, argc=1, ubp_av=0xbfb25d94, init=0x80c8e50 <__libc_csu_init>, 
    fini=0x80c8e40 <__libc_csu_fini>, rtld_fini=0xb7f02e90 <_dl_fini>, stack_end=0xbfb25d8c) at libc-start.c:229
#6  0x0804c381 in _start ()

Another applications that crash for me are wireshark and wpa_supplicant, I did not find any other, before I downgraded.

Thank you
Comment 1 Michal 'vorner' Vaner 2007-12-14 20:58:23 UTC
Created attachment 138505 [details]
emerge --info output
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-12-14 20:59:23 UTC

*** This bug has been marked as a duplicate of bug 201917 ***