You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to run a simple example with weighted-levenshtein on Linux (Fedora 36) with Python3.9 and Python3.10, but I did run into a segmentation fault.
I installed the library using:
==14636== Invalid read of size 8
==14636== at 0x130665F2: __pyx_f_20weighted_levenshtein_4clev_c_damerau_levenshtein (clev.c:5185)
==14636== by 0x1307ECFA: __pyx_pf_20weighted_levenshtein_4clev_damerau_levenshtein (clev.c:4740)
==14636== by 0x1307ECFA: __pyx_pw_20weighted_levenshtein_4clev_1damerau_levenshtein (clev.c:4467)
==14636== by 0x49832AD: UnknownInlinedFun (abstract.h:114)
==14636== by 0x49832AD: UnknownInlinedFun (abstract.h:123)
==14636== by 0x49832AD: UnknownInlinedFun (ceval.c:5891)
==14636== by 0x49832AD: _PyEval_EvalFrameDefault (ceval.c:4213)
==14636== by 0x4982092: UnknownInlinedFun (pycore_ceval.h:46)
==14636== by 0x4982092: _PyEval_Vector (ceval.c:5065)
==14636== by 0x49FDE83: PyEval_EvalCode (ceval.c:1134)
==14636== by 0x4A2F2B2: run_eval_code_obj (pythonrun.c:1291)
==14636== by 0x4A2A7D9: run_mod (pythonrun.c:1312)
==14636== by 0x48FD1CF: pyrun_file.cold (pythonrun.c:1208)
==14636== by 0x4A24AD8: _PyRun_SimpleFileObject (pythonrun.c:456)
==14636== by 0x4A24897: _PyRun_AnyFileObject (pythonrun.c:90)
==14636== by 0x4A21A4B: UnknownInlinedFun (main.c:353)
==14636== by 0x4A21A4B: UnknownInlinedFun (main.c:372)
==14636== by 0x4A21A4B: UnknownInlinedFun (main.c:587)
==14636== by 0x4A21A4B: Py_RunMain (main.c:666)
==14636== by 0x49EDF8A: Py_BytesMain (main.c:720)
==14636== Address 0x12dc8868 is 118,952 bytes inside an unallocated block of size 2,816,032 in arena "client"
The text was updated successfully, but these errors were encountered:
I just tried to run a simple example with weighted-levenshtein on Linux (Fedora 36) with Python3.9 and Python3.10, but I did run into a segmentation fault.
I installed the library using:
and did run the following example:
This leads to the following valgrind output:
The text was updated successfully, but these errors were encountered: