[Bug 2280] openssh-6.6p1 compression throwing Segmentation fault

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Sep 23 00:54:24 EST 2014


https://bugzilla.mindrot.org/show_bug.cgi?id=2280

Darren Tucker <dtucker at zip.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au

--- Comment #5 from Darren Tucker <dtucker at zip.com.au> ---
(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.


More information about the openssh-bugs mailing list