[issue7206] 64 bit python fails on Windows 7

2009-11-18 Thread Rich Healey
Rich Healey added the comment: I looked into it a bit further. With some trial and error I narrowed the source of the problem to be the 'KernelModeDriverInstall' option under compatibility. I believe this isn't a problem, because python shouldn't be trying to install drivers, and even if it

[issue7206] 64 bit python fails on Windows 7

2009-11-17 Thread Martin v . Löwis
Martin v. Löwis added the comment: See the section "How Does AppVerifier Work?" in http://msdn.microsoft.com/en-us/library/aa480483.aspx This doesn't answer your question fully, as it fails to explain how precisely they hook into the app. ISTM that they use the HKLM\Software\Microsoft\Windows

[issue7206] 64 bit python fails on Windows 7

2009-11-17 Thread Rich Healey
Rich Healey added the comment: I have an apology to make for wasting your time. Further investigation demonstrates that it was evidently fiddling with the Application Verifier that broke everything (although I installed it during my debugging attempts- I'm guessing that something else in VS h

[issue7206] 64 bit python fails on Windows 7

2009-11-17 Thread Rich Healey
Rich Healey added the comment: I've done some more fiddling with the debugger, once I discovered the Windows symbol servers, and a tool called application verifier some things started to fall into place. LuaPriv takes care of user privelidges, the program runs fine when I run it as administr

[issue7206] 64 bit python fails on Windows 7

2009-11-04 Thread Rich Healey
Rich Healey added the comment: Download the debugging suite from http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx# Open windbg Press Ctrl + E to load an executable Select your python binary Step through by typing g in the text box at the bottom of the Command window. The appl

[issue7206] 64 bit python fails on Windows 7

2009-11-04 Thread Carey
Carey added the comment: yes, please do -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue7206] 64 bit python fails on Windows 7

2009-11-03 Thread Rich Healey
Rich Healey added the comment: Carey I can send you the steps I used to create the dump if you like so we can check if it's the same issue? -- ___ Python tracker ___ ___

[issue7206] 64 bit python fails on Windows 7

2009-11-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: > i don't know how to do that. Is there an integrated debugger within > Windows 7? My program just doesn't open, it doesn't display any error > messages at all. Ok. So I'm skeptical that this is the same bug (having roughly the same symptom is not convincing).

[issue7206] 64 bit python fails on Windows 7

2009-11-02 Thread Carey
Carey added the comment: i don't know how to do that. Is there an integrated debugger within Windows 7? My program just doesn't open, it doesn't display any error messages at all. -- ___ Python tracker

[issue7206] 64 bit python fails on Windows 7

2009-11-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: By "exactly the same problem", do you mean that your installation also runs into a break instruction in ntdll!CsrSetPriorityClass+0x40? Can you please also attach the debugger log (unless it's byte-for-byte identical with the one from richo)? -- _

[issue7206] 64 bit python fails on Windows 7

2009-11-02 Thread Carey
Carey added the comment: I am having the exact same problem with both the AMD64 and 32 bit installs. The python shell just will not open. For now I am running it in the virtual XP machine but it is extremely slow and a fix would be very helpful. I have tried uninstalling and reinstalling with no

[issue7206] 64 bit python fails on Windows 7

2009-10-26 Thread Rich Healey
Rich Healey added the comment: They did at first for me, and then something changed. They now don't start. I don't have the skills to properly diagnose why, all I can get out of my debuggers is that something is happening in ntdll.dll Not necessarily pointing fault at Python per se, but as it'

[issue7206] 64 bit python fails on Windows 7

2009-10-26 Thread Martin v . Löwis
Martin v. Löwis added the comment: FWIW, these all run fine on my copy of Windows 7. -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue7206] 64 bit python fails on Windows 7

2009-10-26 Thread Rich Healey
Rich Healey added the comment: Nope- 2.6.4 fails in the same way. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue7206] 64 bit python fails on Windows 7

2009-10-26 Thread Rich Healey
Rich Healey added the comment: By running the python.exe (either by double clicking it, typing it's path into a cmd shell or by opening it in a debugger). I tried to create a 64 bit build of the source tree which DID start, but the hoops I had to jump through to build it with VC++ Express Editi

[issue7206] 64 bit python fails on Windows 7

2009-10-26 Thread Martin v . Löwis
Martin v. Löwis added the comment: > No action- the interpreter fails to start. How precisely do you start the interpreter (and what interpreter precisely)? -- ___ Python tracker __

[issue7206] 64 bit python fails on Windows 7

2009-10-25 Thread Rich Healey
Rich Healey added the comment: No action- the interpreter fails to start. Or do you mean what changed to make it break? I'm not sure. It used to work but I don't believe I changed anything on my system. -- ___ Python tracker

[issue7206] 64 bit python fails on Windows 7

2009-10-25 Thread Martin v . Löwis
Martin v. Löwis added the comment: What kind of action has triggered that crash? -- nosy: +loewis ___ Python tracker ___ ___ Python-bu

[issue7206] 64 bit python fails on Windows 7

2009-10-25 Thread Rich Healey
Rich Healey added the comment: I think that dump may be incorrect because it does not have all the symbols. I will checkout source for latest 3.x trunk and attempt to build 64 bit binaries. -- ___ Python tracker __

[issue7206] 64 bit python fails on Windows 7

2009-10-25 Thread Rich Healey
Rich Healey added the comment: I'm not 100% sure. I have a x64 machine running Windows 2008. I will check if it's in the log now. I will also check if it's in the debug trace for x86 python (which works). RESULTS: I get the LuaPriv initialised line on x86 python on my win7 machine (which wor

[issue7206] 64 bit python fails on Windows 7

2009-10-25 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- components: +Build, Windows priority: -> critical ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue7206] 64 bit python fails on Windows 7

2009-10-25 Thread Antoine Pitrou
Antoine Pitrou added the comment: What is "LuaPriv" in that log? Something you installed? (sorry, not a Windows specialist) -- nosy: +pitrou ___ Python tracker ___ __

[issue7206] 64 bit python fails on Windows 7

2009-10-25 Thread Rich Healey
New submission from Rich Healey : 64 bit pythons fail on 64 bit Windows 7. The crash happens with python 2.6 and 3.1 in 64 bit mode. 3.1 was a clean install after the issue presented itself. I'm not 100% sure how best to help with the problem, I've attached the dump from windows debugger, pleas