Re: [Arsperl-users] ars_CreateEntry crashing perl

2007-06-14 Thread John Unsworth
This crash is caused because the memory management is incorrect. Memory is allocated for the field values by AMALLOCNN(fieldList.fieldValueList,c,ARFieldValueStruct); and released by a call to FreeARFieldValueList(&fieldList, FALSE); These used to be Newz(777,fieldList.fieldVal

Re: [Arsperl-users] ars_CreateEntry crashing perl

2007-06-20 Thread John Unsworth
] On Behalf Of John Unsworth Sent: 14 June 2007 12:25 To: arsperl-users@arsperl.org Subject: Re: [Arsperl-users] ars_CreateEntry crashing perl This crash is caused because the memory management is incorrect. Memory is allocated for the field values by AMALLOCNN(fieldList.fieldValueList,c

Re: [Arsperl-users] ars_CreateEntry crashing on Windows

2007-06-24 Thread John Unsworth
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Unsworth Sent: 20 June 2007 15:25 To: 'ARSperl User Discussion' Subject: Re: [Arsperl-users] ars_CreateEntry crashing perl Apologies got that wrong. If Perl is compiled to use Perl memory allocation it seems to p

Re: [Arsperl-users] ars_CreateEntry crashing on Windows

2007-07-17 Thread John Unsworth
Hello, Can someone explain what happens now? Do we get notified of an official fix? Regards, John. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Unsworth Sent: 24 June 2007 21:27 To: 'ARSperl User Discussion' Subject: Re: [Ars

Re: [Arsperl-users] ars_CreateEntry crashing on Windows

2007-07-22 Thread John Unsworth
: 20 July 2007 20:42 To: ARSperl User Discussion Subject: Re: [Arsperl-users] ars_CreateEntry crashing on Windows John Unsworth wrote: > Hello, > > Can someone explain what happens now? Do we get notified of an > official fix? > I added this patch to the CVS tree. Since the