Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20021213211845.84913.qmail@web40406.mail.yahoo.com> Date: Fri, 13 Dec 2002 13:18:45 -0800 (PST) From: Ron Wood Subject: Re: Slowness on app startup after recent update (and yes I read the FAQ) To: cygwin AT cygwin DOT com In-Reply-To: <3DFA489B.4050802@cern.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Thanks. It works with, $ strace c:/cygwin/bin/vim.exe A part of the output is below. Seems to be get held up on //.terminfo. Why is it going to //.terminfo/x/term? And why is it 114 2155207 [main] vim 1884 normalize_posix_path: //.terminfo/x/xterm = normal ize_posix_path (//.terminfo/x/xterm) 94 2155301 [main] vim 1884 mount_info::conv_to_win32_path: conv_to_win32_path (//.terminfo/x/xterm) 99 2155400 [main] vim 1884 set_flags: flags: binary (0x2) 88 2155488 [main] vim 1884 mount_info::conv_to_win32_path: src_path //.termin fo/x/xterm, dst \\.terminfo\x\xterm, flags 0x2, rc 0 53254024 55409512 [main] vim 1884 fs_info::update: Cannot get volume information (\\.terminfo\x\), Win32 error 67 17062431 72471943 [main] vim 1884 symlink_info::check: GetFileAttributes (\\.ter minfo\x\xterm) failed 246 72472189 [main] vim 1884 geterrno_from_win_error: windows error 67 == errn o 136 17196693 89668882 [main] vim 1884 symlink_info::check: GetFileAttributes (\\.ter minfo\x\xterm.exe) failed 241 89669123 [main] vim 1884 geterrno_from_win_error: windows error 67 == errn o 136 17907801 107576924 [main] vim 1884 symlink_info::check: GetFileAttributes (\\.te rminfo\x\xterm.exe.lnk) failed 247 107577171 [main] vim 1884 geterrno_from_win_error: windows error 67 == err no 136 17447772 125024943 [main] vim 1884 symlink_info::check: GetFileAttributes (\\.te rminfo\x\xterm.lnk) failed 261 125025204 [main] vim 1884 geterrno_from_win_error: windows error 67 == err no 136 95 125025299 [main] vim 1884 symlink_info::check: 0 = symlink.check (\\.termi nfo\x\xterm, 0x22DA68) (0x2) 108 125025407 [main] vim 1884 mount_info::conv_to_win32_path: conv_to_win32_pa th (//.terminfo/x) 100 125025507 [main] vim 1884 set_flags: flags: binary (0x2) 90 125025597 [main] vim 1884 mount_info::conv_to_win32_path: src_path //.term info/x, dst \\.terminfo\x, flags 0x2, rc 0 88 2155488 [main] vim 1884 mount_info::conv_to_win32_path: src_path //.termin fo/x/xterm, dst \\.terminfo\x\xterm, flags 0x2, rc 0 53254024 55409512 [main] vim 1884 fs_info::update: Cannot get volume information (\\.terminfo\x\), Win32 error 67 17062431 72471943 [main] vim 1884 symlink_info::check: GetFileAttributes (\\.ter minfo\x\xterm) failed 246 72472189 [main] vim 1884 geterrno_from_win_error: windows error 67 == errn o 136 17196693 89668882 [main] vim 1884 symlink_info::check: GetFileAttributes (\\.ter minfo\x\xterm.exe) failed 241 89669123 [main] vim 1884 geterrno_from_win_error: windows error 67 == errn o 136 17907801 107576924 [main] vim 1884 symlink_info::check: GetFileAttributes (\\.te rminfo\x\xterm.exe.lnk) failed 247 107577171 [main] vim 1884 geterrno_from_win_error: windows error 67 == err no 136 --- "Lassi A. Tuura" wrote: > > $ strace /usr/bin/vi > > Try windows (not cygwin) path. > > //lat > -- > Facts do not cease to exist because they are > ignored. > --Aldous Huxley > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/