Dr. David Kirkby wrote: > testSetEnabled ... > [OK] > dsage.database.tests.test_clientdb > ClientDatabaseSQLiteTestCase > testadd_client ... > /export/home/drkirkby/sage/sage-4.1.1/local/bin/sage-dsage-trial: line > 21: 29405 Segmentation Fault (core dumped) trial > --temp-directory="$SAGE_TESTDIR/dsage-trial" sage.dsage > However, an ERROR occurred in the Distributed Sage unit tests. > Testing of examples currently not implemented. > sage -t "devel/sage/doc/common/macros.tex" > [0.2 s] > sage -t "devel/sage/doc/common/conf.py"
Looking at the core file in gdb I see: (gdb) target solaris-core core Core was generated by `python /export/home/drkirkby/sage/sage-4.1.1/local/bin/trial --temp-directory=/'. Program terminated with signal 11, Segmentation fault. #0 0xfea6745c in ?? () So it looks like the code is trying to use the root directory as a temporary location, which could explain why it gets a SEGFAULT. I'm surprised in this case nobody else is seeing this. 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---