OS/2, eCS & ArcaOS - Technical > Programming

Updated GCC Builds

<< < (5/6) > >>

Dave Yeo:
It crashed here in,

--- Code: ---Killed by SIGSEGV
pid=0xb561 ppid=0xb55f tid=0x0001 slot=0x00cf pri=0x0200 mc=0x0001 ps=0x0010
W:\USR\LOCAL11\LIBEXEC\GCC\I686-PC-OS2-EMX\11.1.0\CC1.EXE
CC1 0:01516851
cs:eip=005b:01526851      ss:esp=0053:0300f4d0      ebp=0300f538
 ds=0053      es=0053      fs=150b      gs=0000     efl=00010202
eax=00000000 ebx=201d0100 ecx=fffdffff edx=2056900c edi=00000091 esi=20b45260
Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.
gcc: internal compiler error: Segmentation fault signal terminated program cc1
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
make: *** [libavfilter/vf_hqx.o] Error 4

--- End code ---

Unluckily still no debug symbols, perhaps add -Zmap and build xqs files.

Paul Smedley:
Hi Dave,


--- Quote from: Dave Yeo on May 05, 2021, 04:36:08 pm ---It crashed here in,

--- Code: ---Killed by SIGSEGV
pid=0xb561 ppid=0xb55f tid=0x0001 slot=0x00cf pri=0x0200 mc=0x0001 ps=0x0010
W:\USR\LOCAL11\LIBEXEC\GCC\I686-PC-OS2-EMX\11.1.0\CC1.EXE
CC1 0:01516851
cs:eip=005b:01526851      ss:esp=0053:0300f4d0      ebp=0300f538
 ds=0053      es=0053      fs=150b      gs=0000     efl=00010202
eax=00000000 ebx=201d0100 ecx=fffdffff edx=2056900c edi=00000091 esi=20b45260
Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.
gcc: internal compiler error: Segmentation fault signal terminated program cc1
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
make: *** [libavfilter/vf_hqx.o] Error 4

--- End code ---

Unluckily still no debug symbols, perhaps add -Zmap and build xqs files.

--- End quote ---

-Zmap should already be there, but the map files won't be automatically installed by 'make install' - I'll have to see if I can fix this.

I checked executable sizes and cc1.exe was 40+ mb so I assumed the debug symbols were there... I'll try and investigate this evening.

Cheers,

Paul

Dave Yeo:
Hi Paul,

--- Quote from: Paul Smedley on May 06, 2021, 04:54:56 am ---I checked executable sizes and cc1.exe was 40+ mb so I assumed the debug symbols were there... I'll try and investigate this evening.

--- End quote ---

I assumed the same thing. Running lxlite on cc1.exe gives a 60% gain but no mention of debug data being stripped. Perhaps a -s snuck in somewhere, I hate this silent compile thing as it is too easy to miss a parameter.
Thanks,
Dave

Paul Smedley:

--- Quote from: Dave Yeo on May 06, 2021, 08:05:47 am ---Hi Paul,

--- Quote from: Paul Smedley on May 06, 2021, 04:54:56 am ---I checked executable sizes and cc1.exe was 40+ mb so I assumed the debug symbols were there... I'll try and investigate this evening.

--- End quote ---

I assumed the same thing. Running lxlite on cc1.exe gives a 60% gain but no mention of debug data being stripped. Perhaps a -s snuck in somewhere, I hate this silent compile thing as it is too easy to miss a parameter.

--- End quote ---

Looks like I missed a '-s' <sigh> rebuilding now.

Paul Smedley:
Hopefully with debug symbols this time! https://smedley.id.au/tmp/gcc-11.1.0-os2-20210507-debug.zip

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version