Re: [perl #35450] Null pointer dereference in classes/sub.pmc

2005-05-17 Thread Leopold Toetsch
Adrian Taylor <[EMAIL PROTECTED]> wrote: > Hi Leo, > OK, you've confused me now :-) You're getting the same results as me > (which I also get with the latest parrot, shown below). I had missed that Parrot is run anyway. Should be fixed now as of Parrot rev 8110. leo

Re: [perl #35450] Null pointer dereference in classes/sub.pmc

2005-05-15 Thread Adrian Taylor
Hi Leo, OK, you've confused me now :-) You're getting the same results as me (which I also get with the latest parrot, shown below). The Bus error from the first pugs command is what I'm reporting as a bug - you can reproduce that. The callstack from that error suggests that pugs is using pa

Re: [perl #35450] Null pointer dereference in classes/sub.pmc

2005-05-15 Thread Leopold Toetsch
Adrian Taylor <[EMAIL PROTECTED]> wrote: I can't reproduce the segfault, when running: > rule name { Larry | Matz | Guido } > rule project { Perl | Ruby | Python } > rule description { \s does \s } > say('Larry does Perl' ~~ //); > say(!('Larry does Java' ~~ //)); #v+ $ ./pugs at.p6 Larry do

[perl #35450] Null pointer dereference in classes/sub.pmc

2005-05-15 Thread via RT
# New Ticket Created by Adrian Taylor # Please include the string: [perl #35450] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=35450 > With pugs revision 3215 and parrot-0.2.0, I get a null pointer dereference when runn