View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
5253 | Composr alpha bug reports | General / Uncategorised | public | 2023-01-22 01:34 | 2023-02-14 02:08 |
Reporter | PDStig | Assigned To | Chris Graham | ||
Priority | normal | Severity | minor | ||
Status | resolved | Resolution | fixed | ||
Summary | 5253: Windows: Had to increase stack size in Apache to evaluate select2.js | ||||
Description | We had to add the indicated lines to Apache config on Windows so select2.js could evaluate via script.php without a connection reset. The default thread stack size on Windows is 1MB on Windows whereas it is 8MB on Linux. | ||||
Additional Information | <IfModule mpm_winnt_module> ThreadStackSize 8888888 </IfModule> | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Sponsorship open | |||||
|
I've been able to reproduce on Linux. I switched to mpm_worker, compiled PHP 8 with enable-zts (needed for threaded mpm's, which ThreadStackSize is for), and setup my Apache to use that, and lowered ThreadStackSize. |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-01-22 01:34 | PDStig | New Issue | |
2023-01-22 01:34 | PDStig | Status | Not Assigned => Assigned |
2023-01-22 01:34 | PDStig | Assigned To | => Chris Graham |
2023-02-13 03:09 | Chris Graham | Note Added: 0007913 | |
2023-02-14 02:08 | Chris Graham | Status | Assigned => Resolved |
2023-02-14 02:08 | Chris Graham | Resolution | open => fixed |
2023-02-26 18:29 | Chris Graham | Category | General => General / Uncategorised |