Re: [perl #55620] [PATCH] Fix crash in src/ops/object.ops

2008-06-30 Thread chromatic
On Wednesday 11 June 2008 12:48:51 NotFound via RT wrote: > Another attempt: this is a minimalistic change that does not broke any > test in parrot nor in rakudo, and can avoid segfaulting in other related > usages. Thanks, applied with a test in r28884. I tried to add an exception in NameSpace'

Re: [perl #55620] [PATCH] Fix crash in src/ops/object.ops

2008-06-11 Thread chromatic
On Wednesday 11 June 2008 12:48:51 NotFound via RT wrote: > Another attempt: this is a minimalistic change that does not broke any > test in parrot nor in rakudo, and can avoid segfaulting in other related > usages. This one is my favorite too. -- c

[perl #55620] [PATCH] Fix crash in src/ops/object.ops

2008-06-11 Thread NotFound via RT
On Mie. Jun. 11 06:48:06 2008, bacek wrote: > Trivial reproducible bug: in rakudo 'say 1 ~~ Perl6Scalar'. > > There is patch for src/ops/object.ops I tried another way: less checks, not more. See attached patch. $ ./perl6 -e'say 1 ~~ Perl6Scalar' Null PMC access in invoke() current instr.: 'inf

[perl #55620] [PATCH] Fix crash in src/ops/object.ops

2008-06-11 Thread NotFound via RT
Another attempt: this is a minimalistic change that does not broke any test in parrot nor in rakudo, and can avoid segfaulting in other related usages. Index: src/pmc/namespace.pmc === --- src/pmc/namespace.pmc (revisión: 28239) +++

[perl #55620] [PATCH] Fix crash in src/ops/object.ops

2008-06-11 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #55620] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55620 > Hello. Trivial reproducible bug: in rakudo 'say 1 ~~ Perl6Scalar'. There is patch