Re: [perl #16300] [BUG] hash clone hangs

2002-08-19 Thread Steve Fink
On Mon, Aug 19, 2002 at 11:31:23AM +, Leopold Toetsch wrote: > > recent changes in hash.c seems to hang[1] hash_clone. > This patch works, but I don't know, if it is the correct way to solve > the problem. > > [1] > $perl6 -Rt -vwk t/compiler/a_2.p6 > .. > PC=726; OP=183 (clone_p_p); ..

Re: [perl #16300] [BUG] hash clone hangs

2002-08-19 Thread Mike Lambert
> recent changes in hash.c seems to hang[1] hash_clone. > This patch works, but I don't know, if it is the correct way to solve > the problem. Even if it is the correct way to solve the problem (which I don't know), it uses C++-style comments which are a no-no for Parrot's C target. Secondly, ca

[perl #16300] [BUG] hash clone hangs

2002-08-19 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #16300] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=16300 > Hi, recent changes in hash.c seems to hang[1] hash_clone. This patch works, but I d