Bug 627332

Summary: [abrt] openssh-clients-5.4p1-3.fc13: client_input_channel_req: Process /usr/bin/ssh was killed by signal 11 (SIGSEGV)
Product: [Fedora] Fedora Reporter: Clodoaldo Pinto Neto <clodoaldo.pinto.neto>
Component: opensshAssignee: Jan F. Chadima <jchadima>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: jchadima, mgrepl, tmraz
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: abrt_hash:b212c2473d299fa34c0591c5263d0d06046b78eb
Fixed In Version: openssh-5.5p1-24.fc14.2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 656844 (view as bug list) Environment:
Last Closed: 2010-11-26 01:11:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 656844    
Attachments:
Description Flags
File: backtrace none

Description Clodoaldo Pinto Neto 2010-08-25 17:23:31 UTC
abrt version: 1.1.13
architecture: x86_64
Attached file: backtrace
cmdline: ssh -D 9999 -n -N ck
component: openssh
crash_function: client_input_channel_req
executable: /usr/bin/ssh
kernel: 2.6.33.8-149.fc13.x86_64
package: openssh-clients-5.4p1-3.fc13
rating: 4
reason: Process /usr/bin/ssh was killed by signal 11 (SIGSEGV)
release: Fedora release 13 (Goddard)
How to reproduce: Just using ssh -D 9999 -n -N ck for web navigation
time: 1282754451
uid: 500

Comment 1 Clodoaldo Pinto Neto 2010-08-25 17:23:42 UTC
Created an attachment (id=441005)
File: backtrace

Comment 2 Clodoaldo Pinto Neto 2010-08-30 19:23:28 UTC
Package: openssh-clients-5.4p1-3.fc13
Architecture: x86_64
OS Release: Fedora release 13 (Goddard)


How to reproduce
-----
Just using ssh -D 9999 -n -N ck for web navigation

Comment 3 Jan F. Chadima 2010-11-08 07:45:20 UTC
can you tell me which site are you browsing, when the crash occurs?

Comment 4 Clodoaldo Pinto Neto 2010-11-08 10:10:08 UTC
I didn't notice an specific site. It looks like it is random. I will try to take note when it happens. The tunnel is only used for non ssl connections:

function FindProxyForURL(url, host) {
   if (url.substring(0, 6) == "https:") {
      return "DIRECT";
   }

   if (shExpMatch(host, "*.dkt")) {
      return "SOCKS5 localhost:9998";
   }

   return "SOCKS5 localhost:9999";
}


What I think is worth mentioning is that it is over a bad 3G connection.

Comment 5 Clodoaldo Pinto Neto 2010-11-09 17:08:47 UTC
Just crashed in a forum I last visited many months ago. Gmail was also open (as always) and it does ajax requests in the background.

Comment 6 Jan F. Chadima 2010-11-24 07:05:25 UTC
*** Bug 655853 has been marked as a duplicate of this bug. ***

Comment 7 Fedora Update System 2010-11-24 09:53:24 UTC
openssh-5.4p1-5.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/openssh-5.4p1-5.fc13

Comment 8 Fedora Update System 2010-11-24 09:54:15 UTC
openssh-5.5p1-24.fc14.2 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/openssh-5.5p1-24.fc14.2

Comment 9 Clodoaldo Pinto Neto 2010-11-24 11:31:46 UTC
Just installed the updated rpms and started testing.

Comment 10 Fedora Update System 2010-11-24 22:35:24 UTC
openssh-5.4p1-5.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update openssh'.  You can provide feedback for this update here: https://admin.fedoraproject.org/updates/openssh-5.4p1-5.fc13

Comment 11 Fedora Update System 2010-11-26 01:11:53 UTC
openssh-5.4p1-5.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 12 Fedora Update System 2010-11-26 01:17:07 UTC
openssh-5.5p1-24.fc14.2 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.