ocelot-inc / ocelotgui

GUI client for MySQL or MariaDB, including debugger
GNU General Public License v2.0
62 stars 15 forks source link

Segmentation Fault Core Dump Manjaro Linux #7

Closed nobicycle closed 2 years ago

nobicycle commented 2 years ago

Hello, Thank you for ocelotgui. I attach the details and the core dump cd.txt below. Regards

cd.txt

$ ./ocelotgui-qt5 Segmentation fault (core dumped)

$ uname -a Linux tower 5.10.109-1-MANJARO #1 SMP PREEMPT Mon Mar 28 09:16:20 UTC 2022 x86_64 GNU/Linux

$ find /usr/ -name "libQtGui.so" 2>/dev/null /usr/lib/libQt5Gui.so.5.15.3 /usr/lib/libQt6Gui.so /usr/lib/libQt6Gui.so.6.2.4 /usr/lib/libQt5Gui.so.5 /usr/lib/libQt5Gui.so /usr/lib/libQt5Gui.so.5.15 /usr/lib/libQt6Gui.so.6

nobicycle commented 2 years ago

Hi, I ran qmake then make and ran the generated executable. Seems to work.