Issue 14822: Build unusable when compiled for Win 64-bit release (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/59027

classification

Title: Build unusable when compiled for Win 64-bit release
Type: Stage:
Components: Build, Windows Versions: Python 3.3

process

Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: jaraco, kristjan.jonsson, pitrou, skrah
Priority: normal Keywords:

Created on 2012-05-16 00:26 by jaraco, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (6)
msg160782 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2012-05-16 00:26
It appears that sometime between 64b695a6cc3d and cdcc816dea85, the Windows x64 Release build is no longer viable. It crashes when invoking the importer.
msg160783 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2012-05-16 00:30
It seems the Win32 build is okay. Only x64 is affected. I did a debug build, and it caught the error in errors.c line 60: Unhandled exception at 0x1e289aeb (python33_d.dll) in python_d.exe: 0xC0000005: Access violation reading location 0x00000000000000b8.
msg161125 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-05-19 14:51
Could you try with latest default?
msg161175 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2012-05-20 02:04
I'd like to, but Apple hosed my Windows partition when upgrading to OS X Lion. A minor setback, but I'll be unable to test for a while.
msg161195 - (view) Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) Date: 2012-05-20 10:12
I am unable to reproduce. Do you have a callastack?
msg161500 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2012-05-24 12:27
I tested against the latest tip and the issue no longer exists.
History
Date User Action Args
2022-04-11 14:57:30 admin set github: 59027
2012-05-24 12:27:15 jaraco set status: open -> closedresolution: works for memessages: +
2012-05-20 10:12:14 kristjan.jonsson set nosy: + kristjan.jonssonmessages: +
2012-05-20 02:04:56 jaraco set messages: +
2012-05-19 14:51:10 pitrou set nosy: + pitroumessages: +
2012-05-16 11:01:55 skrah set nosy: + skrah
2012-05-16 00:30:25 jaraco set messages: +
2012-05-16 00:26:10 jaraco create