[issue6035] test_poplib Bus error with gcc-4.4 on OS X

2009-05-16 Thread Mark Dickinson
Mark Dickinson added the comment: > I'm still trying to work out whether the bug is in gcc, > Python, or libssl. It was, of course, none of the above. It was a PEBCAK error. I had two versions of openssl: one from macports and one from OS X, and I was using the include files from one version

[issue6035] test_poplib Bus error with gcc-4.4 on OS X

2009-05-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: Even stranger is that the crash happens in debug mode, i.e. without optimizations. -- ___ Python tracker ___ ___

[issue6035] test_poplib Bus error with gcc-4.4 on OS X

2009-05-16 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue6035] test_poplib Bus error with gcc-4.4 on OS X

2009-05-16 Thread Mark Dickinson
Mark Dickinson added the comment: More information: gcc-mp-4.4 is GCC 4.4 from macports. For some reason the macports version of gcc is having problems, but not the regular Apple version. When I compile with gcc-4.2 from Apple, test_poplib.py passes. When I compile with gcc-4.2 from macports,

[issue6035] test_poplib Bus error with gcc-4.4 on OS X

2009-05-16 Thread Mark Dickinson
New submission from Mark Dickinson : After building the py3k branch (r72674) with GCC 4.4 on OS X 10.5.7/x86 using: CC=gcc-mp-4.4 ./configure --with-pydebug && make test_poplib.py is crashing with a Bus error: Macintosh-4:py3k dickinsm$ ./python.exe Lib/test/test_poplib.py test_dele (__main__.