[Bug 1085] Intermittent ssh core dumps

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Sep 26 21:10:14 EST 2005


http://bugzilla.mindrot.org/show_bug.cgi?id=1085





------- Additional Comments From dtucker at zip.com.au  2005-09-26 21:10 -------
(In reply to comment #7)
> core file = core -- program ``/usr/bin/ssh'' on platform SUNW,Sun-Fire-V240
> SIGSEGV: Segmentation Fault
> $C
> ffbfee20 bn_sub_words+0x3c(16b850, 16b3e0, 16b400, 7, 1, 9da20)

Looks like a problem with OpenSSL (the trace certainly points there).  Did
OpenSSL's self-test ("make tests") pass?  Does the same problem occur with
openssl-0.9.7g?

[...]
> PS: Sorry for asking, but I searched the documentation, the net and even looked
> at the configure script, but I didn't find a clue of how to enable debugging
> during compile time. Did I miss something, and if so, could you advice of how
> to enable debugging?

Debug symbols?  Depends on your compiler, but for gcc it's automatically enabled
(the "-g" flag).  If it's not, then pass the appropriate flag via --with-cflags, eg:
./configure --with-cflags=-g

Note that by default, those symbols are stripped out in the installed binaries
(ie you should use the compiled files in your build dir for debugging with gdb,
adb or similar).



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list