DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12893>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12893 Invalid argument in core when access large file in ntfs partition ------- Additional Comments From [EMAIL PROTECTED] 2002-09-22 04:59 ------- Thanks Jeff Trawick's concern! I follow the system call use strace,and get two different results below: [when success:] accept(3, {sin_family=AF_INET, sin_port=htons(1117), sin_addr=inet_addr ("192.168.0.7")}}, [16]) = 8 getsockname(8, {sin_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr ("61.144.189.242")}}, [16]) = 0 fcntl64(0x8, 0x3, 0, 0x3) = 2 fcntl64(0x8, 0x4, 0x802, 0x4) = 0 read(8, "GET /mot_download/test/mv/Downlo"..., 8000) = 531 gettimeofday({1032670086, 614055}, NULL) = 0 stat64 ("/www/mot_download/test/mv/Downloads/W2K_OldTV_020425/W2K_OldTV_20425/DRV/wf2kV cap.inf", {st_mode=S_IFREG|0400, st_size=6807, ...}) = 0 open("/www/.htaccess", O_RDONLY) = -1 ENOENT (No such file or directory) open("/www/mot_download/.htaccess", O_RDONLY) = 9 fstat64(9, {st_mode=S_IFREG|0644, st_size=638, ...}) = 0 read(9, "AuthName \"Movie Shop\" \nAuthType "..., 4096) = 638 read(9, "", 4096) = 0 close(9) = 0 open("/www/mot_download/test/.htaccess", O_RDONLY) = -1 ENOENT (No such file or directory) open("/www/mot_download/test/mv/.htaccess", O_RDONLY) = -1 ENOENT (No such file or directory) open("/www/mot_download/test/mv/Downloads/.htaccess", O_RDONLY) = -1 ENOENT (No such file or directory) open("/www/mot_download/test/mv/Downloads/W2K_OldTV_020425/.htaccess", O_RDONLY) = -1 ENOENT (No such file or directory) open ("/www/mot_download/test/mv/Downloads/W2K_OldTV_020425/W2K_OldTV_20425/.htaccess ", O_RDONLY) = -1 ENOENT (No such file or directory) open ("/www/mot_download/test/mv/Downloads/W2K_OldTV_020425/W2K_OldTV_20425/DRV/.htac cess", O_RDONLY) = -1 ENOENT (No such file or directory) open ("/www/mot_download/test/mv/Downloads/W2K_OldTV_020425/W2K_OldTV_20425/DRV/wf2kV cap.inf/.htaccess", O_RDONLY) = -1 ENOTDIR (Not a directory) open ("/www/mot_download/test/mv/Downloads/W2K_OldTV_020425/W2K_OldTV_20425/DRV/wf2kV cap.inf", O_RDONLY) = 9 mmap2(NULL, 6807, PROT_READ, MAP_SHARED, 9, 0) = -1 ENODEV (No such device) lseek(9, 0, SEEK_SET) = 0 read(9, ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"..., 6807) = 6807 read(8, 0x8142178, 8000) = -1 EAGAIN (Resource temporarily unavailable) writev(8, [{"HTTP/1.1 200 OK\r\nDate: Sun, 22 S"..., 7121}], 1) = 7121 write(4, "192.168.0.7 - - [22/Sep/2002:12:"..., 151) = 151 close(9) = 0 poll([{fd=8, events=POLLIN}], 1, 15000) = 0 gettimeofday({1032670101, 658442}, NULL) = 0 shutdown(8, 1 /* send */) = 0 poll([{fd=8, events=POLLIN}], 1, 2000) = 0 close(8) = 0 read(5, 0xbffff883, 1) = -1 EAGAIN (Resource temporarily unavailable) accept(3, [when fail:] accept(3, {sin_family=AF_INET, sin_port=htons(1116), sin_addr=inet_addr ("192.168.0.7")}}, [16]) = 8 getsockname(8, {sin_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr ("61.144.189.242")}}, [16]) = 0 fcntl64(0x8, 0x3, 0, 0x3) = 2 fcntl64(0x8, 0x4, 0x802, 0x4) = 0 read(8, "GET /mot_download/test/mv/Downlo"..., 8000) = 531 gettimeofday({1032670003, 516172}, NULL) = 0 stat64 ("/www/mot_download/test/mv/Downloads/W2K_OldTV_020425/W2K_OldTV_20425/DRV/wf2kx bar.sys", {st_mode=S_IFREG|0400, st_size=9804, ...}) = 0 open("/www/.htaccess", O_RDONLY) = -1 ENOENT (No such file or directory) open("/www/mot_download/.htaccess", O_RDONLY) = 9 fstat64(9, {st_mode=S_IFREG|0644, st_size=638, ...}) = 0 read(9, "AuthName \"Movie Shop\" \nAuthType "..., 4096) = 638 read(9, "", 4096) = 0 close(9) = 0 open("/www/mot_download/test/.htaccess", O_RDONLY) = -1 ENOENT (No such file or directory) open("/www/mot_download/test/mv/.htaccess", O_RDONLY) = -1 ENOENT (No such file or directory) open("/www/mot_download/test/mv/Downloads/.htaccess", O_RDONLY) = -1 ENOENT (No such file or directory) open("/www/mot_download/test/mv/Downloads/W2K_OldTV_020425/.htaccess", O_RDONLY) = -1 ENOENT (No such file or directory) open ("/www/mot_download/test/mv/Downloads/W2K_OldTV_020425/W2K_OldTV_20425/.htaccess ", O_RDONLY) = -1 ENOENT (No such file or directory) open ("/www/mot_download/test/mv/Downloads/W2K_OldTV_020425/W2K_OldTV_20425/DRV/.htac cess", O_RDONLY) = -1 ENOENT (No such file or directory) open ("/www/mot_download/test/mv/Downloads/W2K_OldTV_020425/W2K_OldTV_20425/DRV/wf2kx bar.sys/.htaccess", O_RDONLY) = -1 ENOTDIR (Not a directory) open ("/www/mot_download/test/mv/Downloads/W2K_OldTV_020425/W2K_OldTV_20425/DRV/wf2kx bar.sys", O_RDONLY) = 9 setsockopt(8, SOL_TCP, TCP_NODELAY, [0], 4) = 0 setsockopt(8, SOL_TCP, TCP_CORK, [1], 4) = 0 writev(8, [{"HTTP/1.1 200 OK\r\nDate: Sun, 22 S"..., 314}], 1) = 314 sendfile(8, 9, [0], 9804) = -1 EINVAL (Invalid argument) setsockopt(8, SOL_TCP, TCP_CORK, [0], 4) = 0 setsockopt(8, SOL_TCP, TCP_NODELAY, [1], 4) = 0 read(8, 0x81482b0, 8000) = -1 EAGAIN (Resource temporarily unavailable) write(4, "192.168.0.7 - - [22/Sep/2002:12:"..., 151) = 151 close(9) = 0 poll([{fd=8, events=POLLIN}], 1, 15000) = 0 gettimeofday({1032670018, 538115}, NULL) = 0 shutdown(8, 1 /* send */) = 0 poll([{fd=8, events=POLLIN, revents=POLLIN|POLLHUP}], 1, 2000) = 1 read(8, "", 512) = 0 close(8) = 0 read(5, 0xbffff923, 1) = -1 EAGAIN (Resource temporarily unavailable) accept(3, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
