From: Bas de Bakker (bas@phys.uva.nl)
Date: 06/07/93


From: bas@phys.uva.nl (Bas de Bakker)
Subject: Re: gcc on linux
Date: Mon, 7 Jun 1993 16:52:33 GMT


>>>>> On Mon, 7 Jun 93 01:02:26 EDT, tkoprulu@lynx.cat.syr.edu
>>>>> (Tacettin Koprulu) said:

tk> I also have the same problem. Almost all of the programs which use
tk> dynamic memory allocations failed to run under linux. Is there any
tk> problem with segmentation of memory or might it be the insufficient
tk> memory in which case linux can't do swapping? Any hints or suggestions
tk> would be appreciated since I am using linux to run my simulations at home.

This is very vague. I'd like to note that I have found that the
malloc library of linux is less forgiving than many others I've seen.
Programs which ran ok on other systems gave SEGVs under linux. This
invariably turned out to be a programming error, like using freed
memory.

To be completely on the safe side: Of course I'm not proposing a
change in Linux' malloc library.

Bas.