[issue24127] Fatal error in launcher: Job information querying failed

2015-07-01 Thread Zachary Ware
Changes by Zachary Ware zachary.w...@gmail.com: -- stage: - resolved ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24127 ___ ___ Python-bugs-list

[issue24127] Fatal error in launcher: Job information querying failed

2015-07-01 Thread Henrik Heimbuerger
Henrik Heimbuerger added the comment: Happy to report that in build 10159 of Windows 10 64-bit, this just started to work again. No reinstallation of pip needed! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24127

[issue24127] Fatal error in launcher: Job information querying failed

2015-06-16 Thread Henrik Heimbuerger
Henrik Heimbuerger added the comment: Great, thanks for letting us know, Dan! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24127 ___ ___

[issue24127] Fatal error in launcher: Job information querying failed

2015-06-15 Thread Dan Bjorge
Dan Bjorge added the comment: No, it just takes a long time between us making a fix in early internal builds and the fix propagating to public builds. I think 10135 is the first build number expected to have the fix. -- ___ Python tracker

[issue24127] Fatal error in launcher: Job information querying failed

2015-06-13 Thread Henrik Heimbuerger
Henrik Heimbuerger added the comment: I can still reproduce this on the just released Windows 10 build 10130, after python -m pip uninstall pip and then python get-pip.py (which recreated the pip.exe binary for pip 7.0.3). Is there anything else I need to do to make this work now? --

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-19 Thread Dan Bjorge
Dan Bjorge added the comment: Confirmed, this is a known Windows 10 tech preview bug - it is specific to using 32bit Python on 64bit Windows. It's already been fixed internally, and we expect the fix to make it out to one of the next couple of public tech preview builds. Thanks! -Dan Bjorge

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-19 Thread Henrik Heimbuerger
Henrik Heimbuerger added the comment: Dan, thanks so much for taking the time to post back here, and for the good news! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24127 ___

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-19 Thread Paul Moore
Paul Moore added the comment: Fantastic news, thanks for the feedback. Closing this as a third party issue. -- resolution: - third party status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24127

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-09 Thread eryksun
eryksun added the comment: 1. Bug in Windows 10, which should be reported to Microsoft. It appears to be a bug in the kernel. It's isn't updating the value of of the output parameter *lpReturnLength. C:\ver Microsoft Windows [Version 10.0.10074] C:\cdb -xi ld py Microsoft

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-06 Thread Paul Moore
Paul Moore added the comment: It looks like something in the QueryInformationJobObject API has changed with Windows 10. The code says: ok = QueryInformationJobObject(job, JobObjectExtendedLimitInformation, info, sizeof(info), rc); if (!ok || (rc !=

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-06 Thread Steve Dower
Steve Dower added the comment: Null is a valid value for job here (indicates the current process's job), so that's probably the check that's failing. When I can sit down with a VM and a debugger I'll check, but that won't be until next week. -- ___

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-06 Thread Paul Moore
Paul Moore added the comment: Cheers. I missed a bit of code, job comes from job = CreateJobObject(NULL, NULL) so it shouldn't be NULL unless that call failed. Rather than speculate though, I'll leave it with you. Shout if I can help. -- ___ Python

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-06 Thread Henrik Heimbuerger
Henrik Heimbuerger added the comment: I can confirm this issue for pip 6.1.1 on Windows 10.0.10074 for both Python 2.7.9 as well as 3.4.3. As a workaround, using python -m pip works fine (as suggested on http://stackoverflow.com/a/26428562/6278 for a different issue). -- nosy:

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-06 Thread Paul Moore
Paul Moore added the comment: Adding Jason Coombs and Vinay Sajip, as if this needs a fix to the launcher code, then the launchers used by distlib and setuptools (for exe wrappers of console entry points) will need to be changed as well. It would be really useful if all 3 projects used a

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-06 Thread Henrik Heimbuerger
Henrik Heimbuerger added the comment: To your earlier question: yes, I can reproduce this with Python 3.4.3. This is all on Windows 10.0.10074, 64-bit. I don't have a 32-bit system to test. UAC configuration is unmodified and on the default setting (third of the four steps on the slider).

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-05 Thread gavstar
New submission from gavstar: Hi All; After a fresh install of Python 2.7 I receive the following error: Fatal error in launcher: Job information querying failed when I type pip into the command line. a google search finds this error in relation to wine but I'm not using wine. As this error is

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-05 Thread Paul Moore
Changes by Paul Moore p.f.mo...@gmail.com: -- nosy: +paul.moore ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24127 ___ ___ Python-bugs-list

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-05 Thread Paul Moore
Paul Moore added the comment: Install is noted as being on Windows 10 tech preview. I don't have a Windows 10 installation present, but the similar issues reported in Wine seem to be related to limited support in Wine for Windows job objects. Have there been any changes to Job object support

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-05 Thread Tim Golden
Tim Golden added the comment: To eliminate pip from the equation, can you just try running: py on its own command line? Also: what platform are you on? Win7? Win8.1? 32-bit or 64-bit? Are you running in an unusually restrictive user environment? --

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-05 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- components: +Windows nosy: +dstufft, steve.dower, tim.golden, vinay.sajip, zach.ware ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24127

[issue24127] Fatal error in launcher: Job information querying failed

2015-05-05 Thread gavstar
gavstar added the comment: Hi Tim.golden; py in its own command line gives.. Microsoft Windows [Version 10.0.10074] (c) 2015 Microsoft Corporation. All rights reserved. C:\Users\Gavpy Job information querying failed C:\Users\Gav on platform windows 10 tech preview 64bit. as administrator.