At 10:15 PM 2/8/2002 +0100, Mattia Barbon wrote:
> > > The following patch adds a Parrot_nosegfault() function
> > > to win32.c; after it is called, a segmentation fault will print
> > > "This process received a segmentation violation exception"
> > > instead of popping up a dialog. I think it might be useful
> > > for tinderbox clients.
> >
> > Please notice, stdio is not signal/exception safe, you can not
>Ok, will resubmit ( I was printing to stdoud, anyway, so it was
>wrong twice... )

FYI: On interp init I already grab the standard handles (io_win32.c) so you
could reuse the value for stderr. It might make sense to make the low level
handle values extern so other modules can use them. Let me know and
I'll put a patch in for it.

-Melvin


Reply via email to