Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!lll-winken!sun-barr!newstop!texsun!texbell!nuchat!moray!urchin!p6.f506.n106.z1.fidonet.org!Bob.Stout From: Bob.Stout@p6.f506.n106.z1.fidonet.org (Bob Stout) Newsgroups: comp.lang.c++ Subject: Zortech Problem: heap corrupted Message-ID: <1348.26BA5E9F@urchin.fidonet.org> Date: 2 Aug 90 09:25:11 GMT Sender: ufgate@urchin.fidonet.org (newsout1.26) Organization: FidoNet node 1:106/506.6 - Fulcrum's Edge, Spring TX Lines: 11 In a message of , ??? Bause ??? writes: >A friend of mine is using Zortech 2.0. He uses hashed search tables and >binary tree search tables. After some insertions into both tables he gets > >the error message: heap corrupted. > >Is this is known error of Zortech's C++? This is a catch-all message ZTC++ prints when it encounters an illegal pointer operation such as free'ing memory which wasn't malloc'ed, etc. Have your friend check his code.