Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access violation once again #108

Closed
axil opened this issue Jun 6, 2018 · 0 comments
Closed

Access violation once again #108

axil opened this issue Jun 6, 2018 · 0 comments
Milestone

Comments

@axil
Copy link

axil commented Jun 6, 2018

I'm getting

Exception in thread Thread-10:
Traceback (most recent call last):
  File "C:\Utilities\Development\Python\lib\threading.py", line 916, in _bootstrap_inner
    self.run()
  File "C:\Utilities\Development\Python\lib\threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "C:\Utilities\Development\Python\lib\site-packages\winpty\ptyprocess.py", line 331, in _read_in_thread
    data = pty.read(4096, blocking=True)
  File "C:\Utilities\Development\Python\lib\site-packages\winpty\winpty_wrapper.py", line 74, in read
    ReadFile(self.conout_pipe, data, length, None, None)
OSError: exception: access violation writing 0x00000000

error whenever I'm trying to launch jupyter-notebook.

According to this SO post the fourth parameter to ReadFile cannot be null.

Indeed, setting it to a valid pointer resolves the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants