[sage-combinat-devel] Segfault after applying finite_semigroup-nt.patch

2011-11-21 Thread Florent Hivert
Hi there, On my machine the following code creates a segfault if finite_semigroup-nt.patch is applied and works if not. sage: G = DiGraph() sage: G.add_vertices([1, 6, 9]) sage: G.add_edges([(9, 1, None), (9, 6, None)]) sage: G.automorphism_group()

Re: [sage-combinat-devel] Segfault after applying finite_semigroup-nt.patch

2011-11-21 Thread Christian Stump
> On my machine the following code creates a segfault if > finite_semigroup-nt.patch is applied and works if not. > >    sage: G = DiGraph() >    sage: G.add_vertices([1, 6, 9]) >    sage: G.add_edges([(9, 1, None), (9, 6, None)]) >    sage: G.automorphism_group() my machine returns sage:sage

Re: [sage-combinat-devel] Segfault after applying finite_semigroup-nt.patch

2011-11-21 Thread Florent Hivert
On Mon, Nov 21, 2011 at 03:12:46PM +0100, Christian Stump wrote: > > On my machine the following code creates a segfault if > > finite_semigroup-nt.patch is applied and works if not. > > > >    sage: G = DiGraph() > >    sage: G.add_vertices([1, 6, 9]) > >    sage: G.add_edges([(9, 1, None), (9, 6,

Re: [sage-combinat-devel] Segfault after applying finite_semigroup-nt.patch

2011-11-21 Thread Christian Stump
> Even with finite_semigroup-nt.patch applied ? yes -- with the complete queue applied, actually. -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To post to this group, send email to sage-combinat-devel@googlegroups.com. To unsubscribe f