in reply to redo question ( part 'catching segfaults' )

Note that eval won't catch segfaults.

Dave.

  • Comment on Re: redo question ( part 'catching segfaults' )

Replies are listed 'Best First'.
Re^2: redo question ( part 'catching segfaults' )
by geektron (Curate) on Jul 14, 2004 at 18:57 UTC
    well, i couldn't remember if it did or not, so it doesn't hurt to try.

    i *seems* at this point that the calling app is segfaulting, not the resizing code ... i've liberally salted the code with  warn " this or that ... " if DEBUG;, and the resizing works, the object method is supposed to return ( and i get the warning that it's about to do so ), BUT i don't see the warning after the object method returns ...