This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: update/reinstall openssh problem


On Wed, 31 Oct 2007 10:18:19 -0400, "Larry Hall" wrote:
> Tim Freedom wrote:
> >
> >    Hi - I'm trying to upgrade my currently installed openssh
> >    (version 4.6p1-1) yet whenever I select to install the latest
> >    4.7p1-2 (or even reinstall the current 4.6) the setup.exe
> >    (or updater if you will) barfs on the 'Uninstalling...  openssh'
> >    portion and dies with a windows
> > 
> >      ''setup.exe has encountered a problem and needs to close.
> >        We are sorry for the inconvenience.''
> > 
> >    with the familiar 3 buttons - "debug" (which does nothing),
> >    "Send Error Report", and "Don't Send".
> >
> >
> >    Can someone please let me know if this is a known issues and/or how
> >    to debug/fix this problem.  I don't have ssh running as a service
> >    or an application when I do this "update" so I'm not entirely sure
> >    why openssh can't be uninstalled easily.
> 
> You can try downloading a debug version of 'setup.exe' from
> <http://cygwin.com/setup/snapshots/> with it's source (tar.bz).
> With this, you can run it under 'gdb' to see if that provides more
> insight.

Sorry it took awhile to do this - here is the log requested.
Let me know if you need anything else (do please CC me).

finkus:/cygdrive/d/Download >>gdb setup-debug-2.578.exe
GNU gdb 6.5.50.20060706-cvs (cygwin-special)
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...
(gdb) run
Starting program: /cygdrive/d/Download/setup-debug-2.578.exe 
Loaded symbols for /cygdrive/c/WINDOWS/system32/ntdll.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/kernel32.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/msvcrt.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/advapi32.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/rpcrt4.dll
Loaded symbols for
/cygdrive/c/WINDOWS/WinSxS/X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03/comctl32.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/gdi32.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/user32.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/shlwapi.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/ole32.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/shell32.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/wsock32.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/ws2_32.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/ws2help.dll
warning: LOG: 2 Starting cygwin install, version 2.578
warning: LOG: 2 Current Directory: D:\Download\tmp
warning: LOG: 2 Changing gid to Users
warning: LOG: 2 Could not open service McShield for query, start and stop.
McAfee may not be installed, or we don't have access.
warning: LOG: 2 source: network install
warning: LOG: 2 root: C:\cygwin binary system
warning: LOG: 2 Selected local directory: D:\Download\tmp
warning: LOG: 2 net: Direct
warning: LOG: 1 Loaded cached mirror list
warning: LOG: 1 get_url_to_membuf http://cygwin.com/mirrors.lst
warning: LOG: 1 getUrlToStream http://cygwin.com/mirrors.lst
warning: LOG: 2 site: ftp://cygwin.osuosl.org/pub/cygwin
warning: LOG: 1 get_url_to_membuf ftp://cygwin.osuosl.org/pub/cygwin/setup.bz2
warning: LOG: 1 getUrlToStream ftp://cygwin.osuosl.org/pub/cygwin/setup.bz2
warning: LOG: 1 ftp >
220----------------------------------------------------------------------------
warning: LOG: 1 ftp > 220-                      F T P . O S U O S L . O R G
warning: LOG: 1 ftp > 220-                        Oregon State University
warning: LOG: 1 ftp > 220-                            Open Source Lab
warning: LOG: 1 ftp > 220-
warning: LOG: 1 ftp > 220-     Unauthorized use is prohibited - violators will
be prosecuted
warning: LOG: 1 ftp >
220----------------------------------------------------------------------------
warning: LOG: 1 ftp > 220 
warning: LOG: 1 ftp > 331 Please specify the password.
warning: LOG: 1 ftp > 230 Login successful.
warning: LOG: 1 ftp > 200 Switching to Binary mode.
warning: LOG: 1 ftp > 227 Entering Passive Mode (64,50,236,52,38,194)
warning: LOG: 1 ftp > 150 Opening BINARY mode data connection for
/pub/cygwin/setup.bz2 (143361 bytes).
warning: .ini setup_version is 2.573.2.2, our setup_version is 2.578
warning: LOG: 1 Checking MD5 for
file://D:\Download\tmp/ftp%3a%2f%2fcygwin.osuosl.org%2fpub%2fcygwin/release/openssh/openssh-4.7p1-2.tar.bz2
warning: LOG: 1 MD5 verified OK:
file://D:\Download\tmp/ftp%3a%2f%2fcygwin.osuosl.org%2fpub%2fcygwin/release/openssh/openssh-4.7p1-2.tar.bz2
361bc60ef49c06defbbeeef00670fa54
warning: LOG: 2 Running preremove script for  openssh
warning: LOG: 2 Uninstalling openssh

Program received signal SIGSEGV, Segmentation fault.
[Switching to thread 1844.0x60c]
0x004ace23 in _Unwind_SjLj_RaiseException ()
    at /usr/lib/gcc/i686-pc-mingw32/3.4.4/include/c++/iostream:77
77        static ios_base::Init __ioinit;
Current language:  auto; currently c++
(gdb) backtrace
#0  0x004ace23 in _Unwind_SjLj_RaiseException ()
    at /usr/lib/gcc/i686-pc-mingw32/3.4.4/include/c++/iostream:77
#1  0x004a3635 in __cxa_throw ()
    at /usr/lib/gcc/i686-pc-mingw32/3.4.4/include/c++/iostream:77
#2  0x004a57d8 in std::__throw_logic_error ()
    at /usr/lib/gcc/i686-pc-mingw32/3.4.4/include/c++/iostream:77
#3  0x004d1c98 in std::string::_S_construct<char const*> ()
    at /usr/lib/gcc/i686-pc-mingw32/3.4.4/include/c++/bits/stl_vector.h:375
#4  0x004d4216 in std::basic_string<char, std::char_traits<char>,
std::allocator<char> >::basic_string ()
    at /usr/lib/gcc/i686-pc-mingw32/3.4.4/include/c++/bits/basic_string.h:198
#5  0x0040c3c6 in cygpackage::getfirstfile (this=0x1226928)
    at /usr/lib/gcc/i686-pc-mingw32/3.4.4/include/c++/ext/new_allocator.h:62
#6  0x004596fb in packageversion::getfirstfile (this=0x159ff38)
    at ../package_version.cc:174
#7  0x00456e8b in packagemeta::uninstall (this=0x1226838)
    at ../package_meta.cc:153
#8  0x00429b84 in Installer::uninstallOne (this=0x1e0fbc4, pkg=@0x1226838)
    at ../install.cc:156
#9  0x004302c5 in do_install_reflector (p=0x159ff38)
    at /usr/lib/gcc/i686-pc-mingw32/3.4.4/include/c++/bits/stl_iterator.h:614
#10 0x7c80b683 in KERNEL32!GetModuleFileNameA ()
   from /cygdrive/c/WINDOWS/system32/kernel32.dll
#11 0x0050a4b0 in std::__ioinit ()
#12 0x00c8d1e0 in ?? ()
#13 0x00000008 in ?? ()
#14 0x00000000 in ?? ()
(gdb) quit



      ____________________________________________________________________________________
Be a better pen pal. 
Text or chat with friends inside Yahoo! Mail. See how.  http://overview.mail.yahoo.com/

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]