Hrvoje Niksic <hniksic(a)arsdigita.com> writes:
Raymond Toy <toy(a)rtp.ericsson.se> writes:
> o xemacs crashes for me quite often in either gc or
> make_lisp_buffer_stream. (Already reported). I have a sneaking
> suspicion that it's a gcc 2.95.2 problem. After recompiling with
> Sun CC 5.0, I haven't run into it today in the last few hours,
> whereas it was happening as often as every 30 minutes with gcc
> 2.95.2. I'll have to try with gcc 2.7.2.2 too. Perhaps a note in
> the PROBLEMS file?
Maybe, maybe not. Remember that it could also be a memory corruption
bug, and those can go away when you change *anything* -- and come back
to haunt you a year later.
Is gcc 2.95.2 a stable release of Gcc?
It's supposed to be. Ray, could you try compiling with gcc but with
less aggressive optimisation (say -O1 instead of -O3)?
Gunnar