在 2019/11/25 8:00, Arthur Girardi 写道:
> And what could be said about the SIGSERV problem with gcc 9? That's
> actually what I intended to report with the original post, but somehow it
> branched into that old problem of GetSize() returning wrong data, if I
> understood correctly.
> 
>

As returned data are to be written through RDX, I presume in GCC 8 case,
RDX points to writable memory, which gets overwritten but doesn't cause
crashes right away. In GCC 9 case, RDX points to the GetSize function
which is read-only and causes the segfault.



-- 
Best regards,
LH_Mouse

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to