[rcml-devel] crash in Archive.cpp, revisited
Status: Pre-Alpha
Brought to you by:
jdavidb
From: <jx...@ga...> - 2000-11-19 21:15:07
|
There is indeed a problem with Archive.cpp, on line 206 or so. It is the line in writeOut() that says: DOM_Document doc = impl.createDocument(0, ARCHIVE, DOM_DocumentType()); This seems to work some of the time, but not for some Archive objects that are created in the course of the program. jdb |