[pypy-issue] [issue1609] SIGSEGV at startup if compiled with ICC

Armin Rigo tracker at bugs.pypy.org
Thu Sep 19 16:22:40 CEST 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

It's expected: "asmgcc" is only really supported with gcc.  You need to
retranslate with "--gcrootfinder=shadowstack".

(To get debug symbols, the easiest is to transalate, then cd
/tmp/usession-xxx/testing_1 (details printed in the last page of translation),
and type "make lldebug".)

----------
nosy: +arigo
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1609>
________________________________________


More information about the pypy-issue mailing list