076.1 crashes on my Linux system

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

Moderators: helmut, XnTriq, xnview, Dreamer

Post Reply
HJarausch
Posts: 5
Joined: Thu Jan 07, 2016 1:54 pm

076.1 crashes on my Linux system

Post by HJarausch »

While version 072 works just fine here, the recent version 076.1 crashes on startup :

Code: Select all

Program received signal SIGSEGV, Segmentation fault.
0x0000000000bca71e in ?? ()
(gdb) where
#0  0x0000000000bca71e in ?? ()
#1  0x00007fffef7dbe75 in doContent () from /usr/lib64/libexpat.so.1
#2  0x00007fffef7dc88c in contentProcessor () from /usr/lib64/libexpat.so.1
#3  0x00007fffef7de136 in doProlog () from /usr/lib64/libexpat.so.1
#4  0x00007fffef7de8a5 in prologProcessor () from /usr/lib64/libexpat.so.1
#5  0x00007fffef7e0e0b in XML_ParseBuffer () from /usr/lib64/libexpat.so.1
#6  0x00007fffdb8f0c40 in driParseOptionInfo () from /usr/lib64/dri/r600_dri.so
#7  0x00007fffdb7cec2c in dri_init_screen_helper ()
   from /usr/lib64/dri/r600_dri.so
#8  0x00007fffdb7d0cd1 in dri2_init_screen () from /usr/lib64/dri/r600_dri.so
#9  0x00007fffdb7cd0df in driCreateNewScreen2 ()
   from /usr/lib64/dri/r600_dri.so
#10 0x00007ffff383eb82 in dri2CreateScreen () from /usr/lib64/libGL.so.1
#11 0x00007ffff3815b26 in __glXInitialize () from /usr/lib64/libGL.so.1
#12 0x00007ffff3811877 in glXGetFBConfigs () from /usr/lib64/libGL.so.1
#13 0x00007ffff3812b72 in glXChooseFBConfigSGIX () from /usr/lib64/libGL.so.1
#14 0x00007fffe3bc9e5e in ?? ()
   from /home/jarausch/Downloads/XnView/lib/platforms/libqxcb.so
#15 0x00007fffe3bca093 in ?? ()
   from /home/jarausch/Downloads/XnView/lib/platforms/libqxcb.so
#16 0x00007fffe3b6cd3d in ?? ()
   from /home/jarausch/Downloads/XnView/lib/platforms/libqxcb.so
#17 0x00007fffe3b5dda9 in ?? ()
   from /home/jarausch/Downloads/XnView/lib/platforms/libqxcb.so
#18 0x00007ffff6542863 in QWindowPrivate::create(bool) ()
   from ./lib/libQt5Gui.so.5
#19 0x00007ffff5d622a4 in QWidgetPrivate::create_sys(unsigned long long, bool, bool) () from ./lib/libQt5Widgets.so.5
#20 0x00007ffff5d62775 in QWidget::create(unsigned long long, bool, bool) ()
   from ./lib/libQt5Widgets.so.5
#21 0x00007ffff5d62f85 in QWidget::setWindowState(QFlags<Qt::WindowState>) ()
   from ./lib/libQt5Widgets.so.5
#22 0x00007ffff5d634ec in QWidget::restoreGeometry(QByteArray const&) ()
   from ./lib/libQt5Widgets.so.5
#23 0x0000000000803580 in ?? ()
#24 0x0000000000484a0d in ?? ()
#25 0x00007ffff42555f0 in __libc_start_main () from /lib64/libc.so.6
#26 0x0000000000485515 in ?? ()
#27 0x00007fffffffccd8 in ?? ()
#28 0x000000000000001c in ?? ()
#29 0x0000000000000001 in ?? ()
#30 0x00007fffffffd195 in ?? ()
#31 0x0000000000000000 in ?? ()
I have expat version 2.1.0 installed here (GenToo Linux)

Many thanks for a hint,
Helmut
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: 076.1 crashes on my Linux system

Post by xnview »

please use special version for Arch/Gentoo http://newsgroup.xnview.com/viewtopic.php?f=82&t=32303
Pierre.
HJarausch
Posts: 5
Joined: Thu Jan 07, 2016 1:54 pm

Re: 076.1 crashes on my Linux system

Post by HJarausch »

Many thanks, that fixed it,
Helmut
Post Reply