[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-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