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
Created an attachment (id=441005) File: backtrace
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
can you tell me which site are you browsing, when the crash occurs?
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.
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.
*** Bug 655853 has been marked as a duplicate of this bug. ***
openssh-5.4p1-5.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/openssh-5.4p1-5.fc13
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
Just installed the updated rpms and started testing.
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
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.
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.