This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [RFA] Wrong inner_frame sanity check with signal frame and -fstack-check


> > 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
> > 
> >         * frame.c (get_prev_frame_1): Do not perform the inner_frame
> >         sanity check if this_frame is not NORMAL.
> >         (frame_id_inner): Update the description of this function.

> I think it is reasonable.  Most UNIXy systems have sigaltstack(),
> which allows one to specify an alternate stack to run signal handlers
> on (which Ada uses I presume).  I've sometimes wondered how to handle
> that properly, but decided not to worry about this until people
> actually reported a problem with it.

Thanks a lot, Mark. I just checked the patch in.

-- 
Joel


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