shanewfx / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

symbolize_unittest fails with newer versions of gcc #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure CXX=<path to g++ built from trunk of gcc svn repository>
2. make
3. make check

What is the expected output? What do you see instead?

I expect all tests to pass.  Instead, symbolize_unittest fails.  More 
specifically, Symbolize.SymbolizeWithDemanglingStackConsumption fails due to 
stack consumption exceeding 2048 bytes.

Original issue reported on code.google.com by hlsyou...@gmail.com on 7 Feb 2011 at 4:47

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r92.

Original comment by hlsyou...@gmail.com on 25 Feb 2011 at 2:33

GoogleCodeExporter commented 9 years ago

Original comment by hlsyou...@gmail.com on 25 Feb 2011 at 2:51