You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2018/06/16 21:26:49 UTC

[GitHub] oschaaf commented on issue #1781: Segmentation fault (11) when using mod_security with mod-pagespeed-stable-1.13.35.2-0.x86_64

oschaaf commented on issue #1781: Segmentation fault (11) when using mod_security with mod-pagespeed-stable-1.13.35.2-0.x86_64
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1781#issuecomment-397839739
 
 
   Looking at the backtrace, I think mod_pagespeed is only mentioned because it is configured to report crashes. (via `ModPagespeedInstallCrashHandler`)
   
   (The way I interpret the backtrace is that it looks like mod_security calls apr_pstrmemdup, which then crashes and subsequently gets reported by mod_pagespeed's crash-handler).
   
   `SecRuleEngine Off` stops the crashes. I wonder, does turning off ModPagespeed stop the crashes too?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services