-rt
I encountered a segfault once after compiling with -O -release.
It was the -release that caused an assert to be removed from a
function that did not return due to an error condition. When the
error was encountered there was no longer an assert to catch it,
resulting in a segfault.
- Segfault with DMD optimization switch Stephan
- Re: Segfault with DMD optimization switch Jonathan M Davis
- Re: Segfault with DMD optimization switch bearophile
- Re: Segfault with DMD optimization switch Stephan
- Re: Segfault with DMD optimization switch ixid
- Re: Segfault with DMD optimization switch Rob T
- Re: Segfault with DMD optimization switch Jonathan M Davis
- Re: Segfault with DMD optimization switch Rob T
- Re: Segfault with DMD optimization switch Jacob Carlborg
- Re: Segfault with DMD optimization switch Walter Bright
- Re: Segfault with DMD optimization switch Jacob Carlborg
- Re: Segfault with DMD optimization switc... Walter Bright
- Re: Segfault with DMD optimization ... Stephan
- Re: Segfault with DMD optimizat... Walter Bright
- Re: Segfault with DMD optim... Stephan
- Re: Segfault with DMD optim... Stephan
