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]
Other format: [Raw text]

[Bug c++/15143] using some template with 0 leads to segmentation fault in g++


------- Additional Comments From bangerth at dealii dot org  2004-04-26 13:36 -------
Confirmed indeed. We run into a memory allocating loop, and quickly 
(in seconds) end up with more than 500M of memory. This is where my 
machine started to swap, so I killed the job... 
 
I see the same behavior in 2.95, so this doesn't seem to be something 
new. 
 
W. 

-- 


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


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