Matt Diephouse <[EMAIL PROTECTED]> wrote: > #0 0x0003d420 in pobject_lives (interpreter=0xd00140, obj=0x0) at > src/dod.c:198 > #1 0x000048f0 in mark_1_seg (interpreter=0xd00140, cs=0xd01fd0) at > src/packfile.c:360
Ah. The code assumed that there is always a valid subroutine name, which might not be true for dynamically created subs, like in forth. I've put a check for a NULL name in front. Thanks, leo