abrt 1.0.8 detected a crash. architecture: x86_64 Attached file: backtrace cmdline: dig tsm.lc.ca.gov comment: Just tried to run dig on a domain and got a core dump component: bind executable: /usr/bin/dig kernel: 2.6.32.10-90.fc12.x86_64 package: bind-utils-32:9.6.2-3.P1.fc12 rating: 4 reason: Process /usr/bin/dig was killed by signal 11 (SIGSEGV) release: Fedora release 12 (Constantine) How to reproduce ----- 1. Simply opened command line 2. ran `dig google.com` 3. core dumped!
Created attachment 404998 [details] File: backtrace
How to reproduce ----- 1. Open terminal 2. Run 'dig <hostname>' 3. Segmentation Fault Comment ----- I don't remember when this broke. Used to work fine, but now I get a seg fault everytime. I've tried running as root and still get the error. Also tried reinstalling bind-utils but that didn't change anything
It seems your /usr/lib64/libisc.so* got corrupted some way. Would it be possible to execute `rpm -qV bind-libs` and post output here, please?
Here is the output you've requested: rpm -qV bind-libs ..5...... /usr/lib64/libisc.so.50.2.1
(In reply to comment #4) > Here is the output you've requested: > > rpm -qV bind-libs > ..5...... /usr/lib64/libisc.so.50.2.1 It means your and original libisc differ in MD5 sums. Please try to reinstall bind-libs and report if the problem still exists.
Thanks for your help... That fixed it yum reinstall bind-libs Now dig works without a core dump