This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: out of memory in Balloc


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]