When I invoke the 32 bit resource compiler from the OS/2 toolkit it
immediately traps.
D:\Sprachen\os2tk45\bin>rc.exe
General Protection Fault exception occurred at EIP = 1FFD8BA0 on thread
0001.
Register Dump at point of exception:
EAX = 00000065 EBX = 00000001 ECX = 00000000 EDX = 000013B8
EBP = 000E7DD0 EDI = 001613B8 ESI = 000EE7A0 ESP = 00007DB6
CS = FFEF CSLIM = 5FFFFFFF DS = 00FF DSLIM = 5FFFFFFF
ES = E7D7 ESLIM = 5FFFFFFF FS = 150B FSLIM = 00000030
GS = 0000 GSLIM = 00000000 SS = 0077 SSLIM = 5FFFFFFF
Process terminating.
And in POPUPLOG.OS2
------------------------------------------------------------
04-10-2011 09:45:15 SYS3175 PID 1198 TID 0001 Slot 00b3
D:\SPRACHEN\OS2TK45\BIN\RC.EXE
c0000005
1ffd8ba0
P1=00000000 P2=ffffffff P3=XXXXXXXX P4=XXXXXXXX
EAX=00000065 EBX=00000001 ECX=00000000 EDX=000013b8
ESI=000ee7a0 EDI=001613b8
DS=00ff DSACC=00f3 DSLIM=00002fff
ES=e7d7 ESACC=00f3 ESLIM=00001d9f
FS=150b FSACC=00f3 FSLIM=00000030
GS=0000 GSACC=**** GSLIM=********
CS:EIP=ffef:00008ba0 CSACC=00df CSLIM=0000de13
SS:ESP=0077:00007db6 SSACC=00f3 SSLIM=00007fff
EBP=000e7dd0 FLG=00012246
DOSCALL1.DLL 0003:00008ba0
Any idea what is going on here?
Marcel
> When I invoke the 32 bit resource compiler from the OS/2 toolkit it
> immediately traps.
Known problem, the one shipped with the 4.52 toolkit was broken. IBM
released a fixed version which should be available somewhere or other...
--
Alex Taylor
Fukushima, Japan
http://www.socis.ca/~ataylo00
Please take off hat when replying.
http://www.os2bbs.com/os2news/rcos2-5.00.007.zip is what we use to build
Mozilla
Dave
Many thanks. I replaced the version in the toolkit folder.
I already had set up the mozilla build environment some time ago, but
did not notice that it included a new rc.exe.
Marcel