0.89: does not start: segmentation fault

*** Please report new bugs here! ***

Moderators: XnTriq, helmut, xnview, Dreamer

Post Reply
dango
Posts: 1
Joined: Fri Mar 23, 2018 3:25 pm

0.89: does not start: segmentation fault

Post by dango »

Subject: 0.89: does not start: segmentation fault

XnView: MP 0.89 - 32-bit
OS: Slackware 14.2 - 32-bit

Effect: XnView does not start

XnView does not start from the menu.
In terminal output:

Code: Select all

$ /opt/XnView/xnview.sh
Segmentation fault
To reproduce:

Code: Select all

$ wget http://download.xnview.com/XnViewMP-linux.tgz
$ su -
# tar zxvf /home/test/XnViewMP-linux.tgz -C /opt
# exit
$ /opt/XnView/xnview.sh
Segmentation fault
Ending the output of strace:

Code: Select all

$ strace /opt/XnView/xnview.sh
...
readlink("/proc/self/exe", "/opt/XnView/XnView", 4096) = 18
access("/etc/fonts/fonts.conf", R_OK)   = 0
stat64("/etc/fonts/fonts.conf", {st_mode=S_IFREG|0644, st_size=6186, ...}) = 0
open("/etc/fonts/fonts.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 6
read(6, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 6186
getrandom("Y\1\217[", 4, 0)             = 4
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x1} ---
+++ killed by SIGSEGV +++
Segmentation fault
Post Reply