Hi, I am using a Seblod List field in a List type on a content type that has a parent conte type, in other words I have a content type PRODUCT, a sub/content type PRODUCT-PHOTO and a List Type about PRODUCT_PHOTO where the Seblod list field is used to display articles related to product_photo item.
Well, on the production site (Joomla 3.7/3.8, Linux, PHP 7.1.3) the List on product_photo works. Moving the site to localhost for development (moving via akeeba backup) on WAMP (Windows 10, PHP 7.0.6, Apache 2.4.18) the Seblod List field makes Apache crash every time the list is accessed (removing the field makes the list work again). The Apache log shows infact
child process 10576 exited with status 3221225477 -- Restarting
where that status is related to memory allocation problem (segmentation fault). Infact the browser goes blank with "ERR_CONNECTION_RESET".
Someone in Internet suggests to increase Apache ThreadStackSize but it does not solve for me, I tried to increase it up to 10 MB with no effect and beyond that, Apache shuts down with "ERR_CONNECTION_REFUSED" on the browser.
All official requirements for Seblod are matched (max_file_uploads and max_input_vars).
What in the Seblod list field is harming Apache/PHP so badly? What to test and fix in WAMP?
thanks
Giuse