What I've noted is:
- It started happening directly after upgrading from Debian 11 to Debian 12
- Tried the newest 1.6.3 as AppImage, Deb version and tgz archive and they all behave the same as 1.3 and just crash
- All types of video files and encodings
- Browsing will crash, but Play will work (when filename sent as argument)
Code: Select all
Stack trace of thread 2303982:
#0 0x00007f820cf39ff8 _ZN12MediaInfoLib9MediaInfo6OptionERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEES8_ (libmediainfo.so.0 + 0x139ff8)
#1 0x00007f820d439dd6 MediaInfo_Option (libmediainfo.so.0 + 0x639dd6)
#2 0x00007f820d43a222 MediaInfoA_Option (libmediainfo.so.0 + 0x63a222)
#3 0x000000000071363a n/a (/tmp/.mount_xnview6dnqJv/usr/XnView/XnView + 0x31363a)
#4 0x00007f82555e7a9b n/a (/tmp/.mount_xnview6dnqJv/usr/XnView/lib/libQt5Widgets.so.5.15.15 + 0x1e7a9b)
ELF object binary architecture: AMD x86-64
Here are two log files, one for the play (passing file as argument) which works and one for the browse which crashes.
The audio plays fine on the play one even though it shows ALSA errors.
I couldn't find a log file so I captured stdout/stderr with debug=2 in the ini file. PS, I sanitized the log files a bit
They seem to crash after loading libffmpeg
does this help or is there anything else I can check?