Bug 40055 - ignore EINTR in poll loop
Summary: ignore EINTR in poll loop
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: support (show other bugs)
Version: 2.0-HEAD
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2006-07-17 07:17 UTC by Brad Roberts
Modified: 2010-10-24 17:34 UTC (History)
0 users



Attachments
Ignore EINTR in poll loop (411 bytes, patch)
2006-07-17 07:18 UTC, Brad Roberts
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Roberts 2006-07-17 07:17:54 UTC
While working on bug 40054, I was running gprof over ab and it's sampling alarm
kept interrupting the poll loop.  The attached patch fixes that..
Comment 1 Brad Roberts 2006-07-17 07:18:23 UTC
Created attachment 18609 [details]
Ignore EINTR in poll loop
Comment 2 Stefan Fritsch 2010-10-24 17:34:00 UTC
fixed in trunk and 2.2.17:
r750094 
r1005524