https://issues.apache.org/bugzilla/show_bug.cgi?id=50520
Joel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Segment fault in |Segment fault in |brigade_consume caused by |brigade_consume caused by |header file |header file |(APR_RING/APR_BRIGADE)/GCC |(APR_RING/APR_BRIGADE)/GCC |optimization confusion - |optimization confusion - |workaround is adding |workaround is using gcc |"-fno-strict-aliasing" to |4.5.1 |CFLAGS | --- Comment #7 from Joel <[email protected]> 2010-12-30 11:11:00 EST --- I tried this, and some web pages now worked, but later, I discovered others did not. (In reply to comment #5) > (In reply to comment #4) > > I've verified this as definitely a problem going from 4.5.1 to 4.5.2, as I > > returned all the optimization levels back to their defaults, and the bug > > happens with 4.5.2 compilation, not 4.5.1. > > Can you please try if adding -fno-strict-aliasing to the CFLAGS fixes the > problem even with 4.5.2 and optimization? If yes, this may be the same as bug > 50190 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
