Re: ssh access violation [was: ssh simply prints Aborted]

2010-09-07 Thread René Berber
End of story:

 *From:* gonzalo diethelm
 *Sent:* Monday, September 06, 2010 5:13 PM

 I downgraded openssh to v5.5p1-2 and
 now it is working again!

 *From:* Letbetter, Jason

 That fixed my problem too!!!  Thanks a lot Gonzalo, I really appreciate
 you keeping me in the loop and helping to resolve this issue.

-- 
René Berber


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: ssh access violation [was: ssh simply prints Aborted]

2010-09-03 Thread René Berber
Forwarding some messages from Gonzalo that the list is rejecting because
of his company's disclaimer.

More reports are coming with this problem, and they are asking Gonzalo
if he found a solution.  There is an Access Violation C005
exception that reminds me of the problems with programs produced with
gcc 4.5 and its shared libgcc.

[Fwd: RE: ssh simply prints Aborted]

I just remembered this is Unix (almost)... So I did a strace on the
process and realized I am getting a C005 exception (Access
Violation). This is consistent for every run. Does this help in
diagnosing the problem?


$ strace /bin/ssh
5   5 [main] ssh 3288 open_shared: name shared.5, n 5, shared
0x60FB (wanted 0x60FB), h 0x780
 25142519 [main] ssh 3288 heap_init: heap base 0x4B, heap top
0x4B
 16424161 [main] ssh 3288 open_shared: name
S-1-5-21-790525478-1364589140-1801674531-4836.1, n 1, shared 0x60FC
(wanted 0x60FC), h 0x77C
 30727233 [main] ssh 3288 user_info::create: opening user shared for
'S-1-5-21-790525478-1364589140-1801674531-4836' at 0x60FC
 25359768 [main] ssh 3288 user_info::create: user shared version
6112AFB3
 1549   11317 [main] ssh 3288 dll_crt0_0: finished dll_crt0_0 initialization
 1303   12620 [main] ssh 3288 _cygtls::remove: wait 0x
 1223   13843 [main] ssh 3288 _cygtls::remove: removed 0x22CE64 element 0
 1265   15108 [main] ssh 3288 _cygtls::remove: wait 0x
 1223   16331 [main] ssh 3288 _cygtls::remove: removed 0x22CE64 element 0
 1494   17825 [main] ssh 3288 _cygtls::remove: wait 0x
 1725   19550 [main] ssh 3288 _cygtls::remove: removed 0x22CE64 element 0
 1686   21236 [main] ssh 3288 _cygtls::remove: wait 0x
 1214   22450 [main] ssh 3288 _cygtls::remove: removed 0x22CE64 element 0
 1434   23884 [sig] ssh 3288 wait_sig: entering ReadFile loop,
my_readsig 0x754, my_sendsig 0x750
--- Process 3288, exception C005 at 6110B34F


[Fwd: RE: ssh simply prints Aborted]

I am a gdb noob... Does this help?

(gdb) r
Starting program: /bin/ssh
[New thread 3772.0x78c]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New thread 3772.0x1554]
(no debugging symbols found)

Program exited with code 0305.
-- 
René Berber


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: ssh access violation [was: ssh simply prints Aborted]

2010-09-03 Thread René Berber
One more forwarded message, before this we had found that we are both
running Cygwin dll 1.7.7, where the access violation occurs, but the
difference is that I have some old libraries (which setup.exe failed to
install): cygcrypto, cygz, cyggcc_s, and cygssp.


[Fwd: RE: ssh simply prints Aborted]

(gdb) info shared
FromTo  Syms Read   Shared Object Library
0x7c901000  0x7c9b1eb8  Yes /cygdrive/c/WINDOWS/system32/ntdll.dll
0x7c801000  0x7c8f5c84  Yes
/cygdrive/c/WINDOWS/system32/kernel32.dll
0x6ba41000  0x6bb6573c  Yes /usr/bin/cygcrypto-0.9.8.dll
0x61001000  0x6130  Yes /usr/bin/cygwin1.dll
0x77dd1000  0x77e6aaf8  Yes
/cygdrive/c/WINDOWS/system32/advapi32.dll
0x77e71000  0x77f01488  Yes /cygdrive/c/WINDOWS/system32/rpcrt4.dll
0x77fe1000  0x77ff0888  Yes /cygdrive/c/WINDOWS/system32/secur32.dll
0x692c1000  0x692d7480  Yes /usr/bin/cygz.dll
0x67f01000  0x67f0f650  Yes /usr/bin/cyggcc_s-1.dll
0x67281000  0x67288158  Yes /usr/bin/cygssp-0.dll
0x60081000  0x600967d4  Yes /cygdrive/c/WINDOWS/system32/QIPCAP.dll

-- 
René Berber


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple