Re: Crash when saving block
Posted by
dxli on
Jan 02, 2014; 5:49am
URL: https://forum.librecad.org/Crash-when-saving-block-tp5709330p5709332.html
this bug was fixed after 2.0.0, and will be in 2.0.1.
Can you build and verify this bug is fixed?
To build on ubuntu from the newest git source:
http://librecad.org/cms/home/from-source/linux.html
DanFreeman wrote
Running package 2.0.0~rc3+nolibs-1~daily~ubuntu12.04.1 from PPA on Ubuntu 12.04.
In searching for any existing threads on this topic, I was not able to find any.
Whenever I attempt to save a block, LibreCAD crashes. I click the disk icon in the Block List. File requester pops up. I choose the location and name. Click "Save". Immediate Seg fault.
A file *is* written containing the following two lines.
999
dxfrw 0.5.10
I ran librecad once with the --debug option. Here are the last few lines of the debug file:
Setting active pen...
QC_MDIWindow::slotPenChanged() begin
QC_MDIWindow::slotPenChanged() end
QC_ApplicationWindow::slotPenChanged() end
RVT_PORT emit windowsChanged(true);
QC_ApplicationWindow::slotWindowActivated end
QG_GraphicView::paintEvent begin
QG_GraphicView::paintEvent end
QC_ApplicationWindow::slotWindowActivated begin
RS_Graphic::saveAs: Entering...
RS_Graphic::save: Entering...
RS_Graphic::save: File: /tmp/test.dxf
RS_Graphic::save: Format: 2
RS_Graphic::save: Export...
RS_FileIO::fileExport
Setting up LFF filter...
RS_FilterDXFRW::RS_FilterDXFRW()
RS_FilterDXFRW::RS_FilterDXFRW(): OK
RS_FilterDXFDW::fileExport: exporting file '/tmp/test.dxf'...
RS_FilterDXFDW::fileExport: file type '2'
I'm happy to do whatever I can in gathering more debugging data to assist in troubleshooting.