Search found 3 matches

by Sean McBride
Tue, 2005-11-22, 22:52
Forum: DCMTK - Installation
Topic: crash at app quit in OFCondition::~OFCondition
Replies: 9
Views: 15427

Well, I have made progress. With Xcode 2.2's new gcc 4.0.1 things are better. The only time I still see these crashes now is in a debug build when ZeroLink is enabled. If I disable ZeroLink then all is well. Release builds are fine. So I guess it was/is a gcc bug afterall. Thanks.
by Sean McBride
Fri, 2005-10-21, 16:24
Forum: DCMTK - Installation
Topic: crash at app quit in OFCondition::~OFCondition
Replies: 9
Views: 15427

Hi Marco, thanks for your reply, I added the piece of code you suggested, and I no longer crash in ~OFCondition. Unfortunately, I now crash in ~OFListBase: #1 0x006f71e4 in OFListBase::~OFListBase (this=0x300660) at oflist.cc:60 #2 0x004a69a0 in OFList<DcmDictEntry*>::~OFList (this=0x300660) at ../....
by Sean McBride
Thu, 2005-10-20, 22:10
Forum: DCMTK - Installation
Topic: crash at app quit in OFCondition::~OFCondition
Replies: 9
Views: 15427

crash at app quit in OFCondition::~OFCondition

Hello, I am new to dcmtk, but have successfully built it with gcc 4 on Mac OS X 10.4 as static libraries. If I create an empty test application project using my IDE (xCode 2.2) and simply add libdcmdata.a and libofstd.a to the project, when the application quits it crashes in the OFCondition dtor. M...