Received signal #10, SIGBUS [caught] during compilation of large c++ file

Hi,

I am trying to compile a large c++ file and get a following error during a compilation:

12038: brk(0x8AE6C0E8) = 0

12038:Incurred fault #5, FLTACCESS %pc = 0x001F3420

12038:siginfo: SIGBUS BUS_ADRALN addr=0x75736836

12038:Received signal #10, SIGBUS [caught]

12038:siginfo: SIGBUS BUS_ADRALN addr=0x75736836

Host is netra v240

OS: Solaris 9

compiler: CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-20 2004/03/19

Thank you very much in advance

[517 byte] By [IgorZ] at [2007-11-26 10:42:49]
# 1

Some component of the compiler had an internal error. There is not enough data here to tell which component. If you add "-v" to the CC command line, you will be able to see which component crashed.

C++ 5.3 is obsolete and End Of Life -- only limited support is available for it. If you have a service contract with Sun, you might be able to get the problem fixed via the support channel. You would need to submit a test case that demontrates the crash.

I recommend that you upgrade to the current release, Sun Studio 11, which is free for all uses. The only limitation that might apply is that Studio 11 supports only Solaris 8 and later.

You can find more about Studio 11 here:

http://developers.sun.com/sunstudio/

clamage45 at 2007-7-7 2:54:45 > top of Java-index,Development Tools,Solaris and Linux Development Tools...