Comment 22 for bug 1717574

Revision history for this message
Christian Ehrhardt  (paelzer) wrote : Re: freshclam crashed with SIGABRT in __assert_fail_base()

I was formerly only testing those released.
But LP had some uploads which e.g. failed on arm or something like that.
I now tested all in between those I identified so far.

The upload that broke it was:
1:3.9.1-13ubuntu4-13351809 -> 1:3.9.1-13ubuntu6-13377849

Excluding non amd64 changes between those makes it "only":
  * Try to build with -g1 instead of -g on amd64 as well.
  * Set CMAKE_CXX_FLAGS_RELWITHDEBINFO and pass opt_flags.

Does that make sense to you?
You could throw me a ppa with things changed, but IIRC 1:3.9.1-13ubuntu5 didn't build - maybe because of the -g, so reverting the first change might not be an option?
CMAKE_CXX_FLAGS_RELWITHDEBINFO is "-O2 -g" I think not sure how that might collide with the other, but in any case it seems related to the debug info settings.