sshguard crash

Issue #42 closed
Christos Chatzaras created an issue

FreeBSD 10.3-RELEASE-p7 and sshguard version 1.7 . But the same issue exist with previous versions too. I use it with ipfw

gdb /usr/local/sbin/sshguard /sshguard.core
GNU gdb 6.1.1 [FreeBSD]
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 "amd64-marcel-freebsd"...(no debugging symbols found)...
Core was generated by `sshguard'.
Program terminated with signal 8, Arithmetic exception.
Reading symbols from /lib/libthr.so.3...(no debugging symbols found)...done.
Loaded symbols for /lib/libthr.so.3
Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x00000000004078ec in ?? ()
[New Thread 801406800 (LWP 100569/<unknown>)]
[New Thread 801406400 (LWP 101078/<unknown>)]
(gdb) bt
#0  0x00000000004078ec in ?? ()
#1  0x00000000004068a4 in ?? ()
#2  0x000000000040237f in ?? ()
#3  0x0000000800725000 in ?? ()
#4  0x0000000000000000 in ?? ()

Comments (4)

  1. Kevin Zheng

    Thanks for the report. Do you think you'd be able to recompile with debugging symbols and try again?

  2. Log in to comment