Waldek Hebisch wrote:
Adriaan van Os wrote:
With the various MacPascal/Delphi object support patches posted on this list, fjf903c.pas (in the testsuite) crashes gpc.
<snip> > Exception: EXC_BAD_ACCESS (0x0001) > Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000034 > > Thread 0 Crashed: > 0 gpc1 0x0006ab7c dbxout_type + 0x1e74 (dbxout.c:1020)
Apparently dbxout.c assumes that all object look like C++ objects.
Or it used to. Seems the code you deactivated was already dead code in the original. (Apparently remaining from 2.95.x where formatted_type_identifier_length was actually used.)
Frank