QCAD - 2D CAD System.
Click here for a documentation of the DokuWiki formatting syntax that can be used in reports
Please search for existing tasks (also closed ones) before opening a new task.
Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help - Check for Updates)
FS#668 - QCAD sefaulting under OpenSUSE 12.1 64bit (wrong or broken package installed?)
Opened by Pascal VOLAT (Pascal) - Friday, 10 August 2012, 14:48 GMT+2
Last edited by Andrew (andrew) - Friday, 10 August 2012, 17:03 GMT+2
|
DetailsI installed the professional edition of QCAD 3.0 on a fresh OpenSUSE 12.1/x86_64 system. After installing the 32bit freeglut (freeglut-32bit-100529-8.1.2.x86_64) package, the application still won’t start and fails with a sefault :
/opt/qcad-3.0.0-prof-linux-x86> ./qcad
/opt/qcad-3.0.0-prof-linux-x86> LD_LIBRARY_PATH=. ./qcad-bin -style plastic
Here is a gdb backtrace, hoping that it may help diagnose the problem : from ./libQtGui.so.4 #14 0xf52d5db8 in QApplicationPrivate::construct(_XDisplay*, unsigned long, unsigned long) () from ./libQtGui.so.4
#15 0xf52d649a in QApplication::QApplication(int&, char**, bool, int) () from ./libQtGui.so.4
libfreetype installed version is libfreetype6-32bit-2.4.7-6.1.x86_64 |
Friday, 10 August 2012, 17:03 GMT+2
Reason for closing: Not a bug
Additional comments about closing: Issue with OTF font files / freetype.
Unable to reproduce here on a fresh installation of OpenSUSE 12.1 64 bit.
Please find attached a list of 32bit packages installed on my system. Most of them were either installed by default or as dependency of these three packages I had to install manually:
Note that I did NOT install any packages called "*freeglut-32bit*"
Ok, I looked a bit more into this and with strace noticed that the culprit were OTF font loaded by freetype. This looks like a distro bug, thanks for your package list and time!
Thanks for the feedback on OTF fonts. This might help some other people with similar issues. I will close this task.