CC error on SS10. Failure in /opt/SUNWspro/prod/bin/fbe, status = 0x7f00

When I compile program with CC -g -mt -I../ZLib -c XScenar.cppFailure in /opt/SUNWspro/prod/bin/fbe, status = 0x7f00Fatal Error exec'int /opt/SUNWspro/prod/bin/fbegmake: *** XScenar.o Error 1
[227 byte] By [dyroro] at [2007-11-26 10:58:07]
# 1
This is a compiler bug. Could you please report it through http://bugs.sun.com/services/bugreport/index.jsp ?Thanks,Boris
Boris_Ivanovsky at 2007-7-7 3:11:29 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2

Maybe it's a compiler bug, and it might already be fixed. Do you have the current patches for Sun Studio 10? You can get them here:

http://developers.sun.com/sunstudio/downloads/patches/index.jsp

But the failure might be unrelated to Sun Studio -- it looks like fbe (a compiler component) failed to execute. That could be due to a resource limit being exceeded, or out of memory.

If you run just the one CC command do you still get the error? (The error message you show comes via gmake.)

Does the error always occur in the same place during the build?

How many compilations are you running in parallel?

If you reduce the number of parallel compilations, does the error go away?

clamage45 at 2007-7-7 3:11:29 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3
If run just the one CC command , I still get the error.Sun Studio version is 11. and no any patch.
dyroro at 2007-7-7 3:11:30 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 4
OKI get it.because my swap is too small. 500Mwhen it is 1G, no any problem.Goodthanx everyone.
dyroro at 2007-7-7 3:11:30 > top of Java-index,Development Tools,Solaris and Linux Development Tools...