This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Experiencing unreproducible internal compiler errors <<whinge>>


On Mar 18, 2000, Eli Zaretskii <eliz@delorie.com> wrote:

>> The issue is that, if you can't repeat a compiler crash, odds are that
>> it's not a bug in the compiler.  There's not any source of randomness
>> in it that could cause it to crash only sometimes, given the same
>> input.

> There is one source of randomness: the contents of memory before the
> compiler is invoked.

Nope, the kernel zeroes out any memory before it is given to a
process.  Uninitialized memory is only a problem within the same
process, but then, it is not random.

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]