[netlabs #623] FW: crash problem with PerlInt

2002-05-24 Thread via RT
o:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 01:17 To: [EMAIL PROTECTED] Subject: crash problem with PerlInt Hi Parrot-Freaks! I've used PerlInt instead of PerlString by mistake. The error occurs if code like this is executed a few times: ("data" is a PerlInt)

Re: crash problem with PerlInt

2002-05-24 Thread Dan Sugalski
At 11:24 AM +0200 5/24/02, Peter Gibbs wrote: >Jens Rieks wrote: >>I've used PerlInt instead of PerlString by mistake. >>The error occurs if code like this is executed a few times: >>("data" is a PerlInt) >> >> find_global P1, "data" >>set S1, P1 >># >>set P1, S1 >> >>

Re: crash problem with PerlInt

2002-05-24 Thread Peter Gibbs
Jens Rieks wrote: >I've used PerlInt instead of PerlString by mistake. >The error occurs if code like this is executed a few times: >("data" is a PerlInt) > >find_global P1, "data" > set S1, P1 ># > set P1, S1 > >It works a few thousend times, then it stops working >often

crash problem with PerlInt

2002-05-24 Thread Jens Rieks
Hi Parrot-Freaks! I've used PerlInt instead of PerlString by mistake. The error occurs if code like this is executed a few times: ("data" is a PerlInt) find_global P1, "data" set S1, P1 # set P1, S1 It works a few thousend times, then it stops working often