I use Parse::RecDescent with VMS, when i create a new parser object a snd.
time the program failed

one parse object alone works fine but the second one ...

my $gramm = new Parse::RecDescent ($grammar);
...
$gramm = ();
my $parse = new Parse::RecDescent ($gr);

Assertion failed: file "PERL_SRC:[PERL5_005_03]PP.C;1", line 2662 at 
/PERL_ROOT/DEBLIB/Parse/RecDescent.pm line 1737.
%SYSTEM-F-ABORT, abort

It's also crashed when the first object destroyed before the second ist create

what's going wrong
Suggestions welcome.

Frank Zimmer
[EMAIL PROTECTED]


Reply via email to