Actions
Bug #2716
closedsendfile(2) crash on tmpfs
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
08/18/2014
Due date:
% Done:
0%
Estimated time:
Description
While running the test programm attached (designed to try to mimic nginx ktrace), i get a panic if /tmp is on tmpfs.
Basically what the test code does is : listen on localhost:8001, read what the client sends until EOF end store it in /tmp/sendfile, then connect to localhost 8002 and sends the data with sendfile.
Files
Updated by jorisgio over 10 years ago
- Status changed from New to Resolved
Fixed in 799312a2b6e22a583d98633ea6b62146afa8eb45
Actions