Comment 0 for bug 1318130

Revision history for this message
Dariusz Dwornikowski (dariusz-dwornikowski) wrote : equalx 0.7.1 segmentation fault

I am preparing a new package version for Debian with 0.7.1 release. After compiling equalx, it does not run. A part of strace is presented below.

I have: qt 5.2.1+dfsg-3

stat("/home/tdi/.config/equalx/settings.conf", {st_mode=S_IFREG|0644, st_size=633, ...}) = 0
lstat("/home/tdi/.config/equalx.conf", 0x7fff8d4cdd90) = -1 ENOENT (No such file or directory)
open("/home/tdi/.config/equalx.conf", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/tdi/.config/equalx.conf", 0x7fff8d4cdde0) = -1 ENOENT (No such file or directory)
stat("/home/tdi/.config/equalx.conf", 0x7fff8d4cddd0) = -1 ENOENT (No such file or directory)
lstat("/etc/xdg/equalx/settings.conf", 0x7fff8d4cdd90) = -1 ENOENT (No such file or directory)
open("/etc/xdg/equalx/settings.conf", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/etc/xdg/equalx/settings.conf", 0x7fff8d4cdde0) = -1 ENOENT (No such file or directory)
stat("/etc/xdg/equalx/settings.conf", 0x7fff8d4cddd0) = -1 ENOENT (No such file or directory)
lstat("/etc/xdg/equalx.conf", 0x7fff8d4cdd90) = -1 ENOENT (No such file or directory)
open("/etc/xdg/equalx.conf", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/etc/xdg/equalx.conf", 0x7fff8d4cdde0) = -1 ENOENT (No such file or directory)
stat("/etc/xdg/equalx.conf", 0x7fff8d4cddd0) = -1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Segmentation fault