Mail Archives: djgpp/1997/06/15/09:53:28
On Wed, 11 Jun 1997, Cory Bloyd wrote:
> I'm writing a program to parse a binary file involving alot of dynamic
> allocation (but no deallocation required `til the end). All access to
> the allocated arrays are carefully bounds checked. About midway through
> the file "new" bombs on me. It always dies in the same place, which is
Are you running on plain DOS (no Windows) and using CWSDPMI as your DPMI
host? If so, please tell approximately how much memory does your program
allocate and in how many chunks. Some related info is in the DJGPP FAQ
list (v2/faq210b.zip from the same place you get DJGPP), section 15.4,
which also suggests a way to work around such problems.
- Raw text -