I'm now also seeing this on a 64-bit Ubuntu 7.10 server. It's an IBM x3500 (7797-G2G). After the last aptitude full-upgrade, which if I recall correctly upgraded openssl, python2.5, and the kernel to 2.6.22-15 (and a few others I can't recall), we restarted the server and noticed PostgreSQL, Apache2, and several other services had failed to start. While attempting to start them manually we received "Bus Error" from each application.
Using the GDB steps from Kyle's report above with our Apache installation: guido ~ # gdb /usr/sbin/apache2 GNU gdb 6.6-debian Copyright (C) 2006 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 "x86_64-linux-gnu"... (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/sbin/apache2 (no debugging symbols found) Program received signal SIGBUS, Bus error. 0x00002b20c03c5fa0 in ?? () from /lib64/ld-linux-x86-64.so.2 (gdb) bt #0 0x00002b20c03c5fa0 in ?? () from /lib64/ld-linux-x86-64.so.2 #1 0x00002b20c03b6c93 in ?? () from /lib64/ld-linux-x86-64.so.2 #2 0x00002b20c03b85f8 in ?? () from /lib64/ld-linux-x86-64.so.2 #3 0x00002b20c03bbb6d in ?? () from /lib64/ld-linux-x86-64.so.2 #4 0x00002b20c03bda06 in ?? () from /lib64/ld-linux-x86-64.so.2 #5 0x00002b20c03bc23a in ?? () from /lib64/ld-linux-x86-64.so.2 #6 0x00002b20c03b34f5 in ?? () from /lib64/ld-linux-x86-64.so.2 #7 0x00002b20c03c4458 in ?? () from /lib64/ld-linux-x86-64.so.2 #8 0x00002b20c03b230b in ?? () from /lib64/ld-linux-x86-64.so.2 #9 0x00002b20c03b0a68 in ?? () from /lib64/ld-linux-x86-64.so.2 #10 0x0000000000000001 in ?? () #11 0x00007fffea6f881f in ?? () #12 0x0000000000000000 in ?? () (gdb) A similar trace was obtained from PostgreSQL. Just in case something was corrupted I copied /lib64/ld-2.6.1.so (which /lib64/ld- linunx-x86-64.so.2 links to) from a similarly configured box, but this made no difference. As with Kyle, if there's anything I can do to trace this further, please let me know. -- "Bus error" after upgrading server https://bugs.launchpad.net/bugs/204020 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs