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

basic.cpp from README crashes #328

Open
yurivict opened this issue Nov 7, 2022 · 0 comments
Open

basic.cpp from README crashes #328

yurivict opened this issue Nov 7, 2022 · 0 comments

Comments

@yurivict
Copy link

yurivict commented Nov 7, 2022

Stack:

Thread 1 received signal SIGSEGV, Segmentation fault.
Address not mapped to object.
0x000000084a63443b in ?? () from /usr/local/lib/qt5/libQt5Core.so.5
(gdb) bt
#0  0x000000084a63443b in ?? () from /usr/local/lib/qt5/libQt5Core.so.5
#1  0x000000084a62e835 in QCoreApplication::~QCoreApplication() () from /usr/local/lib/qt5/libQt5Core.so.5
#2  0x000000085049773d in QApplication::~QApplication() () from /usr/local/lib/qt5/libQt5Widgets.so.5
#3  0x00000008500de9ee in sipQApplication::~sipQApplication() () from /usr/local/lib/python3.9/site-packages/PyQt5/QtWidgets.abi3.so
#4  0x000000084a0da238 in ?? () from /usr/local/lib/python3.9/site-packages/PyQt5/QtCore.abi3.so
#5  0x000000080041cd6e in ?? () from /usr/local/lib/libpython3.9.so.1.0
#6  0x00000008005432d2 in ?? () from /usr/local/lib/libpython3.9.so.1.0
#7  0x00000008004e726f in Py_FinalizeEx () from /usr/local/lib/libpython3.9.so.1.0
#8  0x0000000000208af1 in matplotlibcpp::detail::_interpreter::~_interpreter (this=0x20d6b0 <matplotlibcpp::detail::_interpreter::interkeeper(bool)::ctx>)
    at /usr/local/include/matplotlibcpp.h:288
#9  0x00000008008a7a3d in __cxa_finalize (dso=0x0) at /disk-samsung/freebsd-src/lib/libc/stdlib/atexit.c:238
#10 0x00000008008a7fc1 in exit (status=0) at /disk-samsung/freebsd-src/lib/libc/stdlib/exit.c:74
#11 0x0000000000205557 in _start (ap=<optimized out>, cleanup=<optimized out>) at /disk-samsung/freebsd-src/lib/csu/amd64/crt1_c.c:75
(gdb) 

rev. ef0383f
clang-14
FreeBSD 13.1 STABLE

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