View Issue Details

IDProjectCategoryView StatusLast Update
5253Composr alpha bug reportsGeneral / Uncategorisedpublic2023-02-14 02:08
ReporterPDStig Assigned ToChris Graham  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Summary5253: Windows: Had to increase stack size in Apache to evaluate select2.js
DescriptionWe 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>
TagsNo tags attached.
Attach Tags
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2023-02-13 03:09

administrator   ~7913

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.

Issue History

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