On Wed, 21 Jun 2023 10:32:52 -0600
Ashlen <d...@anthes.is> wrote:

> 1) Port-related mails should go to ports@, so I'm CC'ing ports@ and
> dropping misc@. If it becomes clear it's an issue with the port
> itself (but I don't think it is), we can CC the maintainer later.
> 
> 2) Can you please open that core file with gdb and provide the
> backtrace? Should be as simple as:
> 
> # pkg_add gdb
> $ egdb -q keepassxc keepassxc.core
> (gdb) bt
> 
> Right now I'm on the snapshot from June 14th with keepassxc 2.7.5 and
> mine works. If it's an issue related to snapshots, we can at least
> narrow it down to between those two.
> 
> On Wed, 21 Jun 2023 06:46 -0500, Edward Ahlsen-Girard wrote:
>  [...]  

Installed 21 June snapshot; results below.

-- 

Edward Ahlsen-Girard
Ft Walton Beach, FL

ed@pav(~)$egdb -q keepassxc keepassxc.core
Reading symbols from keepassxc...
(No debugging symbols found in keepassxc)
[New process 166410]
Core was generated by `keepassxc'.
Program terminated with signal SIGABRT, Aborted.
#0  thrkill () at /tmp/-:3
3       /tmp/-: No such file or directory.
(gdb) bt
#0  thrkill () at /tmp/-:3
#1  0xa538311a96fea480 in ?? ()
#2  0x0000007264692592 in _libc_abort () at \
/usr/src/lib/libc/stdlib/abort.c:51 
#3  0x00000072137cb118 in qt_message_fatal(QtMsgType, \
QMessageLogContext const&, QString const&) () from \
/usr/local/lib/qt5/./libQt5Core.so.4.0 
#4  0x00000072137ccd44 in \
QMessageLogger::fatal(char const*, ...)const () \
from /usr/local/lib/qt5/./libQt5Core.so.4.0 
#5 0x000000728d5d2d33 in init_platform(QString \
const&, QString const&, QString const&, int&, \
char**) () from /usr/local/lib/qt5/./libQt5Gui.so.3.0 
#6 0x000000728d5d2295 in \
QGuiApplicationPrivate::createPlatformIntegration() () from \
/usr/local/lib/qt5/./libQt5Gui.so.3.0 
#7  0x000000728d5d336f in \
QGuiApplicationPrivate::createEventDispatcher() () from \
/usr/local/lib/qt5/./libQt5Gui.so.3.0 
#8  0x000000725e795da3 in QApplicationPrivate::createEventDispatcher()\
() from /usr/local/lib/qt5/./libQt5Widgets.so.4.0 
#9  0x0000007213b189cc in QCoreApplicationPrivate::init() \
() from /usr/local/lib/qt5/./libQt5Core.so.4.0 
#10 0x000000728d5cda40 in QGuiApplicationPrivate::init() \
() from /usr/local/lib/qt5/./libQt5Gui.so.3.0 
#11 0x000000725e7964ba in QApplicationPrivate::init() () \
from /usr/local/lib/qt5/./libQt5Widgets.so.4.0 
#12 0x000000725e796466 in QApplication::QApplication(int&, \
char**,int) () from /usr/local/lib/qt5/./libQt5Widgets.so.4.0 
#13 0x0000006f90a38fe2 in Application::Application(int&, \
char**) () 
#14 0x0000006f90971d91 in main () 
(gdb) 

Reply via email to