[issue11275] Linking to gcc's gomp causes crash later.

2021-10-18 Thread Irit Katriel
Irit Katriel added the comment: Please create a new issue if you see the problem on a current python version. -- nosy: +iritkatriel resolution: -> out of date stage: test needed -> resolved status: open -> closed ___ Python tracker

[issue11275] Linking to gcc's gomp causes crash later.

2011-02-27 Thread Hoyt Koepke
Hoyt Koepke hoy...@gmail.com added the comment: Okay, finally got to test this on a system with python 2.7.1+ (development branch, r88606, and indeed, the same crash occurs. This one was compiled from scratch with gcc 4.5.2. -- ___ Python tracker

[issue11275] Linking to gcc's gomp causes crash later.

2011-02-25 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: 2.6 is in security-fix only mode (though this might qualify as a security issue). Can you test with a current version (2.7.1, 3.2.0)? That said, most problems with extensions crashing are with the extension, though hard to determine sometimes.

[issue11275] Linking to gcc's gomp causes crash later.

2011-02-21 Thread Hoyt Koepke
New submission from Hoyt Koepke hoy...@gmail.com: Hello, I've encountered a strange bug that appears to be either in gcc's gomp implementation or in how python loads extension modules linked against gomp. Here's the error: Using gcc (multiple versions) on linux, I compile an empty c extension