Segfault on version 2.0.0 stable on Linux 4.8.0 amd64 (KUbuntu 16.10)

Hello, I saw today that 2.0.0 version was released, so I installed it on my linux system, first I tried the Ubuntu PPA, and it resulted in a segfault when I went to run Doomsday. So I downloaded the .deb directly from this site and installed it (after removing the PPA version) and I again ran into a segfault, here is the information:
GNU gdb (Ubuntu 7.11.90.20161005-0ubuntu1) 7.11.90.20161005-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from doomsday...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/doomsday 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe5f9a700 (LWP 8892)]
[New Thread 0x7fffdb75a700 (LWP 8893)]

Thread 1 "doomsday" received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0  0x0000000000000000 in ?? ()
#1  0x00007fffda3591b8 in ?? () from /usr/lib/x86_64-linux-gnu/dri/amdgpu_dri.so
#2  0x00007fffda359811 in ?? () from /usr/lib/x86_64-linux-gnu/dri/amdgpu_dri.so
#3  0x00007fffda35c7da in ?? () from /usr/lib/x86_64-linux-gnu/dri/amdgpu_dri.so
#4  0x00007fffd97d9a08 in ?? () from /usr/lib/x86_64-linux-gnu/dri/amdgpu_dri.so
#5  0x00007fffd97823d8 in ?? () from /usr/lib/x86_64-linux-gnu/dri/amdgpu_dri.so
#6  0x00007fffd8511c20 in ?? () from /usr/lib/x86_64-linux-gnu/dri/amdgpu_dri.so
#7  0x00007fffd93f15a5 in ?? () from /usr/lib/x86_64-linux-gnu/dri/amdgpu_dri.so
#8  0x00007fffd93f1c60 in ?? () from /usr/lib/x86_64-linux-gnu/dri/amdgpu_dri.so
#9  0x00007fffd9403aac in ?? () from /usr/lib/x86_64-linux-gnu/dri/amdgpu_dri.so
#10 0x00007fffd9404026 in ?? () from /usr/lib/x86_64-linux-gnu/dri/amdgpu_dri.so
#11 0x00007fffda31fc6e in ?? () from /usr/lib/x86_64-linux-gnu/dri/amdgpu_dri.so
#12 0x00007fffda31fe14 in ?? () from /usr/lib/x86_64-linux-gnu/dri/amdgpu_dri.so
#13 0x00007ffff2e551cb in ?? () from /opt/amdgpu-pro/lib/x86_64-linux-gnu/libGL.so.1
#14 0x00007ffff2e2e381 in ?? () from /opt/amdgpu-pro/lib/x86_64-linux-gnu/libGL.so.1
#15 0x00007ffff2e2b627 in glXGetFBConfigs () from /opt/amdgpu-pro/lib/x86_64-linux-gnu/libGL.so.1
#16 0x00007ffff2e2d399 in glXChooseFBConfigSGIX () from /opt/amdgpu-pro/lib/x86_64-linux-gnu/libGL.so.1
#17 0x00007ffff7e72067 in ?? ()
   from /usr/lib/x86_64-linux-gnu/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
#18 0x00007ffff7e7226d in ?? ()
   from /usr/lib/x86_64-linux-gnu/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
#19 0x00007fffe8576cbd in QXcbWindow::create() () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#20 0x00007fffe8561fd1 in QXcbIntegration::createPlatformWindow(QWindow*) const ()
   from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#21 0x00007ffff669e1bc in QWindowPrivate::create(bool) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#22 0x00007ffff6cb6254 in QWidgetPrivate::create_sys(unsigned long long, bool, bool) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#23 0x00007ffff6cb590d in QWidget::create(unsigned long long, bool, bool) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#24 0x00007ffff6cc1d49 in QWidget::setVisible(bool) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#25 0x000000000055c73d in ClientApp::ClientApp(int&, char**) ()
#26 0x000000000054ec08 in main ()
(gdb) quit
A debugging session is active.

        Inferior 1 [process 8888] will be killed.

Quit anyway? (y or n) y

uname -a
Linux 4.8.0-45-generic #48-Ubuntu SMP Fri Mar 24 11:46:39 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Graphics driver is AMDGPU-PRO 16.60

glxinfo: https://pastebin.com/VtdkJxj8

Note: I had doomsday version 1.15.7 installed earlier today, and it ran fine with the same graphics driver.

Thank you for any help!
Sign In or Register to comment.