-
Notifications
You must be signed in to change notification settings - Fork 166
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
Error in `python3.5': free(): invalid next size (fast): 0x0000000001712440 #228
Comments
We do not support Python 3.5.
|
This isn't a bug in 3.5 and a bug that matches this pattern has been fixed in the Git code. |
i was doing hyperdex re-evaluation for our environment after a year again, however it seems that stability/robustness regressed rather than progressed. sources is not possible to build from repos as tags/releases are missing. i've therefore used ones in download section in http://hyperdex.org/download/
during initial space creation:
*** Error in `python3.5': free(): invalid next size (fast): 0x0000000001712440 ***
======= Backtrace: =========
/usr/lib/libc.so.6(+0x72055)[0x7ff5e6b8e055]
/usr/lib/libc.so.6(+0x779a6)[0x7ff5e6b939a6]
/usr/lib/libc.so.6(+0x7818e)[0x7ff5e6b9418e]
/usr/lib/libhyperdex-admin.so.1(+0x1de34)[0x7ff5df0dee34]
/usr/lib/libhyperdex-admin.so.1(+0x12f07)[0x7ff5df0d3f07]
/usr/lib/libhyperdex-admin.so.1(+0x2905b)[0x7ff5df0ea05b]
/usr/lib/libhyperdex-admin.so.1(+0x2c714)[0x7ff5df0ed714]
/usr/lib/libhyperdex-admin.so.1(hyperdex_admin_add_space+0x69)[0x7ff5df0f51f9]
/home/web_dev_teahub/src/teahub/steel/app/vendor/leila/vendor/hyperdex/admin.so(+0xf594)[0x7ff5df322594]
/usr/lib/libpython3.5m.so.1.0(+0xc3233)[0x7ff5e71a0233]
/home/web_dev_teahub/src/teahub/steel/app/vendor/leila/vendor/hyperdex/admin.so(+0xbe2d)[0x7ff5df31ee2d]
/usr/lib/libpython3.5m.so.1.0(PyCFunction_Call+0x94)[0x7ff5e718ca54]
/home/web_dev_teahub/src/teahub/steel/app/vendor/leila/vendor/hyperdex/admin.so(+0xda43)[0x7ff5df320a43]
/usr/lib/libpython3.5m.so.1.0(PyEval_EvalFrameEx+0x7e11)[0x7ff5e72049a1]
/usr/lib/libpython3.5m.so.1.0(PyEval_EvalFrameEx+0x81c2)[0x7ff5e7204d52]
/usr/lib/libpython3.5m.so.1.0(+0x128df2)[0x7ff5e7205df2]
/usr/lib/libpython3.5m.so.1.0(PyEval_EvalFrameEx+0x5f60)[0x7ff5e7202af0]
/usr/lib/libpython3.5m.so.1.0(+0x128df2)[0x7ff5e7205df2]
/usr/lib/libpython3.5m.so.1.0(PyEval_EvalCodeEx+0x23)[0x7ff5e7205ed3]
/usr/lib/libpython3.5m.so.1.0(PyEval_EvalCode+0x1b)[0x7ff5e7205efb]
/usr/lib/libpython3.5m.so.1.0(+0x148074)[0x7ff5e7225074]
/usr/lib/libpython3.5m.so.1.0(PyRun_FileExFlags+0x95)[0x7ff5e7227585]
/usr/lib/libpython3.5m.so.1.0(PyRun_SimpleFileExFlags+0xf6)[0x7ff5e72276f6]
/usr/lib/libpython3.5m.so.1.0(Py_Main+0xec4)[0x7ff5e723e504]
python3.5(main+0x167)[0x400af7]
/usr/lib/libc.so.6(__libc_start_main+0xf0)[0x7ff5e6b3c610]
python3.5(_start+0x29)[0x400b99]
regards,
The text was updated successfully, but these errors were encountered: