[issue36790] test_asyncio fails with application verifier!

2019-05-14 Thread Alexander Riccio


Alexander Riccio  added the comment:

It's part of the Windows SDK, and is installed with it. To enable for this 
error, add the Python executable in Application Verifier, and check the Handles 
box.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36790] test_asyncio fails with application verifier!

2019-05-14 Thread Andrew Svetlov


Andrew Svetlov  added the comment:

What is "Application Verifier"?
Could you provide an instruction on how to install and run it to reproduce the 
issue?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36790] test_asyncio fails with application verifier!

2019-05-14 Thread sam jonas


sam jonas  added the comment:

Thanks for the solution...

--
nosy: +samjonas

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36790] test_asyncio fails with application verifier!

2019-05-06 Thread Andrew Svetlov


Change by Andrew Svetlov :


--
components: +asyncio

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36790] test_asyncio fails with application verifier!

2019-05-03 Thread Karthikeyan Singaravelan


Change by Karthikeyan Singaravelan :


--
nosy: +asvetlov, yselivanov

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36790] test_asyncio fails with application verifier!

2019-05-03 Thread Alexander Riccio


Alexander Riccio  added the comment:

Hmm, proceeding a bit further pointed to finish_recv in windows_events.py

--
Added file: https://bugs.python.org/file48299/python_invalid_handle.PNG

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36790] test_asyncio fails with application verifier!

2019-05-03 Thread Alexander Riccio


New submission from Alexander Riccio :

I compiled PCBuild Debug x64 from an updated clone of upstream, and when 
running the testsuite under Application Verifier with handle verification, the 
test triggers an invalid handle access by passing an invalid overlapped handle 
to CancelIoEx with this code: Py_CancelIoEx(self->handle, >overlapped) 
(where self->handle appears to be the offending variable).

I have no idea who's calling _overlapped.cancel, and a quick spelunking through 
the codebase only confuses me more.

--
components: Tests
files: python_test_invalid_handle_failure.TXT
messages: 341365
nosy: Alexander Riccio
priority: normal
severity: normal
status: open
title: test_asyncio fails with application verifier!
versions: Python 3.8
Added file: 
https://bugs.python.org/file48298/python_test_invalid_handle_failure.TXT

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com