Re: assertion failed instead of segfault

2005-03-18 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > With the attached patch, parrot aborts with: > parrot: src/list.c:1997: list_splice: Assertion `(value)->pmc_ext' failed. > Aborted > It affects only code compiled without -DNDEBUG. > Should I apply it? Looks good and shows immediately that some internals

assertion failed instead of segfault

2005-03-18 Thread Jens Rieks
[not directly related to this specific bug report] On Friday 18 March 2005 00:28, Nick Glencross wrote: > Splicing an intlist seems to segfault. ... > The backtrace is > > #0 0x080d5cf2 in list_splice (interpreter=0x98e8008, list=0x9ae7754, > value=0x9aaa3f0, offset=0, count=0) at src/list.c: