"Steven N. Hirsch" <[EMAIL PROTECTED]> writes:

> I'll try to find time later this week to do a test build myself.

Hi Steven,

Please wait for the next snapshot - it fixes *all* of those problems.

There was an error in how exceptions were being generated. They were
being cleaned up by the compiler, but Perl was still trying to use the
pointer. Now Perl makes a copy of the information and manages the
memory - so the original information gets deleted in the catch(), but
the copy is used by Perl error printing mechanism, and then the copy
get's cleaned up. 

So, no more segfault, no leaks either.

I had a small problem making the release. I'll email the list as soon
as the second snapshot is done.

Cheers,
jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to