[Aide] Caught SIGBUS/SEGV

Clinton James ccj at mediamas.com.au
Thu Apr 2 05:55:55 EEST 2009


Thanks. These sre the results. I'm now a little punch-drunk!

MySuse:~ # gdb aide
GNU gdb (GDB; openSUSE 11.1) 6.8.50.20081120-cvs
Copyright (C) 2008 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 "i586-suse-linux".
For bug reporting instructions, please see:
<http://bugs.opensuse.org/>...
(no debugging symbols found)
(gdb) run --init
Starting program: /usr/bin/aide --init
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
(no debugging symbols found)

Program received signal SIGBUS, Bus error.
0xb7f28770 in mutils_memcpy () from /usr/lib/libmhash.so.2
(gdb) backtrace
#0  0xb7f28770 in mutils_memcpy () from /usr/lib/libmhash.so.2
#1  0xb7f2b494 in MD5Update () from /usr/lib/libmhash.so.2
#2  0xb7f27c26 in mhash () from /usr/lib/libmhash.so.2
#3  0x0804dd06 in ?? ()
#4  0x080587ce in ?? ()
#5  0x08055eb5 in ?? ()
#6  0x080537a5 in ?? ()
#7  0x080572aa in ?? ()
#8  0x0805dfe9 in ?? ()
#9  0xb7d66705 in __libc_start_main () from /lib/libc.so.6
#10 0x0804a011 in ?? ()
(gdb) Quit
(gdb)


----- Original Message ----- 
From: "Stephen John Smoogen" <smooge at gmail.com>
To: "Aide user mailinglist" <aide at cs.tut.fi>
Sent: Thursday, April 02, 2009 12:33 PM
Subject: Re: [Aide] Caught SIGBUS/SEGV


2009/4/1 Clinton James <ccj at mediamas.com.au>:
> Hi
>
> I've installed Aide 0.13.1-39.36.1 (i586) using Yast on OpenSuse 11.1.
>
> Straight out of the box I ran
>
> MySuse:~ # aide --init
>
> which reulted in
> Caught SIGBUS/SEGV. Exiting
> Aborted
>
> Please advise this noob what to do next. Help much appreciated.

Well I would normally run strace or gdb on the program to see where it
is segfaulting. I would also check the OpenSuSE bug database to see if
its a known issue. To trace it in gdb, I normally do a


gdb aide
run --init
<wait for it to crash>
backtrace

then send that information to the list to see if its something
codewise or something that OpenSuSE needs to deal with.


-- 
Stephen J Smoogen. -- BSD/GNU/Linux
How far that little candle throws his beams! So shines a good deed
in a naughty world. = Shakespeare. "The Merchant of Venice"
_______________________________________________
Aide mailing list
Aide at cs.tut.fi
https://mailman.cs.tut.fi/mailman/listinfo/aide



More information about the Aide mailing list