home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.programmer
- 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
- From: aaa@hpuerca.atl.hp.com (Simon Fowler)
- Subject: Re: Beta C++ problems
- Sender: news@hpuerca.atl.hp.com ( News admin)
- Message-ID: <C0FyIF.Cx3@hpuerca.atl.hp.com>
- Date: Wed, 6 Jan 1993 16:44:39 GMT
- References: <BzrLrp.2Gu@hpuerca.atl.hp.com>
- Organization: Hewlett-Packard Company, Atlanta GA
- Lines: 41
-
- In article <BzrLrp.2Gu@hpuerca.atl.hp.com>, aaa@hpuerca.atl.hp.com (Simon Fowler) writes:
- > More problems with Beta C++:
- More Protection Faults:
-
- icc -c -Q -Gm3 -Fdi -Ti -Mp -DCCICC -DOSOS2 -DMWBC -DDEBUG -Ih:\mwb1.1 -IH:\ctree\os22 -Ih:\ctree h:\mwb1.1\assert.cpp
-
- General Protection Fault exception occurred at EIP = 001A7CBC on thread 0001.
- Register Dump at point of exception:
- EAX = 553E8028 EBX = 00000000 ECX = 55000004 EDX = 003284A6
- EBP = 00216A20 EDI = 0035ACF8 ESI = 0030E1DC ESP = 002169FC
- CS = 005B CSLIM = 1BFFFFFF DS = 0053 DSLIM = 1BFFFFFF
- ES = 0053 ESLIM = 1BFFFFFF FS = 150B FSLIM = 00000030
- GS = 0000 GSLIM = 00000000 SS = 0053 SSLIM = 1BFFFFFF
- Process terminating.
- NMAKE : fatal error U1077: 'G:\OS2\CMD.EXE' : return code '99'
- Stop.
- ===========================================================================
- icc -c -Q -Gm3 -Fd -Ti -Mp -DCCICC -DOSOS2 -DMWBCOMPD -DDEBUG -Ih:\mwb1.1 -IH:\ctree\os22 -Ih:\ctree h:\mwb1.1\assert.cpp
- General Protection Fault exception occurred at EIP = 001B65D4 on thread 0001.
- Exception occurred in C Library routine called from EIP = 00054FB7.
- Register Dump at point of exception:
- EAX = 00930010 EBX = 00000040 ECX = 00085ED0 EDX = 00217B40
- EBP = 00216560 EDI = 00930010 ESI = 00000001 ESP = 00216558
- CS = 005B CSLIM = 1BFFFFFF DS = 0053 DSLIM = 1BFFFFFF
- ES = 0053 ESLIM = 1BFFFFFF FS = 150B FSLIM = 00000030
- GS = 0000 GSLIM = 00000000 SS = 0053 SSLIM = 1BFFFFFF
- Process terminating.
- NMAKE : fatal error U1077: 'G:\OS2\CMD.EXE' : return code '99'
- Stop.
-
- At least previously I was able to continue with minor mods (dropping options, etc.). Now I have
- combined portions of header files and none of the code compiles. Are these known problems?
- Any workarounds? Trying to use a listing option to see if the problem can be narrowed down
- does not work - just gives a very small list file (seems that it just breaks earlier).
-
- At the moment, it seems that in order to continue, I'll need to purchase the Zortech compiler.
- I prefer to stick with IBM - my experiences with Zortech were not too positive.
-
- Help - anyone (even email).
-
- simon
-