When I run 'make -f Makefile.cvs' with QT3, I find that ln segfaults trying to create a symlink. I've included the output of strace showing the problem, output of cygcheck and also the stackdump ln produces. I can reproduce this, so if you need any more information, please ask. The problem occurs with the latest Cygwin CVS. ln is 'ln (fileutils) 4.1'. cygwin is 'CYGWIN_NT-5.0 ADVENT02 1.3.11(0.52/3/2) 2002-05-03 15:18 i686 unknown'
Regards Chris strace snippet follows: --- 114 159944 [main] ln 2340 path_conv::check: root_dir(C:\), this->path(C:\cygwin\usr\local\lib\qt-3\include), set_has_acls(8) 130 160074 [main] ln 2340 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\lib\qt-3\include, no-keep-rel, no-add-slash) 919 160993 [main] ln 2340 normalize_win32_path: C:\cygwin\usr\local\lib\qt-3\include = normalize_win32_path (C:\cygwin\usr\local\lib\qt-3\include) 221 161214 [main] ln 2340 mount_info::conv_to_posix_path: /usr/local/lib/qt-3/include = conv_to_posix_path (C:\cygwin\usr\local\lib\qt-3\include) 121 161335 [main] ln 2340 chdir: 0 = chdir() cygheap->cwd.posix '/usr/local/lib/qt-3/include' native 'C:\cygwin\usr\local\lib\qt-3\include' 154 161489 [main] ln 2340 alloc_sd: owner: chris [1000] 235 161724 [main] ln 2340 alloc_sd: ACL-Size: 100 122 161846 [main] ln 2340 alloc_sd: Created SD-Size: 176 2765 164611 [main] ln 2340 symlink: 0 = symlink (../src/attic/qttableview.h, ./qttableview.h) 242 164853 [main] ln 2340 handle_exceptions: In cygwin_except_handler exc 0xC0000005 at 0x61001FB0 sp 0x241E16C 113 164966 [main] ln 2340 handle_exceptions: In cygwin_except_handler sig = 11 at 0x61001FB0 109 165075 [main] ln 2340 handle_exceptions: In cygwin_except_handler calling 0x0 --- >
trace.bz2
Description: Binary data
cygcheck.output.bz2
Description: Binary data
ln.exe.stackdump
Description: Binary data
-- 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/