On Mon, Sep 14, 2009 at 11:02:27AM +0200, Joachim Breitner wrote:
> Package: gap
> Version: 4r4p12-1
> Severity: normal
> 
> Hi,
> 
> I’m not sure if this is really a bug or a mistake on my side, but
> “panic” sounds like a bug. I produced it like this:
> 
> 
> gap> G := GL(4,2);
> gap> SG := Group(Filtered(G, m -> Z(2)*[1,1,1,1]*m=Z(2)*[1,1,1,1]));
> gap> rcs := RightCosets(G,SG);;
> gap> rcs[1];   
> Panic: tried to print a path of unknown type '72' at
> Print( "Group(", l, ")" );
> RightCoset(Group(~[6]gap> 

I cannot reproduce it on my machine (amd64).
If you can reproduce it, please do 
SaveWorkspace("bug546579");
just after "rcs := RightCosets(G,SG);;"
and send me the file 'bug546579'.

Cheers,
-- 
Bill. <[email protected]>

Imagine a large red swirl here. 



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to