Comment 3 for bug 6771

Revision history for this message
In , Olivier Mueller (omueller) wrote : Re: Bug#228855: Bus Error on mutt startup with imap (sparc64)

On Wed, Jan 21, 2004 at 12:45:32PM +0100, Marco d'Itri wrote:
> >Mutt gives a "Bus Error" just after startup with this muttrc:
> Are you using SSL?
> I do not have access to a sparc64 system, please compile mutt from the
> source package and try to get a core file by running the unstripped
> binary.

voila, I finally managed to compile the stuff, and here is the output
of gdb:

om@u1:~/mutt/mutt-1.5.5.1/build-tree/mutt-1.5.5.1$ gdb ./mutt core
GNU gdb 6.0-debian
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "sparc-linux"...

warning: "/home/om/mutt/mutt-1.5.5.1/build-tree/mutt-1.5.5.1/core": no core file handler recognizes format, using default
Core was generated by `./mutt'.
Program terminated with signal 10, Bus error.
Couldn't read input and local registers from core file
Reading symbols from /usr/lib/libncursesw.so.5...done.
Loaded symbols for /usr/lib/libncursesw.so.5
Reading symbols from /usr/lib/libsasl2.so.2...done.
Loaded symbols for /usr/lib/libsasl2.so.2
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /usr/lib/libidn.so.11...done.
Loaded symbols for /usr/lib/libidn.so.11
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/libresolv.so.2...done.
Loaded symbols for /lib/libresolv.so.2
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /lib/libnss_compat.so.2...done.
Loaded symbols for /lib/libnss_compat.so.2
Reading symbols from /lib/libnsl.so.1...done.
Loaded symbols for /lib/libnsl.so.1
Reading symbols from /lib/libnss_nis.so.2...done.
Loaded symbols for /lib/libnss_nis.so.2
Reading symbols from /lib/libnss_files.so.2...done.
Loaded symbols for /lib/libnss_files.so.2
Reading symbols from /lib/libnss_dns.so.2...done.
Loaded symbols for /lib/libnss_dns.so.2
Reading symbols from /usr/lib/mutt/mutt_ssl_gnutls.so...done.
Loaded symbols for /usr/lib/mutt/mutt_ssl_gnutls.so
Reading symbols from /usr/lib/libz.so.1...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /usr/lib/libgnutls.so.10...done.
Loaded symbols for /usr/lib/libgnutls.so.10
Reading symbols from /usr/lib/libgcrypt.so.7...done.
Loaded symbols for /usr/lib/libgcrypt.so.7
Reading symbols from /usr/lib/libtasn1.so.2...done.
Loaded symbols for /usr/lib/libtasn1.so.2
Reading symbols from /usr/lib/libgpg-error.so.0...done.
Loaded symbols for /usr/lib/libgpg-error.so.0
Couldn't read input and local registers from core file
0x703d0ca8 in gcry_create_nonce () from /usr/lib/libgcrypt.so.7
(gdb)

regards & HTH,
Olivier