comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: heap_free fatal error
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: heap_free fatal error [message #61860 is a reply to message #61859] Thu, 07 August 2008 07:38 Go to previous messageGo to previous message
Wox is currently offline  Wox
Messages: 184
Registered: August 2006
Senior Member
On Thu, 07 Aug 2008 16:30:32 +0200, Wox <nomail@hotmail.com> wrote:

>> Did anyone observed heap_free crashing the IDL process and what was
>> the cause in your case?
>
> I managed to extract the critical code:
>
> n=30000l
> p0=ptr_new({i:0l,next:ptr_new()})
> p=p0
> for i=1l,n do begin
> (*p).next=ptr_new({i:i,next:ptr_new()})
> p=(*p).next
> endfor
> heap_free,p0 ; FATAL ERROR
>
>
> Is this a known bug?

I tried with IDL 6.2 on a Linux machine: no Fatal error
{ x86 linux unix linux 6.2 Jun 20 2005 32 64}
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Having trouble stopping a loop (or loop de loop de loop)
Next Topic: CONTOUR problem

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 08:40:52 PDT 2025

Total time taken to generate the page: 0.95967 seconds