oschaaf commented on issue #1843: DelayImagesFilterTest segfault URL: https://github.com/apache/incubator-pagespeed-mod/issues/1843#issuecomment-444096485 Well, I reproduced the problem and ran tests with valgrind; also caught it in GDB. I ended up suspecting static initialization trouble with gtest/gmock 1.7, showing up only in release builds on gcc 6.x (and the originally reported gcc version, 1.8). Skipping the particular problematic test reported above, other tests would fail too (with less complex code/frames in the backtrace).. I think @keesspoelstra more or less proved that the problem is in gtest/gmock by making the problem disappear on a symptomatic OS by upgrading their versions on his dev system.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
