Skip to content

Creating julia.Julia() instance crashes python #165

@ChristianF88

Description

@ChristianF88

C:\Users\Gabi>python
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:54:40) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

import julia
j=julia.Julia()

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x4ddcec4 -- PyUnicodeUCS2_DecodeLatin1 at C:\Users\Gabi.julia\v0.6\Conda\deps\usr\python27.DLL (unknown line)
while loading no file, in expression starting on line 0
PyUnicodeUCS2_DecodeLatin1 at C:\Users\Gabi.julia\v0.6\Conda\deps\usr\python27.DLL (unknown line)
PyObject_GenericGetAttrWithDict at C:\Users\Gabi.julia\v0.6\Conda\deps\usr\python27.DLL (unknown line)
PyEval_EvalFrameDefault at C:\Program Files\Python36\python36.dll (unknown line)
PyObject_CallFunctionObjArgs at C:\Program Files\Python36\python36.dll (unknown line)
PyEval_EvalFrameDefault at C:\Program Files\Python36\python36.dll (unknown line)
PyObject_CallFunctionObjArgs at C:\Program Files\Python36\python36.dll (unknown line)
PyEval_EvalFrameDefault at C:\Program Files\Python36\python36.dll (unknown line)
PyObject_CallFunctionObjArgs at C:\Program Files\Python36\python36.dll (unknown line)
PyEval_EvalFrameDefault at C:\Program Files\Python36\python36.dll (unknown line)
Py_CheckFunctionResult at C:\Program Files\Python36\python36.dll (unknown line)
PyFunction_FastCallDict at C:\Program Files\Python36\python36.dll (unknown line)
PyObject_IsInstance at C:\Program Files\Python36\python36.dll (unknown line)
PyType_GenericAlloc at C:\Program Files\Python36\python36.dll (unknown line)
Py_CheckFunctionResult at C:\Program Files\Python36\python36.dll (unknown line)
PyObject_CallFunctionObjArgs at C:\Program Files\Python36\python36.dll (unknown line)
PyEval_EvalFrameDefault at C:\Program Files\Python36\python36.dll (unknown line)
Py_CheckFunctionResult at C:\Program Files\Python36\python36.dll (unknown line)
PyEval_EvalCodeEx at C:\Program Files\Python36\python36.dll (unknown line)
PyEval_EvalCode at C:\Program Files\Python36\python36.dll (unknown line)
PyArena_Free at C:\Program Files\Python36\python36.dll (unknown line)
PyRun_InteractiveOneObject at C:\Program Files\Python36\python36.dll (unknown line)
PyRun_InteractiveLoopFlags at C:\Program Files\Python36\python36.dll (unknown line)
PyRun_AnyFileExFlags at C:\Program Files\Python36\python36.dll (unknown line)
Py_hashtable_size at C:\Program Files\Python36\python36.dll (unknown line)
Py_FatalError at C:\Program Files\Python36\python36.dll (unknown line)
unknown function (ip: 000000001CB4126C)
BaseThreadInitThunk at C:\Windows\System32\KERNEL32.DLL (unknown line)
RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
Allocations: 3472341 (Pool: 3470925; Big: 1416); GC: 5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions