[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::c_plus_plus

Title:C++
Notice:Read 1.* and use keywords (e.g. SHOW KEY/FULL KIT_CXX_VAX_VMS)
Moderator:DECCXX::AMARTIN
Created:Fri Nov 06 1987
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3604
Total number of notes:18242

3548.0. "GEM ASSERTION and C++ V5.5-004" by DEKVC::JUNMOKSONG () Tue Apr 22 1997 08:16

  Hi,

  I had Digital UNIX V3.2D-1 and C++ V5.5.
  When our customer compile program, the following happened:


  "Assertion failure:  Compiler internal error - please submit problem report
   GEM ASSERTION, Compiler internal error - please submit problem report
   Fatal error in: /usr/lib/cmplrs/cxx/gemc_cxx Terminated"



   And I got DEC C++ V5.5-004 SSB kit from 3197 of c_plus_plus note and 
   installed it but same error happened.
 
   How can I do to fix this problems?


   And I sow the same problem from TIMA on C++ V5.3-004.

[DEC C++]  Gem Assertion Failure When Compiling Large Applications


COPYRIGHT (c) 1988, 1993 by Digital Equipment Corporation.
ALL RIGHTS RESERVED. No distribution except as provided under contract.

Copyright (c) Digital Equipment Corporation 1996. All rights reserved.

PRODUCT:  DEC C++ V5.3-004

OP/SYS:   Digital UNIX V3.2C

SOURCE:   Digital Equipment Corporation


SYMPTOM:

Some large C++ programs abort at compile time with an internal 
compiler error under DEC C++ V5.3-004 on Digital UNIX V3.2C similar to the
following:

  Assertion failure:  Compiler internal error - please submit problem report
  GEM ASSERTION, Compiler internal error - please submit problem report
  4.75u 1.08s 0:27.0 22%
  Fatal error in: /usr/lib/cmplrs/cxx/gemc_cxx Terminated
  *** Exit 3
  Stop.
  *** Exit 1


DIGITAL RESPONSE:

This problem has been reviewed by Engineering and at this time
cannot be reproduced in our current release.  If you are still
experiencing this problem with a current release, please contact
Digital Support.


WORKAROUND:

None.


ANALYSIS:

The compiler gives the following message:

  Assertion failure:  Compiler internal error - please submit problem report
  GEM ASSERTION, Compiler internal error - please submit problem report




T.RTitleUserPersonal
Name
DateLines
3548.1Need an exampleWIBBIN::NOYCEPulling weeds, pickin' stonesTue Apr 22 1997 12:358
This message is a "generic" message saying something has gone wrong inside
the compiler.  There could be any number of causes, and the problem you are
seeing might not be the same as the one in the TIMA article.

The only way to ensure it gets fixed is to send the C++ development group
a reproduceable example of source code that demonstrates the problem.  If
you can cut it down to something small, in a single file, that would probably
get quicker attention...
3548.2CXXC::PHILLIPSWed Apr 23 1997 17:123
Can you provide us with more information, as requested in .1?