Bug 627332 - [abrt] openssh-clients-5.4p1-3.fc13: client_input_channel_req: Process /usr/bin/ssh was killed by signal 11 (SIGSEGV)
Summary: [abrt] openssh-clients-5.4p1-3.fc13: client_input_channel_req: Process /usr/b...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: openssh
Version: 13
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jan F. Chadima
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:b212c2473d299fa34c0591c5263...
: 655853 (view as bug list)
Depends On:
Blocks: 656844
TreeView+ depends on / blocked
 
Reported: 2010-08-25 17:23 UTC by Clodoaldo Pinto Neto
Modified: 2010-11-26 01:17 UTC (History)
3 users (show)

Fixed In Version: openssh-5.5p1-24.fc14.2
Clone Of:
: 656844 (view as bug list)
Environment:
Last Closed: 2010-11-26 01:11:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (13.97 KB, text/plain)
2010-08-25 17:23 UTC, Clodoaldo Pinto Neto
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.