[GAP Forum] Repeating workspace save/load

Shunsuke Tsuchioka tshun at kurims.kyoto-u.ac.jp
Fri Oct 1 09:43:15 BST 2010


Hi,

I want to ask about a possibility of
repeating workspace save and load.
It seems impossible more than 5 times as shown below.
The error occurs on Linux in  x86(64bit) machine,
but exactly the same error occurrs in my solaris environment 
(GAP4, Version: 4.4.9 of 6-Nov-2006, sparc-sun-solaris2.10-gcc, sparc 32bit).
Is the behavior by design or a bug?

Sincerely,
Shunsuke Tsuchioka

cherry05:~/GAP/nG2> /home/tshun/math/gap -b 
GAP4, Version: 4.4.12 of 17-Dec-2008, x86_64-unknown-linux-gnu-gcc
gap> a:=1;
1
gap> SaveWorkspace("a");
true
gap> quit;             
cherry05:~/GAP/nG2> /home/tshun/math/gap -b -L a
GAP4, Version: 4.4.12 of 17-Dec-2008, x86_64-unknown-linux-gnu-gcc
gap> b:=2;
2
gap> SaveWorkspace("b");
true
gap> quit;   
cherry05:~/GAP/nG2> /home/tshun/math/gap -b -L b
GAP4, Version: 4.4.12 of 17-Dec-2008, x86_64-unknown-linux-gnu-gcc
gap> c:=3;
3
gap> SaveWorkspace("c");
true
gap> quit;    
cherry05:~/GAP/nG2> /home/tshun/math/gap -b -L c
GAP4, Version: 4.4.12 of 17-Dec-2008, x86_64-unknown-linux-gnu-gcc
gap> d:=1;
1
gap>  SaveWorkspace("d");
true
gap> quit;   
cherry05:~/GAP/nG2> /home/tshun/math/gap -b -L d
GAP4, Version: 4.4.12 of 17-Dec-2008, x86_64-unknown-linux-gnu-gcc
gap> e:=1;
1
gap> SaveWorkspace("e");
true
gap> quit;
cherry05:~/GAP/nG2> /home/tshun/math/gap -b -L e
GAP4, Version: 4.4.12 of 17-Dec-2008, x86_64-unknown-linux-gnu-gcc
gap> f:=1;
1
gap> SaveWorkspace("f");
true
gap> quit;
cherry05:~/GAP/nG2> /home/tshun/math/gap -b -L f
GAP4, Version: 4.4.12 of 17-Dec-2008, x86_64-unknown-linux-gnu-gcc
gap> g:=1;
1
gap>  SaveWorkspace("g");
true
gap> quit;
cherry05:~/GAP/nG2> /home/tshun/math/gap -b -L g
Segmentation fault



More information about the Forum mailing list