Re: Update on LibreCad Crashes When Opening File
Posted by
cantcode on
Sep 07, 2013; 4:49pm
URL: https://forum.librecad.org/LibreCad-Crashes-When-Opening-File-tp5708103p5708723.html
I added the vlc repo
http://download.videolan.org/pub/vlc/SuSE/12.2/ vlc-i586
and downgraded k3b to install the k3b-codecs package.
Now I have all the packages you also had without these:
libmp4v2-1
libx264-125
libx264-128
libx264-129
openSUSE-release-dvd
But LCad still does not crash.
Time to chip the rust off your debug/trace skills.
Could you please install this versions:
librecad 2.0.0rc1.git20130625-1.1
libdxfrw0 0.5.9-1.1
And do those three steps and post the (three) created files:
#1
librecad --debug 2>LCadout.log
now open the mechtute4.dxf file to crash LCad
->should create LCadout.log
#2
gdb librecad
set logging on LCadgdb.txt
thread apply all bt full
run
-->now open the mechtute4.dxf file to crash LCad
bt
q
->should create LCadgdb.txt
#3
strace -s2000 -o LCadtrace librecad
now open the mechtute4.dxf file to crash LCad
->should create LCadtrace