https://bugzilla.mindrot.org/show_bug.cgi?id=2280
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Darren Tucker <[email protected]> --- (In reply to lalit from comment #4) [...] > Program received signal SIGSEGV, Segmentation fault. > 0x000002aafdc93698 in ?? () it looks like the binary has be stripped of debug symbols. The one in the build directory should still have them. *HOWEVER* your binary identifies itself as "OpenSSH_6.6p1-hpn14v5", which means it is built from modified source that is not supplied by the OpenSSH team. Can you reproduce your problem with a binary built from unmodified source from openssh.com? If not then we cannot help you, you need to talk to whoever supplied the modified code. > Missing separate debuginfos, use: debuginfo-install > SOE_openssh-6.6p1-0.s390x > (gdb) Assuming you get a clean build with debug symbols and get this far you want to enter "bt" to get a stack trace. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
