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 under Windows #8

Closed
pitrou opened this issue Oct 28, 2014 · 1 comment
Closed

access violation under Windows #8

pitrou opened this issue Oct 28, 2014 · 1 comment

Comments

@pitrou
Copy link
Contributor

pitrou commented Oct 28, 2014

[34] Z:\llvmlite>python runtests.py
.................E...........E.....................................
======================================================================
ERROR: test_target_data (llvmlite.tests.test_binding.TestLegacyJit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Z:\llvmlite\llvmlite\tests\test_binding.py", line 281, in test_target_da
ta
    str(td)
  File "Z:\llvmlite\llvmlite\binding\targets.py", line 22, in __str__
    ffi.lib.LLVMPY_CopyStringRepOfTargetData(self, out)
OSError: exception: access violation reading 0x00000000000BB080

======================================================================
ERROR: test_target_data (llvmlite.tests.test_binding.TestMCJit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Z:\llvmlite\llvmlite\tests\test_binding.py", line 281, in test_target_da
ta
    str(td)
  File "Z:\llvmlite\llvmlite\binding\targets.py", line 22, in __str__
    ffi.lib.LLVMPY_CopyStringRepOfTargetData(self, out)
OSError: exception: access violation reading 0x00000000000BB080

----------------------------------------------------------------------
Ran 67 tests in 0.234s

FAILED (errors=2)
@pitrou
Copy link
Contributor Author

pitrou commented Oct 28, 2014

Obvious duplicate of #6 :-)

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

1 participant