Discussion:
[GAP Forum] unexpected termination of Gap Terminal
Akhilesh Yadav
2018-05-19 04:42:43 UTC
Permalink
Dear Gap Forum

I have installed latest version (4.9) of Gap. If I run following programmes
on GAP:
LoadPackage("loops");
L:=LeftBolLoop(15,1);
G:=SymmetricGroup(15);
H:=Stabilizer(G,1);
taut:=Filtered(H,h->(L.4^h=Inverse(L.5^h)*L.3^h));

then *gap terminal vanishes unexpectedly. GAP icons also vanishes from the
desktop. *
Please help me to remove the trouble. It is noted that it was not happened
for the version 4.8.10.

My System(laptop Lenovo V310) properties is:

Windows 10 (original)
Core i5
RAM 8GB

Thanks
Christopher Jefferson
2018-05-19 18:27:57 UTC
Permalink
Hi,

I have made a copy of your email on GAP's github bug repository:

https://github.com/gap-system/gap/issues/2481

Could you provide us with some more information (how long does it take to crash? Exactly which copy of GAP did you download? The exe? The 64-bit version?)

Thanks,

Chris
-----Original Message-----
Sent: 19 May 2018 05:43
Subject: [GAP Forum] unexpected termination of Gap Terminal
Dear Gap Forum
I have installed latest version (4.9) of Gap. If I run following programmes on
LoadPackage("loops");
L:=LeftBolLoop(15,1);
G:=SymmetricGroup(15);
H:=Stabilizer(G,1);
taut:=Filtered(H,h->(L.4^h=Inverse(L.5^h)*L.3^h));
then *gap terminal vanishes unexpectedly. GAP icons also vanishes from the
desktop. * Please help me to remove the trouble. It is noted that it was not
happened for the version 4.8.10.
Windows 10 (original)
Core i5
RAM 8GB
Thanks
_______________________________________________
Forum mailing list
https://mail.gap-system.org/mailman/listinfo/forum
Loading...