Dr. David Kirkby wrote: > After building sage 4.1.1 on Solaris, I get the above error message if I > run 'make test'. I've not seen this error on previous releases. I have > changed maxima and ecl, but I somewhat doubt they are the cause of the > problem. > > Has anything else changed in Sage recently that might have caused this? > > Dave
Looking more closely, I see there is a seg fault causing a core dump. $ more test.log ---------------------------------------------------------------------- | Sage Version 4.1.1, Release Date: 2009-08-14 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- Sun Aug 23 06:52:55 BST 2009 dsage-trial tmp directory doesn't exist - creating ... This script will run the unit tests for DSage /export/home/drkirkby/sage/sage-4.1.1/local/lib/python2.6/site-packages/twisted/persisted/sob.py:12: DeprecationWarning: the md5 module is deprecated; use hashlib instead import os, md5, sys /export/home/drkirkby/sage/sage-4.1.1/local/lib/python2.6/site-packages/SQLAlchemy-0.4.6-py2.6.egg/sqlalchemy/util.py:7: DeprecationWarning: the sets module is deprecated import inspect, itertools, new, operator, sets, sys, warnings, weakref /export/home/drkirkby/sage/sage-4.1.1/local/lib/python2.6/site-packages/twisted/conch/ssh/keys.py:13: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha, md5 dsage.database.tests.test_client ClientTestCase testGetPublicKey ... [OK] testGetUsername ... [OK] testInitClient ... [OK] testSetConnected ... [OK] 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" --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---