home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / os2 / programm / 7358 < prev    next >
Encoding:
Text File  |  1993-01-06  |  2.7 KB  |  53 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!europa.asd.contel.com!gatech!usenet.ins.cwru.edu!agate!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscit.sc.hp.com!hpuerca.atl.hp.com!aaa
  3. From: aaa@hpuerca.atl.hp.com (Simon Fowler)
  4. Subject: Re: Beta C++ problems
  5. Sender: news@hpuerca.atl.hp.com ( News admin)
  6. Message-ID: <C0FyIF.Cx3@hpuerca.atl.hp.com>
  7. Date: Wed, 6 Jan 1993 16:44:39 GMT
  8. References:  <BzrLrp.2Gu@hpuerca.atl.hp.com>
  9. Organization: Hewlett-Packard Company, Atlanta GA
  10. Lines: 41
  11.  
  12. In article <BzrLrp.2Gu@hpuerca.atl.hp.com>, aaa@hpuerca.atl.hp.com (Simon Fowler) writes:
  13. > More problems with Beta C++:
  14. More Protection Faults:
  15.  
  16.         icc -c -Q -Gm3 -Fdi -Ti -Mp -DCCICC -DOSOS2 -DMWBC -DDEBUG -Ih:\mwb1.1 -IH:\ctree\os22 -Ih:\ctree  h:\mwb1.1\assert.cpp
  17.  
  18. General Protection Fault exception occurred at EIP = 001A7CBC on thread 0001.
  19. Register Dump at point of exception:
  20. EAX = 553E8028    EBX = 00000000  ECX = 55000004    EDX = 003284A6
  21. EBP = 00216A20    EDI = 0035ACF8  ESI = 0030E1DC    ESP = 002169FC
  22.  CS =     005B  CSLIM = 1BFFFFFF   DS =     0053  DSLIM = 1BFFFFFF
  23.  ES =     0053  ESLIM = 1BFFFFFF   FS =     150B  FSLIM = 00000030
  24.  GS =     0000  GSLIM = 00000000   SS =     0053  SSLIM = 1BFFFFFF
  25. Process terminating.
  26. NMAKE : fatal error U1077: 'G:\OS2\CMD.EXE' : return code '99'
  27. Stop.
  28. ===========================================================================
  29.         icc -c -Q -Gm3 -Fd -Ti -Mp -DCCICC -DOSOS2 -DMWBCOMPD -DDEBUG -Ih:\mwb1.1 -IH:\ctree\os22 -Ih:\ctree  h:\mwb1.1\assert.cpp
  30. General Protection Fault exception occurred at EIP = 001B65D4 on thread 0001.
  31. Exception occurred in C Library routine called from EIP = 00054FB7.
  32. Register Dump at point of exception:
  33. EAX = 00930010    EBX = 00000040  ECX = 00085ED0    EDX = 00217B40
  34. EBP = 00216560    EDI = 00930010  ESI = 00000001    ESP = 00216558
  35.  CS =     005B  CSLIM = 1BFFFFFF   DS =     0053  DSLIM = 1BFFFFFF
  36.  ES =     0053  ESLIM = 1BFFFFFF   FS =     150B  FSLIM = 00000030
  37.  GS =     0000  GSLIM = 00000000   SS =     0053  SSLIM = 1BFFFFFF
  38. Process terminating.
  39. NMAKE : fatal error U1077: 'G:\OS2\CMD.EXE' : return code '99'
  40. Stop.
  41.  
  42. At least previously I was able to continue with minor mods (dropping options, etc.). Now I have 
  43. combined portions of header files and none of the code compiles. Are these known problems?
  44. Any workarounds? Trying to use a listing option to see if the problem can be narrowed down
  45. does not work - just gives a very small list file (seems that it just breaks earlier).
  46.  
  47. At the moment, it seems that in order to continue, I'll need to purchase the Zortech compiler.
  48. I prefer to stick with IBM - my experiences with Zortech were not too positive.
  49.  
  50. Help - anyone (even email).
  51.  
  52. simon
  53.