Commit 59c3f0e
committed
mod_file_cache: Fix crashes for mmap'ed files under threaded MPM.
* modules/cache/mod_file_cache.c (mmap_handler): fix file getting
unmapped erroneously when server is under load in multi-thread
multi-core configuration
PR: 69901
Submitted by: barr.israel <barr.israel campus.technion.ac.il>
Github: closes #582
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930632 13f79535-47bb-0310-9956-ffa450edef681 parent 040c577 commit 59c3f0e
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
279 | | - | |
280 | | - | |
| 278 | + | |
| 279 | + | |
281 | 280 | | |
282 | 281 | | |
283 | 282 | | |
| |||
0 commit comments