home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / next / programm / 7344 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.4 KB

  1. Path: sparky!uunet!dtix!mimsy!wilson
  2. From: wilson@mimsy.umd.edu (Anne Wilson)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Help Requested - loader is crashing
  5. Keywords: internal compiler error, collect got fatal signal 11
  6. Message-ID: <62235@mimsy.umd.edu>
  7. Date: 21 Nov 92 03:41:15 GMT
  8. Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742
  9. Lines: 25
  10.  
  11. Help!
  12.  
  13. I'm developing some C++ code, consisting of two hierarchies having a 
  14. total of about 40 classes.  The hierarchies were developed separately 
  15. and they run properly.  Now I'm trying to make a subclass of one 
  16. hierarchy a component of one of the classes of the other.  All this 
  17. seems pretty straightforward, and I present this only as an 
  18. introduction to my problem.  (Although I do make significant use of 
  19. C++'s extremely funky "polymorphic types", which really means 
  20. generating new class types using the processor.  Could that pertain to 
  21. my problem?) 
  22.  
  23. All pieces/classes compile separately, but the loader is crashing.  It 
  24. appears to be making it completely through both passes, as evidenced 
  25. by the -t option, then crashes with the message:
  26.  
  27.     cc++: Internal compiler error.  Program collect got fatal signal 11.
  28.  
  29. Can anyone tell me what this means?  Is it possible that the code is too 
  30. large???  The "polymorphic types" do generate a lot of code.  If so, any 
  31. suggestions about how to handle this?  
  32.  
  33. Any suggestions would be greatly appreciated.  Thanks!
  34.  
  35. Anne
  36.