------- Comment #5 from viriketo at gmail dot com  2010-09-05 21:09 -------
Created an attachment (id=21705)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21705&action=view)
Preprocessed source causing the trouble

I attach the preprocessed file that triggers the problem. In this case, it
ended in Segmentation Fault, when using the preprocessed file. Maybe sometimes
the OOM kills, sometimes it segfaults. In any case, I have not seen monitoring
with 'top' a memory usage beyond 150MB. 

Here is the command line triggering the trouble:
g++ -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat
-Wformat-security -Wno-format-y2k -Wundef -Wmissing-format-attribute
-Wpointer-arith -Wwrite-strings -Wno-unused-parameter -Wno-parentheses
-fno-exceptions -fvisibility=hidden -fvisibility-inlines-hidden -fno-rtti
-fno-strict-aliasing -pthread -O2 -c -fPIC -c file.i


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45541

Reply via email to