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

Crash during amount entry #12

Open
hurufu opened this issue Mar 15, 2021 · 1 comment
Open

Crash during amount entry #12

hurufu opened this issue Mar 15, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@hurufu
Copy link
Owner

hurufu commented Mar 15, 2021

2021-03-15 20:02:16.013 D nexoid-cpp    scapi_Wait_For_Event ...
Exception in thread reqfrwdr:
Traceback (most recent call last):
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/home/hurufu/nexo/nexoid/nexui-flask/nexui/__init__.py", line 104, in forward_ui_requests
panic: pthread_mutex_lock: Invalid argument
This message is indicative of a BUG.
Report this at https://github.com/nanomsg/nng/issues
    req = nexui.recv()
  File "/usr/lib/python3.9/site-packages/pynng/nng.py", line 454, in recv
/usr/lib/python3.9/site-packages/pynng/_nng.abi3.so(nni_panic+0x114) [0x7f553c1f7864]
/usr/lib/python3.9/site-packages/pynng/_nng.abi3.so(nni_aio_fini+0x1d) [0x7f553c1f111d]
/usr/lib/python3.9/site-packages/pynng/_nng.abi3.so(nni_aio_free+0x18) [0x7f553c1f1258]
/usr/lib/python3.9/site-packages/pynng/_nng.abi3.so(nng_recvmsg+0x92) [0x7f553c1e0632]
/usr/lib/python3.9/site-packages/pynng/_nng.abi3.so(nng_recv+0x37) [0x7f553c1e06b7]
/usr/lib/python3.9/site-packages/pynng/_nng.abi3.so(+0x66bd7) [0x7f553c1d7bd7]
/usr/lib/libpython3.9.so.1.0(+0x14cc12) [0x7f553ee70c12]
/usr/lib/libpython3.9.so.1.0(_PyObject_MakeTpCall+0x30d) [0x7f553ee56f6d]
/usr/lib/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x507a) [0x7f553ee52cea]
/usr/lib/libpython3.9.so.1.0(+0x128b0d) [0x7f553ee4cb0d]
/usr/lib/libpython3.9.so.1.0(_PyFunction_Vectorcall+0x34e) [0x7f553ee5ec4e]
/usr/lib/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x602) [0x7f553ee4e272]
/usr/lib/libpython3.9.so.1.0(+0x12932f) [0x7f553ee4d32f]
/usr/lib/libpython3.9.so.1.0(_PyFunction_Vectorcall+0x34e) [0x7f553ee5ec4e]
/usr/lib/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x3ca) [0x7f553ee4e03a]
/usr/lib/libpython3.9.so.1.0(+0x12932f) [0x7f553ee4d32f]
/usr/lib/libpython3.9.so.1.0(_PyFunction_Vectorcall+0x34e) [0x7f553ee5ec4e]
/usr/lib/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x4a11) [0x7f553ee52681]
/usr/lib/libpython3.9.so.1.0(+0x128b0d) [0x7f553ee4cb0d]
/usr/lib/libpython3.9.so.1.0(_PyFunction_Vectorcall+0x34e) [0x7f553ee5ec4e]
/usr/lib/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x2ca9) [0x7f553ee50919]
/usr/lib/libpython3.9.so.1.0(_PyFunction_Vectorcall+0x1aa) [0x7f553ee5eaaa]
/usr/lib/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x602) [0x7f553ee4e272]
/usr/lib/libpython3.9.so.1.0(_PyFunction_Vectorcall+0x1aa) [0x7f553ee5eaaa]
/usr/lib/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x602) [0x7f553ee4e272]
/usr/lib/libpython3.9.so.1.0(_PyFunction_Vectorcall+0x1aa) [0x7f553ee5eaaa]
/usr/lib/libpython3.9.so.1.0(+0x14b334) [0x7f553ee6f334]
/usr/lib/libpython3.9.so.1.0(+0x239006) [0x7f553ef5d006]
/usr/lib/libpython3.9.so.1.0(+0x214a64) [0x7f553ef38a64]
/usr/lib/libpthread.so.0(+0x9299) [0x7f553eb3f299]
/usr/lib/libc.so.6(clone+0x43) [0x7f553ec56053]
@hurufu
Copy link
Owner Author

hurufu commented Mar 15, 2021

Looks like a problem with nng library.

@hurufu hurufu added the bug Something isn't working label Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant