Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28942 - openssh 3.7.1p1 SegFaults when connecting to other machine
Summary: openssh 3.7.1p1 SegFaults when connecting to other machine
Status: RESOLVED DUPLICATE of bug 28875
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-16 23:29 UTC by Axel Reimann
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Axel Reimann 2003-09-16 23:29:28 UTC
strace ouput: 
open("/etc/ssh/ssh_config", O_RDONLY|O_LARGEFILE) = 3 
fstat64(3, {st_mode=S_IFREG|0644, st_size=1159, ...}) = 0 
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40014000 
read(3, "#\t$OpenBSD: ssh_config,v 1.19 20"..., 4096) = 1159 
read(3, "", 4096)                       = 0 
close(3)                                = 0 
munmap(0x40014000, 4096)                = 0 
getpid()                                = 21498 
getpid()                                = 21498 
open("/dev/urandom", O_RDONLY)          = 3 
--- SIGSEGV (Segmentation fault) @ 0 (0) --- 
+++ killed by SIGSEGV +++ 
 
setup: 
Portage 2.0.49-r4 (default-x86-1.4, gcc-3.3.1, glibc-2.3.2-r1, 
2.4.21_pre7-gss) 
================================================================= 
System uname: 2.4.21_pre7-gss i686 AMD Athlon(tm) XP 1800+ 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-mcpu=athlon -O3 -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config 
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ 
/usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-mcpu=athlon -O3 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="sandbox autoaddcvs ccache userpriv" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" 
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg gnome libg++ mad 
mikmod mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv 
zlib alsa gdbm berkdb slang readline arts tetex aalib nas svga tcltk java 
guile ruby X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gtk 
qt kde motif opengl gphoto2 ldap snmp cdr scanner aavm acl acpi acpi4linux 
apache2 cjk dga dvd gps gtk2 imap ipv6 lcms maildir mbox md5sum mozilla mule 
oci8 odbc pda pic plotutils sasl slp sse tiff trusted type1 usb v4l videos wmf 
xml xosd xvid" 
 
 

Reproducible: Always
Steps to Reproduce:
1. ssh $USER@somemachine.somewhere.de 
Actual Results:  
Segmentation fault
Comment 1 SpanKY gentoo-dev 2003-09-16 23:33:48 UTC
can you review Bug 28899 and make sure it's not gcc related
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-09-17 08:15:30 UTC

*** This bug has been marked as a duplicate of 28875 ***