This is the mail archive of the gcc@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]
Other format: [Raw text]

3.3 bootstrap failure on Solaris 2.8 w/ native tools


I just tried bootstrapping on Solaris 2.8 using Sun's native tools.

gengtype dies with:

out of memory allocating 134217728 bytes after a total of 856068544
bytes.

It looks like the xvasprintf call in oprintf() is always returning a
very large number (380992, for instance), resulting in a sequence of
massive reallocs.

Has anybody else tried this?

AG



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