Dave Korn wrote: > How about raising a SEGV? newlib supplies kill(..), doesn't it? Hmmm, but >it's probably a stub on lots of arches. Some way of raising SEGV if it's >possible and falling back to abort() if it isn't, perhaps? > > abort actually calls raise, and raise_r calls kill_r.