Search found 3 matches

by insight
Fri, 2010-09-17, 10:23
Forum: DCMTK - General
Topic: Virtual Memory Exhausted
Replies: 12
Views: 12995

OK, I see. Do you recommend using the snapshot instead of the release?

In my case the error was definitely the VR and not new(), but I am using 3.5.4.
by insight
Fri, 2010-09-17, 09:57
Forum: DCMTK - General
Topic: Virtual Memory Exhausted
Replies: 12
Views: 12995

It is not fixed in putAndInsertSint16Array :)
by insight
Fri, 2010-09-17, 09:45
Forum: DCMTK - General
Topic: Virtual Memory Exhausted
Replies: 12
Views: 12995

At least in putAndInsertSint16Array "EC_MemoryExhausted" is also returned on illegal VRs - the EC_IllegalCall gets replaced if elem == NULL This seems to be different in putAndInsertUint16Array, but maybe this is a recent addition to the code? At least this was the solution to the same pro...