Activity log for bug #746132

Date Who What changed Old value New value Message
2011-03-30 23:49:58 Nikodemus Siivola bug added bug
2011-03-30 23:50:20 Nikodemus Siivola description This is not an actual test case--I at least could not reproduce this just now. The symptom went away, and I'm not 100% sure way. ...but I just spent a while scratching my headed at an odd error, and figure the way it happened must have been *something* like this: 1. BKNR.DATASTORE compiled and loaded 2. Core dumped 3. Timestamps on source files jump without actual changes 4. New SBCL instance from the saved core. 5. Reload BKNR.DATASTORE--muchos recompilation due to the timestamps. 6. Exit SBCL. 7. Nuke core, new clean SBCL. 8. Load BKNR.DATASTORE from the compiled files. ...BOOM, trying to FIND-CLASSOID-CELL with :CREATE NIL during load of object.lisp, class PERSISTENT-EFFECTIVE-SLOT-DEFINITION doesn't exist. This is not an actual test case--I at least could not reproduce this just now. The symptom went away, and I'm not sure why. ...but I just spent a while scratching my headed at an odd error, and figure the way it happened must have been *something* like this: 1. BKNR.DATASTORE compiled and loaded 2. Core dumped 3. Timestamps on source files jump without actual changes 4. New SBCL instance from the saved core. 5. Reload BKNR.DATASTORE--muchos recompilation due to the timestamps. 6. Exit SBCL. 7. Nuke core, new clean SBCL. 8. Load BKNR.DATASTORE from the compiled files. ...BOOM, trying to FIND-CLASSOID-CELL with :CREATE NIL during load of object.lisp, class PERSISTENT-EFFECTIVE-SLOT-DEFINITION doesn't exist.
2011-10-30 11:20:23 Nikodemus Siivola sbcl: status New Incomplete
2013-10-03 16:30:51 Stas Boukarev sbcl: status Incomplete Fix Committed
2013-10-31 11:39:15 Christophe Rhodes sbcl: status Fix Committed Fix Released