I upgraded OpenBSD 6.3 to 6.4 GENERIC#71 armv7 on my BeagleBone Black and
then all my packages using pkg_add -u which then showed: redis
redis-4.0.2->4.0.11:
ok

I ran redis-server and it gave me a bus error. I ran the core file it
dumped through gdb and below is what it showed. All my other applications
work. What can I do to get redis-server working again?

$ gdb /usr/local/sbin/redis-server redis-server.core
GNU gdb 6.3
Copyright 2004 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 "arm-unknown-openbsd6.4"...(no debugging symbols
found)

Core was generated by `redis-server'.
Program terminated with signal 10, Bus error.
(no debugging symbols found)
Loaded symbols for /usr/local/sbin/redis-server
Reading symbols from /usr/lib/libm.so.10.1...done.
Loaded symbols for /usr/lib/libm.so.10.1
Reading symbols from /usr/lib/libpthread.so.25.1...done.
Loaded symbols for /usr/lib/libpthread.so.25.1
Reading symbols from /usr/local/lib/liblua5.1.so.5.1...done.
Loaded symbols for /usr/local/lib/liblua5.1.so.5.1
Reading symbols from /usr/lib/libc.so.92.5...done.
Loaded symbols for /usr/lib/libc.so.92.5
Reading symbols from /usr/libexec/ld.so...done.
Loaded symbols for /usr/libexec/ld.so
#0  0x08ffdf8c in SHA1Final () from /usr/local/sbin/redis-server
(gdb) p
The history is empty.
(gdb) where
#0  0x08ffdf8c in SHA1Final () from /usr/local/sbin/redis-server
#1  0x090798cc in SHA1Final () from /usr/local/sbin/redis-server
#2  0x65346132 in ?? ()
Cannot access memory at address 0x32363333
(gdb) bt full
#0  0x08ffdf8c in SHA1Final () from /usr/local/sbin/redis-server
No symbol table info available.
#1  0x090798cc in SHA1Final () from /usr/local/sbin/redis-server
No symbol table info available.
#2  0x65346132 in ?? ()
No symbol table info available.
(gdb)
-- 
-alfred

Reply via email to