Bug#503832: panic: attempt to copy freed scalar NOT FIXED

2009-12-23 Thread Richard Mawson
Hi Raphael, On Fri, Oct 16, 2009 at 11:35:38AM +0200, Raphael Hertzog wrote: Ok, Dieter released 2.8.25 and I just uploaded an updated package to Debian. Do you still have the same problem with that version ? Cheers, -- Raphaƫl Hertzog Sorry for the delay, I wasn't keen on trying this

Bug#503832: panic: attempt to copy freed scalar NOT FIXED

2009-10-16 Thread Raphael Hertzog
Hello, On Wed, 22 Apr 2009, Richard Mawson wrote: I attach the patch used if you want to try separately (without installing the package). I'm afraid this does not fix the problem, the same symptom exists with the patch applied. Ok, Dieter released 2.8.25 and I just uploaded an updated

Bug#503832: panic: attempt to copy freed scalar NOT FIXED

2009-04-24 Thread Richard Mawson
On Fri, Apr 24, 2009 at 11:17:55AM +0200, Raphael Hertzog wrote: On Thu, 23 Apr 2009, Richard Mawson wrote: 1530 IS-invoice_details(\%myconfig, \%$form); This looks wrong, what happens if you use: S-invoice_details(\%myconfig, $form); $form is a ref %$form is the hash behind the

Bug#503832: panic: attempt to copy freed scalar NOT FIXED

2009-04-24 Thread Raphael Hertzog
On Thu, 23 Apr 2009, Richard Mawson wrote: 1530 IS-invoice_details(\%myconfig, \%$form); This looks wrong, what happens if you use: S-invoice_details(\%myconfig, $form); $form is a ref %$form is the hash behind the ref \%$form is a new ref of the hash behind the $form ref Cheers, --

Bug#503832: panic: attempt to copy freed scalar NOT FIXED

2009-04-23 Thread Raphael Hertzog
found 503832 2.8.24-1 thanks On Wed, 22 Apr 2009, Richard Mawson wrote: I'm afraid this does not fix the problem, the same symptom exists with the patch applied. :-( I wonder why Dieter sent me a modified version of Form.pm then. Anyway, bug reopened. It's a pity I can't reproduce it on my

Bug#503832: panic: attempt to copy freed scalar NOT FIXED

2009-04-23 Thread Richard Mawson
On Thu, Apr 23, 2009 at 08:11:20AM +0200, Raphael Hertzog wrote: It's a pity I can't reproduce it on my sql-ledger installation. I wonder if it's template specific. I believe you need to have at least 3 items on an invoice for the bug to show up, I usually have 4 or 5. I couldn't say if it is

Bug#503832: panic: attempt to copy freed scalar NOT FIXED

2009-04-23 Thread Raphael Hertzog
On Thu, 23 Apr 2009, Richard Mawson wrote: On Thu, Apr 23, 2009 at 08:11:20AM +0200, Raphael Hertzog wrote: It's a pity I can't reproduce it on my sql-ledger installation. I wonder if it's template specific. Are you trying a recreate with: a/ pdf invoice yes (or postscript rather, but

Bug#503832: panic: attempt to copy freed scalar NOT FIXED

2009-04-23 Thread Richard Mawson
On Thu, Apr 23, 2009 at 12:25:41PM +0200, Raphael Hertzog wrote: c/ does the template contain \textbf{Pos} \textbf{Number} \textbf{Description} \textbf{Delivery Date} \textbf{Qt'y} no, i have something similar but translated but why would this be relevant? I'm sorry, I cut and pasted

Bug#503832: panic: attempt to copy freed scalar NOT FIXED

2009-04-23 Thread Richard Mawson
On Thu, Apr 23, 2009 at 02:09:15PM +0100, Richard Mawson wrote: The caller is bin/mozilla/io.pl:1733 - and I see the corruption occurs during the call to IS-invoice_details at io.pl:1530 by doing a binary chop. This is not corrupt at the end of the invoice_details() sub, but is corrupt as

Bug#503832: panic: attempt to copy freed scalar NOT FIXED

2009-04-22 Thread Richard Mawson
On Tue, Apr 21, 2009 at 10:02:52AM +0200, Raphael Hertzog wrote: Hello, it should be fixed with the version 2.8.24-1 that I will upload to sid (unstable) in a few minutes. Please tell me if the problem is fixed, if yes, I might try to get it fixed in stable as well. I attach the patch