Re: [Axiom-developer] Memory leak in Axiom : mistake

2005-06-22 Thread Ralf Hemmecke
OK, let's do it again. %axiom PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 27271 hemmecke 16 0 44072 8492 3016 S 0.0 1.7 0:00.13 AXIOMsys a:=new(1000,1000,0.0)$Matrix(SF); b:=new(1001,1001,0.0)$Matrix(SF); 27271 hemmecke 17 0 44116 21m 3060 S 0.0 4.3 0:00

RE: [Axiom-developer] Memory leak in Axiom

2005-06-22 Thread Vanuxem Grégory
Hi, Le mardi 21 juin 2005 à 21:49 -0400, Page, Bill a écrit : > I wrote: > > ... > > If you repeat this process several times: > > > > 1) Open Axiom > > 2) Allocate Matrix > > 3) Close Axiom > > 4) display residual and virtural memory > > > > For example do this 5 times in a row, do you find that

RE: [Axiom-developer] Memory leak in Axiom : mistake

2005-06-22 Thread Vanuxem Grégory
Hi, Le mercredi 22 juin 2005 à 06:01 -0400, Page, Bill a écrit : > On Wednesday, June 22, 2005 4:56 AM Ralf Hemmecke wrote: > > > Well, there is something else. How is Axiom supposed to behave in the > > following case? (See axiom--main--1--patch-40/mnt/linux/doc/book.dvi > > Section 1.15.1) Tha

RE: [Axiom-developer] Memory leak in Axiom : mistake

2005-06-22 Thread Page, Bill
On Wednesday, June 22, 2005 4:56 AM Ralf Hemmecke wrote: > Well, there is something else. How is Axiom supposed to behave in the > following case? (See axiom--main--1--patch-40/mnt/linux/doc/book.dvi > Section 1.15.1) > > --start axiom > top: >PID USER PR NI VIRT RES SHR S %CPU %MEM

Re: [Axiom-developer] Memory leak in Axiom : mistake

2005-06-22 Thread Ralf Hemmecke
nt... Cheers, Greg -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Vanuxem Grégory Envoyé : mercredi 22 juin 2005 03:10 À : Bill Page (E-mail) Cc : axiom-developer@nongnu.org Objet : RE: [Axiom-developer] Memory leak in Axiom Hi, -Message

Re: [Axiom-developer] Memory leak in Axiom : mistake

2005-06-22 Thread Ralf Hemmecke
Cheers, Greg -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Vanuxem Grégory Envoyé : mercredi 22 juin 2005 03:10 À : Bill Page (E-mail) Cc : axiom-developer@nongnu.org Objet : RE: [Axiom-developer] Memory leak in Axiom Hi, -Message d'

RE: [Axiom-developer] Memory leak in Axiom : mistake

2005-06-21 Thread Vanuxem Grégory
credi 22 juin 2005 03:10 > À : Bill Page (E-mail) > Cc : axiom-developer@nongnu.org > Objet : RE: [Axiom-developer] Memory leak in Axiom > > > Hi, > > > -Message d'origine- > > De : Page, Bill [mailto:[EMAIL PROTECTED] > > Envoyé : mercre

RE: [Axiom-developer] Memory leak in Axiom : mistake

2005-06-21 Thread Page, Bill
On Tuesday, June 21, 2005 9:38 PM Vanuxem Grégory wrote: > Sorry, Why do you write that you are your sorry??? > Section 0.4.2 of axiom book => accessing earlier result. Quote: 0.4.2 Accessing Earlier Results The "%" macro represents the result of the previous computation. The "%%" macro is av

RE: [Axiom-developer] Memory leak in Axiom

2005-06-21 Thread Page, Bill
I wrote: > ... > If you repeat this process several times: > > 1) Open Axiom > 2) Allocate Matrix > 3) Close Axiom > 4) display residual and virtural memory > > For example do this 5 times in a row, do you find that the > total available memory is constantly decreasing? > ... > > Could you describe

RE: [Axiom-developer] Memory leak in Axiom

2005-06-21 Thread Vanuxem Grégory
Hi, > -Message d'origine- > De : Page, Bill [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 22 juin 2005 01:11 > À : 'Vanuxem Grégory' > Cc : axiom-developer@nongnu.org > Objet : RE: [Axiom-developer] Memory leak in Axiom > > > On Tuesday, J

RE: [Axiom-developer] Memory leak in Axiom

2005-06-21 Thread Vanuxem Grégory
Hi, > -Message d'origine- > De : Page, Bill [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 22 juin 2005 01:11 > À : 'Vanuxem Grégory' > Cc : axiom-developer@nongnu.org > Objet : RE: [Axiom-developer] Memory leak in Axiom > > > On Tuesday, J

RE: [Axiom-developer] Memory leak in Axiom

2005-06-21 Thread Page, Bill
On Tuesday, June 21, 2005 3:43 PM Vanuxem Grégory wrote: > It seems that there is a memory leak in Axiom; > > Open a shell, type 'top' and observe residual and virtual memory. > > Open AXIOMsys and type > > new(1000,1000,0.0)$Matrix(SF); > > and repeat this action. I can not reproduce this erro

[Axiom-developer] Memory leak in Axiom

2005-06-21 Thread Vanuxem Grégory
Hi, It seems that there is a memory leak in Axiom; Open a shell, type 'top' and observe residual and virtual memory. Open AXIOMsys and type new(1000,1000,0.0)$Matrix(SF); and repeat this action. A (1000,1000) C double float array takes 7.63 Mb. If I alloc a contiguous storage memory arra