Re: [PATCH] Parrot_load_bytecode segfaults on missing file

2005-05-07 Thread Leopold Toetsch
Bob Rogers <[EMAIL PROTECTED]> wrote: >The patch below generates an internal exception instead of SEGV, but > this results in two error messages, because Parrot_readbc will have > already printed its own. Thanks, applied. leo

[PATCH] Parrot_load_bytecode segfaults on missing file

2005-05-06 Thread Bob Rogers
The patch below generates an internal exception instead of SEGV, but this results in two error messages, because Parrot_readbc will have already printed its own. -- Bob Rogers http://rgrjr.dyndns.org/ --