On Mon, Mar 1, 2010 at 4:41 AM, Dr. David Kirkby <david.kir...@onetel.net> wrote: > There are 5 doctests which are failing on Solaris. 4 seem to related, the > 5th not. Can anyone suggest anything that might cause the first 4 to fail? > > sage -t "devel/sage/sage/graphs/graph_list.py" # Segfault > sage -t "devel/sage/sage/graphs/generic_graph.py" # Segfault > sage -t "devel/sage/sage/graphs/graph.py" # Segfault > sage -t "devel/sage/sage/graphs/graph_database.py" # Segfault > > This one looks a bit different. > > sage -t "devel/sage/sage/databases/database.py" # Segfault > > Is there any way I can get more detailed information about exact what is > failing in these tests?
You might find the following helpful: sage -t --verbose devel/sage/sage/databases/database.py sage -t --verbose --gdb devel/sage/sage/databases/database.py > > I think running the 'self tests' on the sqlite package might be a decent > starting point on the last failure, but I'm unsure how best to tackle these. > > Dave > > -- > To post to this group, send an email to sage-devel@googlegroups.com > To unsubscribe from this group, send an email to > sage-devel+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-devel > URL: http://www.sagemath.org > -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org