2010/11/18 Thomas Sailer <[email protected]>:
> Hi,
>
> can anybody tell me what __pei386_runtime_relocator does/is supposed to
> do?
>
> The boost regex dll segfaults on process attach within DllMain, or
> __pei386_runtime_relocator+0x1f to be exact. I'm running out of clues...
>
> https://bugzilla.redhat.com/show_bug.cgi?id=654424
>
> NB: I've privately built boost 1.44, it segfaults as well...
>
> Tom
>
>
> _______________________________________________
> mingw mailing list
> [email protected]
> https://admin.fedoraproject.org/mailman/listinfo/mingw
>
Hello,
the function '__pei386_runtime_relocator' is a startup callback, which
does the pseudo-relocation (generated by ld) on startup of a
gnu-compiled windows application. There are two different formats
present for pseudo-relocations. The old version (v1) and the newer one
(v2 - which became default for newer ld). So please check what
binutils version you are using and if the runtime-version is recent
enough.
Best regards,
Kai
--
| (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination
_______________________________________________
mingw mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/mingw