http://bugs.winehq.org/show_bug.cgi?id=13583
Summary: SecureCRT: Unhandled page fault when making SSH2 connection Product: Wine Version: 1.0-rc2 Platform: PC URL: https://secure.vandyke.com/cgi- bin/download_form.cgi?PRODUCT=SecureCRT OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: perrym3@gmail.com
Using 1.0-rc3 on Ubuntu 8.04.
When making an SSH2 connection in SecureCRT 6.0.2, Wine give an unhandled page fault error and backtrace right after supplying the login name. See attached output from Wine. This happens at the point where SecureCRT would normally prompt for a password.
Steps to reproduce:
1. Create a new session with SSH2 to a server that accepts password logins 2. Accept the host key when prompted. 3. Enter login name when prompted.
SecureCRT should then prompt for a password and this is where the error occurs in the Wine output.
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #1 from Matt Perry perrym3@gmail.com 2008-05-31 17:34:24 --- Created an attachment (id=13542) --> (http://bugs.winehq.org/attachment.cgi?id=13542) Output from wine during connection to SSH2 server
http://bugs.winehq.org/show_bug.cgi?id=13583
Matt Perry perrym3@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=13583
Matt Perry perrym3@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.0-rc2 |1.0-rc3
http://bugs.winehq.org/show_bug.cgi?id=13583
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #2 from Austin English austinenglish@gmail.com 2008-06-03 20:07:50 --- Confirming. I'll get a backtrace.
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #3 from Austin English austinenglish@gmail.com 2008-06-03 20:08:00 --- Created an attachment (id=13663) --> (http://bugs.winehq.org/attachment.cgi?id=13663) bt all
http://bugs.winehq.org/show_bug.cgi?id=13583
Dale dale.dewd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dale.dewd@gmail.com
--- Comment #4 from Dale dale.dewd@gmail.com 2008-06-12 17:17:26 --- Im also experiencing this issue since upgrading from Ubuntu 7 to Ubuntu 8.
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #5 from Dale dale.dewd@gmail.com 2008-06-12 19:35:35 --- I starting installing older packages from http://wine.budgetdedicated.com/archive/index.html. I started at "Wine 1.0-rc4 i386" and worked my backwards to "Wine 0.9.53 i386". The "Wine 0.9.53 i386" version is the first one to work.
Throughout the downgrades I had "vm.mmap_min_addr = 0" as requested. After I found that 0.9.53 worked I set it back to "vm.mmap_min_addr = 65536" and it still works.
I installed it with: sudo dpkg -i --ignore-depends=libldap2 wine_0.9.53~winehq0~ubuntu~7.10-1_i386.deb
My specs: Ubuntu 8.04 Linux 2.6.24-18-generic #1 SMP Wed May 28 20:27:26 UTC 2008 i686 GNU/Linux Running under vmware 6.
http://bugs.winehq.org/show_bug.cgi?id=13583
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #6 from Austin English austinenglish@gmail.com 2008-06-22 21:30:20 --- (In reply to comment #5)
I starting installing older packages from http://wine.budgetdedicated.com/archive/index.html. I started at "Wine 1.0-rc4 i386" and worked my backwards to "Wine 0.9.53 i386". The "Wine 0.9.53 i386" version is the first one to work.
Throughout the downgrades I had "vm.mmap_min_addr = 0" as requested. After I found that 0.9.53 worked I set it back to "vm.mmap_min_addr = 65536" and it still works.
Please run a regression test: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=13583
Damian dglenny@xeque.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dglenny@xeque.com
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #7 from Matt Perry perrym3@gmail.com 2008-10-27 10:37:19 --- Regression test results:
6efa903cf0732114b07b90d2a4946050c838f44b is first bad commit commit 6efa903cf0732114b07b90d2a4946050c838f44b Author: Rob Shearman rob@codeweavers.com Date: Tue Jan 22 15:36:36 2008 +0000
advapi32: Implement SetEntriesInAclW.
:040000 040000 01315675bf945d78521ee3e75497931a25e2bf75 3532b2c0cae5a5c109ae7ea679a9f34aeda91024 M dlls
http://bugs.winehq.org/show_bug.cgi?id=13583
Rob Shearman robertshearman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |robertshearman@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #8 from Rob Shearman robertshearman@gmail.com 2008-10-30 12:56:50 --- Please try to get winedbg to give you a proper backtrace. Also, a "+relay,+seh" log when reproducing the crash would be helpful.
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #9 from Matt Perry perrym3@gmail.com 2008-11-22 19:38:07 --- Created an attachment (id=17412) --> (http://bugs.winehq.org/attachment.cgi?id=17412) Backtrace with +relay,+seh options.
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #10 from Matt Perry perrym3@gmail.com 2009-01-03 16:36:14 --- Bug is still present in 1.1.12 but now causes program to exit and wineserver to crash.
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #11 from Austin English austinenglish@gmail.com 2009-01-03 16:45:35 --- (In reply to comment #10)
Bug is still present in 1.1.12 but now causes program to exit and wineserver to crash.
That's a different bug, retry in git.
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #12 from Matt Perry perrym3@gmail.com 2009-01-31 14:53:30 --- Bug still present in today's git build.
http://bugs.winehq.org/show_bug.cgi?id=13583
Michael Asher asherlm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |asherlm@gmail.com
--- Comment #13 from Michael Asher asherlm@gmail.com 2009-03-19 10:48:09 --- Version 1.1.7 still errors out on SSH2 connections.
I will attach the output from "WINEDEBUG=+relay,+seh wine SecureCRT.exe" I will also attached the output from "wine SecureCRT.exe"
(First time bugzilla post, hopefully I do this correctly.)
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #14 from Michael Asher asherlm@gmail.com 2009-03-19 10:49:35 --- Created an attachment (id=20020) --> (http://bugs.winehq.org/attachment.cgi?id=20020) Output: wine ./SecureCRT.exe
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #15 from Michael Asher asherlm@gmail.com 2009-03-19 11:03:26 --- Created an attachment (id=20021) --> (http://bugs.winehq.org/attachment.cgi?id=20021) Debug: +relay,+seh from wine ./SecureCRT
I had to use p7zip in order to get the filesize under bugzilla limitations.
http://bugs.winehq.org/show_bug.cgi?id=13583
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Component|-unknown |advapi32
--- Comment #16 from Dan Kegel dank@kegel.com 2009-08-15 13:55:53 --- Probably in advapi32?
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #17 from Stefan Leichter Stefan.Leichter@camLine.com 2009-08-16 01:19:29 --- I had some decompression problems with the logfile, but the logfile show that all calls to "ws2_32.connect()" and "ws2_32.WSARecv()" return -1. According to msdn (http://msdn.microsoft.com/en-us/library/ms737625(VS.85).aspx,http://msdn.mic...) this indicates something went wrong.
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #18 from Rein Klazes wijn@online.nl 2009-08-16 03:51:45 --- Created an attachment (id=23101) --> (http://bugs.winehq.org/attachment.cgi?id=23101) Quick fix
An +advapi log shows why there is a regression:
0009:fixme:advapi:LookupAccountNameW (null) L"CURRENT_USER" 0x1b4a8c 0x32f038 (nil) 0x32f034 0x32f030 - stub 0009:warn:advapi:SetEntriesInAclW bad user name L"CURRENT_USER" for trustee 0
"CURRENT_USER" looks like some default, that should not return a bad user name. Hacking this to give the same result as NULL or a Blank string lets the program connect.
Needs a test case of course. Not difficult.
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #19 from Rein Klazes wijn@online.nl 2009-08-16 05:42:01 --- OK, after some testing and reading the docs, I must conclude that was not the right fix.
I submitted a better one, including a test, for inclusion:
http://www.winehq.org/pipermail/wine-patches/2009-August/077189.html
http://bugs.winehq.org/show_bug.cgi?id=13583
Rein Klazes wijn@online.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #23101|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=13583
Rein Klazes wijn@online.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #20 from Rein Klazes wijn@online.nl 2009-08-17 12:11:03 --- Fix was committed:
http://www.winehq.org/pipermail/wine-cvs/2009-August/058558.htmlhttp://www.w...
marking this bug fixed.
http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #21 from Matt Perry perrym3@gmail.com 2009-08-18 10:08:12 --- I tested and verified that it is fixed.
http://bugs.winehq.org/show_bug.cgi?id=13583
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #22 from Alexandre Julliard julliard@winehq.org 2009-08-21 12:19:23 --- Closing bugs fixed in 1.1.28.
http://bugs.winehq.org/show_bug.cgi?id=13583
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #22 from Alexandre Julliard julliard@winehq.org 2009-08-21 12:19:23 CDT --- Closing bugs fixed in 1.1.28.