QCAD Bugtracker

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)

IDCategory  descTask TypeSeveritySummaryStatusProgress
 261 QCAD (main)Bug ReportHigh Complete loss of all file data when deleting a layer in ...Closed
100%
Task Description

Complete loss of data in file doing this:-

Open a file with multi layer content.
Delete a layer (in my case this happened without any ‘are you sure’ checks, a bug in itself?)
Attempt to save the file.
An error message reports disk full or no permission. (disk not full and I logged on as normal)
Close QCAD beta3
Open QCAD beta 3 and attempt to load file. Error message reports no permission or unrecognised format.
Close QCAD beta 3

Open QCAD 2.2 and load file.
File loads ok but has default layer (0) only and no content.
Using Ubuntu ‘Properties’ file is reported as having a size of zero bytes.

 285 QCAD (main)Bug ReportHigh Printing not working under Windows Closed
100%
Task Description

I cannot print directly from the program: clicking “printprewiu” ,appears icon “print”,clicking it opens the printer installed window, but then it not print anything. greetings

 286 QCAD (main)Bug ReportHigh mutex lock failed Closed
100%
Task Description

Starting qcad 3 beta 2 under xubuntu 10.04, there are several warnings and debug messages. The “mutex lock failed” seems to be worth reported.

Complete console output:

#77-Ubuntu SMP Tue Sep 13 19:40:53 UTC 2011
i686
application directory:  "/home/smf/qcad-3.0.0-beta2-trial-linux" 
working path:  "/home/smf/qcad-3.0.0-beta2-trial-linux" 
library path:  "/home/smf/qcad-3.0.0-beta2-trial-linux/plugins" 
Debug:    Init script plugins... 
Debug:    TIMER:  1424 ms -  "loading and initializing plugins" 
Warning:  RScriptHandlerEcma::doScript: engine busy: aborting evaluation of script: 

 "scripts/File/NewFile/NewFile.js" 

 
Warning:  QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug:    Creating storage... 
Debug:    Creating spatial index... 
Debug:    Creating document... 
Debug:    Creating MDI child... 
Debug:    Initialize Viewports... 
Debug:    Init graphics view... 
Debug:    Init scrollbars... 
Debug:    Init rulers... 
Debug:    Init idle and default actions... 
Warning:  QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug:    RDocumentInterface::deleteTerminatedActions: mutex lock failed 
Debug:    lock failed:  "EACTION FINISH: scripts/Snap/Auto/Auto.js" 
Debug:    locker:  "NEW" 
Debug:    lock failed:  "EACTION RESUME: scripts/Idle/Reset/Reset.js" 
Debug:    locker:  "NEW" 
Warning:  QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug:    RDocumentInterface::deleteTerminatedActions: mutex lock failed 
Debug:    lock failed:  "EACTION FINISH: scripts/Snap/RestrictOff/RestrictOff.js" 
Debug:    locker:  "NEW" 
Debug:    lock failed:  "EACTION RESUME: scripts/Idle/Reset/Reset.js" 
Debug:    locker:  "NEW" 
Debug:    Show MDI child... 
Debug:    lock failed:  "RMainWindowQt::subWindowActivated" 
Debug:    locker:  "NEW" 
Debug:    Init event handler... 
Debug:    updateScenes... 
Debug:    updateGuiActions... 
Debug:    notifyListenersSlot... 
Warning:  QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug:    RDocumentInterface::deleteTerminatedActions: mutex lock failed 
Warning:  QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug:    RDocumentInterface::deleteTerminatedActions: mutex lock failed 
Debug:    setActiveSubwindow... 
Warning:  QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug:    RDocumentInterface::deleteTerminatedActions: mutex lock failed 
Warning:  QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug:    RDocumentInterface::deleteTerminatedActions: mutex lock failed 
Debug:    lock failed:  "EACTION FINISH: scripts/Idle/Reset/Reset.js" 
Debug:    locker:  "RMdiChildQt::closeEvent" 
Warning:  QMainWindow::saveState(): 'objectName' not set for QDockWidget 0xc0a1be0 'Trial;
Debug:    lock failed:  "RMainWindowQt::subWindowActivated" 
Debug:    locker:  "RMainWindowQt::closeEvent" 
Debug:    autostart.js: main(): end. 
 308 QCAD (main)Bug ReportHigh Cant start V3 beta 2 on debian linux 64bit Closed
100%
Task Description

Tried the Beta on Debian 64 bit with the tarball, .. I didn’t want to use installer as I have a working qcad-2.2.2.0-1-prof.linux.x86

steve@dolphin:~/Downloads/qcad-3.0.0-beta2-trial-linux$ uname -a
Linux dolphin 2.6.39-2-amd64 #1 SMP Tue Jul 5 02:51:22 UTC 2011 x86_64 GNU/Linux

qcad-2.2.2.0-1-prof.linux.x86

steve@dolphin:~/Downloads/qcad-3.0.0-beta2-trial-linux$ ./qcad-trial
#1 SMP Tue Jul 5 02:51:22 UTC 2011
x86_64
./qcad-trial-bin: error while loading shared libraries: libgthread-2.0.so.0: wrong ELF class: ELFCLASS64
steve@dolphin:~/Downloads/qcad-3.0.0-beta2-trial-linux$

 356 QCAD (main)Bug ReportHigh Javascript exception: any time user double clicks on te ...Closed
100%
Task Description

Javascript exception

Any time user double clicks on text, an exception is raised in the following script:

/qcad-3.0.0-rc1-prof-linux/scripts/Draw/Text/TextDialog/TextDialog.js

Fix is to comment out the line

      //bug.... simpleText.checked = textDataIn.isSimple();
 390 QCAD (main)Bug ReportHigh Library browser crashes when adding a path Closed
100%
Task Description

I’m running qCAD 3 RC1 on Ubuntu 10.04 32 bit. I select “Library Browser” from the View menu in qCAD which presents the library browser window. I then select File/Preferences from the menu which presents the preferences dialog (note that the title of the dialog is still “dialog” - perhaps it should be “preferences”).

I then click on the “Add” button next to the Library Sources list box and the library browser closes.

I ran the library browser manually in gdb, which resulted in a segv. The rather long output and stack trace follows.

$ LD_LIBRARY_PATH=. gdb qcad-bin
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 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 “i486-linux-gnu”.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /opt/qcad3/qcad-bin...done.
(gdb) set args -app-id QCADLibraryBrowser -autostart scripts/Tools/LibraryBrowser/launch.js -x 1289 -y 48
(gdb) run
Starting program: /opt/qcad3/qcad-bin -app-id QCADLibraryBrowser -autostart scripts/Tools/LibraryBrowser/launch.js -x 1289 -y 48
[Thread debugging using libthread_db enabled]
[New Thread 0xb7e08b70 (LWP 4522)]
launch.js: main():
[New Thread 0xb62feb70 (LWP 4523)]
[Thread 0xb62feb70 (LWP 4523) exited]
LibraryBrowser.js: postInit2(): commit start
LibraryBrowser.js: postInit2(): commit end
[New Thread 0xb62feb70 (LWP 4524)]
LibraryBrowser.js: initGui(): 1
LibraryBrowser.js: initGui(): 2
LibraryBrowser.js: initGui(): 2a
LibraryBrowser.js: library path doesn’t exists: library
LibraryBrowser.js: initGui(): 2b
LibraryBrowser.js: initGui(): 3

(<unknown>:4518): GdkPixbuf-WARNING : Bug! gdk-pixbuf loader ‘png’ didn’t set an error on failure. (<unknown>:4518): WARNING : Pixbuf theme: Cannot load pixmap file /usr/share/themes/Dust Sand/gtk-2.0/menubar.png: Failed to load image ‘/usr/share/themes/Dust Sand/gtk-2.0/menubar.png’: reason not known, probably a corrupt image file (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): WARNING : Invalid borders specified for theme pixmap:
/usr/share/themes/Dust Sand/gtk-2.0/menubar.png,
borders don’t fit within the image (<unknown>:4518): GdkPixbuf-CRITICAL
: gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): WARNING : Invalid borders specified for theme pixmap:

      /usr/share/themes/Dust Sand/gtk-2.0/menubar.png,

borders don’t fit within the image

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)’ failed

(<unknown>:4518): GdkPixbuf-CRITICAL : gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)’ failed (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): Gtk-WARNING : Error loading theme icon ‘gtk-find’ for stock: Internal error: Image loader module ‘png’ failed to complete an operation, but didn’t give a reason for the failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): Gtk-WARNING : Error loading theme icon ‘gtk-file’ for stock: Internal error: Image loader module ‘png’ failed to complete an operation, but didn’t give a reason for the failure
[New Thread 0xb471fb70 (LWP 4527)]
[New Thread 0xb3f1eb70 (LWP 4528)]

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): Gtk-WARNING : Error loading theme icon ‘gtk-find’ for stock: Internal error: Image loader module ‘png’ failed to complete an operation, but didn’t give a reason for the failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): Gtk-WARNING : Error loading theme icon ‘gtk-file’ for stock: Internal error: Image loader module ‘png’ failed to complete an operation, but didn’t give a reason for the failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): Gtk-WARNING : Error loading theme icon ‘gtk-edit’ for stock: Internal error: Image loader module ‘png’ failed to complete an operation, but didn’t give a reason for the failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure (<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure

(<unknown>:4518): GdkPixbuf-WARNING : Bug! loader ‘png’ didn’t set an error on failure Program received signal SIGSEGV, Segmentation fault.
0x09ad9230 in FT_Load_Glyph ()
(gdb) where
#0 0x09ad9230 in FT_Load_Glyph ()
#1 0x039bc327 in ?? () from /usr/lib/libcairo.so.2
#2 0x0398f2e6 in ?? () from /usr/lib/libcairo.so.2
#3 0x039ad808 in ?? () from /usr/lib/libcairo.so.2
#4 0x039928d5 in ?? () from /usr/lib/libcairo.so.2
#5 0x03979d96 in ?? () from /usr/lib/libcairo.so.2
#6 0x039735dd in cairo_show_glyphs () from /usr/lib/libcairo.so.2
#7 0x03940c02 in pango_cairo_renderer_show_text_glyphs (renderer=<value optimized out>, text=<value optimized out>, text_len=0, glyphs=0xaae5050,
clusters=0×0, num_clusters=0, backward=0, font=0xa370318, x=0, y=0) at /build/buildd/pango1.0-1.28.0/pango/pangocairo-render.c:367
#8 0x03940f9b in pango_cairo_renderer_draw_glyphs (renderer=0xab05e58, font=0xa370318, glyphs=0xaae5050, x=0, y=0)
at /build/buildd/pango1.0-1.28.0/pango/pangocairo-render.c:383
#9 0x03acb76a in pango_renderer_draw_glyphs (renderer=0xab05e58, font=0xa370318, glyphs=0xaae5050, x=0, y=0)
at /build/buildd/pango1.0-1.28.0/pango/pango-renderer.c:645
#10 0x0393fa66 in _pango_cairo_do_glyph_string (cr=<value optimized out>, font=0xa3ce588, glyphs=0xaae5050, do_path=0)
at /build/buildd/pango1.0-1.28.0/pango/pangocairo-render.c:796
#11 0x038ae700 in gdk_pango_renderer_draw_glyphs (renderer=0xab51800, font=0xa370318, glyphs=0xaae5050, x=4096, y=14336)
at /build/buildd/gtk+2.0-2.20.1/gdk/gdkpango.c:252
#12 0x03acb76a in pango_renderer_draw_glyphs (renderer=0xab51800, font=0xa370318, glyphs=0xaae5050, x=4096, y=14336)
at /build/buildd/pango1.0-1.28.0/pango/pango-renderer.c:645
#13 0x03acb84d in pango_renderer_draw_glyph_item (renderer=0xab51800, text=0xab0dab0 “Name”, glyph_item=0xa405cc8, x=4096, y=171763080)
at /build/buildd/pango1.0-1.28.0/pango/pango-renderer.c:709
#14 0x03acc039 in pango_renderer_draw_layout_line (renderer=0xab51800, line=0xa9f7760, x=4096, y=14336)
at /build/buildd/pango1.0-1.28.0/pango/pango-renderer.c:574
#15 0x03acc361 in pango_renderer_draw_layout (renderer=0xab51800, layout=0xa3a95d8, x=4096, y=3072)
at /build/buildd/pango1.0-1.28.0/pango/pango-renderer.c:198
#16 0x038ad668 in IAgdk_draw_layout_with_colors (drawable=0xab09aa0, gc=0xa3a14d0, x=4, y=3, layout=0xa3a95d8, foreground=0×0, background=0×0)
at /build/buildd/gtk+2.0-2.20.1/gdk/gdkpango.c:999
#17 0x038ad7e1 in IA
gdk_draw_layout (drawable=0xab09aa0, gc=0xa3a14d0, x=4, y=3, layout=0xa3a95d8) at /build/buildd/gtk+2.0-2.20.1/gdk/gdkpango.c:1061
#18 0x0426d83d in ?? () from /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
#19 0x0367252a in IAgtk_paint_layout (style=0xab09188, window=0xab09aa0, state_type=GTK_STATE_NORMAL, use_text=0, area=0xb3606c2c, widget=0xab09188,
detail=0x383ba97 “label”, x=4, y=3, layout=0xa3a95d8) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:6702
#20 0x035e1082 in gtk_label_expose (widget=0xab09188, event=0xb3606c20) at /build/buildd/gtk+2.0-2.20.1/gtk/gtklabel.c:3569
#21 0x035f1434 in _gtk_marshal_BOOLEAN
BOXED (closure=0xa37cea0, return_value=0xbfff9d84, n_param_values=2, param_values=0xa41c790,
invocation_hint=0xbfff9d70, marshal_data=0x35e0f90) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmarshalers.c:84
#22 0x0326c8b9 in g_type_class_meta_marshal (closure=0xa37cea0, return_value=0xbfff9d84, n_param_values=2, param_values=0xa41c790,
invocation_hint=0xbfff9d70, marshal_data=0xc8) at /build/buildd/glib2.0-2.24.1/gobject/gclosure.c:878
#23 0x0326e178 in IAg_closure_invoke (closure=0xa37cea0, return_value=0xbfff9d84, n_param_values=2, param_values=0xa41c790, invocation_hint=0xbfff9d70)
at /build/buildd/glib2.0-2.24.1/gobject/gclosure.c:767
#24 0x032825e6 in signal_emit_unlocked_R (node=<value optimized out>, detail=<value optimized out>, instance=0xab09188, emission_return=0xbfff9ecc,
instance_and_params=0xa41c790) at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:3286
#25 0x03283c33 in IA
g_signal_emit_valist (instance=0xab09188, signal_id=47, detail=0,
var_args=0xbfff9f30 “\\\237\377\277@O7\nx\237\377\277\352\343q\003\364O\210\003\210\221\260\nx\237\377\277\210\221\260\n\210\221\260\n@O7\n!”)
at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:2991
#26 0×03284256 in IAg_signal_emit (instance=0xab09188, signal_id=47, detail=0) at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:3038
#27 0x0371e646 in gtk_widget_event_internal (widget=<value optimized out>, event=0xb3606c20) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkwidget.c:4951
#28 0x0355fa53 in IA
gtk_container_propagate_expose (container=0xa43a630, child=0xab09188, event=0xa40df90)
at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c:2756
#29 0x0355fa81 in gtk_container_expose_child (child=0xab09188, client_data=0xbfffa048) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c:2644
#30 0x03527b3d in gtk_bin_forall (container=0xa43a630, include_internals=1, callback=0x355fa60 <gtk_container_expose_child>, callback_data=0xbfffa048)
—Type <return> to continue, or q <return> to quit— at /build/buildd/gtk+2.0-2.20.1/gtk/gtkbin.c:128
#31 0x035605e4 in IAgtk_container_forall (container=0xa43a630, callback=0x355fa60 <gtk_container_expose_child>, callback_data=0xbfffa048)
at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c:1520
#32 0x03561d37 in gtk_container_expose (widget=0xa43a630, event=0xa40df90) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c:2667
#33 0x035f1434 in _gtk_marshal_BOOLEAN
BOXED (closure=0xa37cea0, return_value=0xbfffa204, n_param_values=2, param_values=0xa9fda50,
invocation_hint=0xbfffa1f0, marshal_data=0x3561c90) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmarshalers.c:84
#34 0x0326c8b9 in g_type_class_meta_marshal (closure=0xa37cea0, return_value=0xbfffa204, n_param_values=2, param_values=0xa9fda50,
invocation_hint=0xbfffa1f0, marshal_data=0xc8) at /build/buildd/glib2.0-2.24.1/gobject/gclosure.c:878
#35 0x0326e178 in IAg_closure_invoke (closure=0xa37cea0, return_value=0xbfffa204, n_param_values=2, param_values=0xa9fda50, invocation_hint=0xbfffa1f0)
at /build/buildd/glib2.0-2.24.1/gobject/gclosure.c:767
#36 0x032825e6 in signal_emit_unlocked_R (node=<value optimized out>, detail=<value optimized out>, instance=0xa43a630, emission_return=0xbfffa34c,
instance_and_params=0xa9fda50) at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:3286
#37 0x03283c33 in IA
g_signal_emit_valist (instance=0xa43a630, signal_id=47, detail=0,
var_args=0xbfffa3b0 “Ü£\377\277@O7\n\370\243\377\277\352\343q\003\364O\210\003\060\246C\n\370\243\377\277\060\246C\n0\246C\n@O7\n\033\001”)
at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:2991
#38 0×03284256 in IAg_signal_emit (instance=0xa43a630, signal_id=47, detail=0) at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:3038
#39 0x0371e646 in gtk_widget_event_internal (widget=<value optimized out>, event=0xa40df90) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkwidget.c:4951
#40 0x0355fa53 in IA
gtk_container_propagate_expose (container=0xa3b6e68, child=0xa43a630, event=0xa40df40)
at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c:2756
#41 0x0355fa81 in gtk_container_expose_child (child=0xa43a630, client_data=0xbfffa4e8) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c:2644
#42 0x0352bcd5 in gtk_box_forall (container=0xa3b6e68, include_internals=1, callback=0x355fa60 <gtk_container_expose_child>, callback_data=0xbfffa4e8)
at /build/buildd/gtk+2.0-2.20.1/gtk/gtkbox.c:1251
#43 0x035605e4 in IAgtk_container_forall (container=0xa3b6e68, callback=0x355fa60 <gtk_container_expose_child>, callback_data=0xbfffa4e8)
at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c:1520
#44 0x03561d37 in gtk_container_expose (widget=0xa3b6e68, event=0xa40df40) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c:2667
#45 0x035f1434 in _gtk_marshal_BOOLEAN
BOXED (closure=0xa37cea0, return_value=0xbfffa6a4, n_param_values=2, param_values=0xa9f44c8,
invocation_hint=0xbfffa690, marshal_data=0x3561c90) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmarshalers.c:84
#46 0x0326c8b9 in g_type_class_meta_marshal (closure=0xa37cea0, return_value=0xbfffa6a4, n_param_values=2, param_values=0xa9f44c8,
invocation_hint=0xbfffa690, marshal_data=0xc8) at /build/buildd/glib2.0-2.24.1/gobject/gclosure.c:878
#47 0x0326e178 in IAg_closure_invoke (closure=0xa37cea0, return_value=0xbfffa6a4, n_param_values=2, param_values=0xa9f44c8, invocation_hint=0xbfffa690)
at /build/buildd/glib2.0-2.24.1/gobject/gclosure.c:767
#48 0x032825e6 in signal_emit_unlocked_R (node=<value optimized out>, detail=<value optimized out>, instance=0xa3b6e68, emission_return=0xbfffa7ec,
instance_and_params=0xa9f44c8) at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:3286
#49 0x03283c33 in IA
g_signal_emit_valist (instance=0xa3b6e68, signal_id=47, detail=0,
var_args=0xbfffa850 “|\250\377\277@O7\n\230\250\377\277\352\343q\003\364O\210\003hn;\n\230\250\377\277hn;\nhn;\n@O7\n,\001”)
at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:2991
#50 0×03284256 in IAg_signal_emit (instance=0xa3b6e68, signal_id=47, detail=0) at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:3038
#51 0x0371e646 in gtk_widget_event_internal (widget=<value optimized out>, event=0xa40df40) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkwidget.c:4951
#52 0x0355fa53 in IA
gtk_container_propagate_expose (container=0xab05c00, child=0xa3b6e68, event=0xa40def0)
at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c:2756
#53 0x0355fa81 in gtk_container_expose_child (child=0xa3b6e68, client_data=0xbfffa968) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c:2644
#54 0x03527b3d in gtk_bin_forall (container=0xab05c00, include_internals=1, callback=0x355fa60 <gtk_container_expose_child>, callback_data=0xbfffa968)
at /build/buildd/gtk+2.0-2.20.1/gtk/gtkbin.c:128
#55 0x035605e4 in IAgtk_container_forall (container=0xab05c00, callback=0x355fa60 <gtk_container_expose_child>, callback_data=0xbfffa968)
at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c:1520
#56 0x03561d37 in gtk_container_expose (widget=0xab05c00, event=0xa40def0) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c:2667
#57 0×03532985 in gtk_button_expose (widget=0xab05c00, event=0xa40def0) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkbutton.c:1582
#58 0x035f1434 in _gtk_marshal_BOOLEAN
BOXED (closure=0xa37cea0, return_value=0xbfffab64, n_param_values=2, param_values=0xa9fdbb8,
invocation_hint=0xbfffab50, marshal_data=0×3532900) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmarshalers.c:84
—Type <return> to continue, or q <return> to quit— #59 0x0326c8b9 in g_type_class_meta_marshal (closure=0xa37cea0, return_value=0xbfffab64, n_param_values=2, param_values=0xa9fdbb8,
invocation_hint=0xbfffab50, marshal_data=0xc8) at /build/buildd/glib2.0-2.24.1/gobject/gclosure.c:878
#60 0x0326e178 in IAg_closure_invoke (closure=0xa37cea0, return_value=0xbfffab64, n_param_values=2, param_values=0xa9fdbb8, invocation_hint=0xbfffab50)
at /build/buildd/glib2.0-2.24.1/gobject/gclosure.c:767
#61 0x032825e6 in signal_emit_unlocked_R (node=<value optimized out>, detail=<value optimized out>, instance=0xab05c00, emission_return=0xbfffacac,
instance_and_params=0xa9fdbb8) at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:3286
#62 0x03283c33 in IA
g_signal_emit_valist (instance=0xab05c00, signal_id=47, detail=0, var_args=0xbfffad10 “<\255\377\277@O7\n\005”)
at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:2991
#63 0×03284256 in IAg_signal_emit (instance=0xab05c00, signal_id=47, detail=0) at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:3038
#64 0x0371e646 in gtk_widget_event_internal (widget=<value optimized out>, event=0xa40def0) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkwidget.c:4951
#65 0x0355fa53 in IA
gtk_container_propagate_expose (container=0xa43d468, child=0xab05c00, event=0xbfffb208)
at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c:2756
#66 0x03708f38 in gtk_tree_view_expose (widget=0xa43d468, event=0xbfffb208) at /build/buildd/gtk+2.0-2.20.1/gtk/gtktreeview.c:5066
#67 0x035f1434 in _gtk_marshal_BOOLEANBOXED (closure=0xa37cea0, return_value=0xbfffaf64, n_param_values=2, param_values=0xa9fdb40,
invocation_hint=0xbfffaf50, marshal_data=0x3708ec0) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmarshalers.c:84
#68 0x0326c8b9 in g_type_class_meta_marshal (closure=0xa37cea0, return_value=0xbfffaf64, n_param_values=2, param_values=0xa9fdb40,
invocation_hint=0xbfffaf50, marshal_data=0xc8) at /build/buildd/glib2.0-2.24.1/gobject/gclosure.c:878
#69 0x0326e252 in IA
g_closure_invoke (closure=0xa37cea0, return_value=0xbfffaf64, n_param_values=2, param_values=0xa9fdb40, invocation_hint=0xbfffaf50)
at /build/buildd/glib2.0-2.24.1/gobject/gclosure.c:767
#70 0x032825e6 in signal_emit_unlocked_R (node=<value optimized out>, detail=<value optimized out>, instance=0xa43d468, emission_return=0xbfffb0ac,
instance_and_params=0xa9fdb40) at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:3286
#71 0x03283c33 in IAg_signal_emit_valist (instance=0xa43d468, signal_id=47, detail=0,
var_args=0xbfffb110 “<\261\377\277@O7\n\320\n\265\n\352\343q\003\364O\210\003h\324C\nX\261\377\277h\324C\nh\324C\n@O7\n\310\001”)
at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:2991
#72 0×03284256 in IA
g_signal_emit (instance=0xa43d468, signal_id=47, detail=0) at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:3038
#73 0x0371e646 in gtk_widget_event_internal (widget=<value optimized out>, event=0xbfffb208) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkwidget.c:4951
#74 0x035eb12b in IAgtk_main_do_event (event=0xbfffb208) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmain.c:1572
#75 0x038c484b in _gdk_window_process_updates_recurse (window=0xab09aa0, expose_region=0xaafdaa0) at /build/buildd/gtk+2.0-2.20.1/gdk/gdkwindow.c:5181
#76 0x038c47fa in _gdk_window_process_updates_recurse (window=0xab09950, expose_region=0xab0ee00) at /build/buildd/gtk+2.0-2.20.1/gdk/gdkwindow.c:5154
#77 0x038c47fa in _gdk_window_process_updates_recurse (window=0xa440000, expose_region=0xaae45c0) at /build/buildd/gtk+2.0-2.20.1/gdk/gdkwindow.c:5154
#78 0x038edad4 in _gdk_windowing_window_process_updates_recurse (window=0xa440000, region=0xaae45c0)
at /build/buildd/gtk+2.0-2.20.1/gdk/x11/gdkwindow-x11.c:5566
#79 0x038c0fa3 in gdk_window_process_updates_internal (window=0xa440000) at /build/buildd/gtk+2.0-2.20.1/gdk/gdkwindow.c:5340
#80 0x038c2fbf in IA
gdk_window_process_all_updates () at /build/buildd/gtk+2.0-2.20.1/gdk/gdkwindow.c:5448
#81 0x0356076f in gtk_container_idle_sizer (data=0×0) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c:1373
#82 0x0389f358 in gdk_threads_dispatch (data=0xaae5d00) at /build/buildd/gtk+2.0-2.20.1/gdk/gdk.c:512
#83 0x031d2661 in g_idle_dispatch (source=0xab0c400, callback=0, user_data=0xaae5d00) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:4065
#84 0x031d45e5 in g_main_dispatch (context=0xa304af8) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:1960
#85 IAg_main_context_dispatch (context=0xa304af8) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2513
#86 0x031d82d8 in g_main_context_iterate (context=0xa304af8, block=<value optimized out>, dispatch=1, self=0xa302a18)
at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2591
#87 0x031d8817 in IA
g_main_loop_run (loop=0xab017a0) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2799
#88 0x03564abf in IAgtk_dialog_run (dialog=0xa9d2040) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkdialog.c:1089
#89 0x022c4e36 in QGtkStylePrivate::openDirectory(QWidget*, QString const&, QString const&, QFlags<QFileDialog::Option>) () from ./libQtGui.so.4
#90 0×02426801 in QFileDialog::getExistingDirectory(QWidget*, QString const&, QString const&, QFlags<QFileDialog::Option>) () from ./libQtGui.so.4
#91 0x048aafe7 in ?? () from /opt/qcad3/plugins/script/libqtscript_gui.so
#92 0x0170666b in QScript::FunctionWrapper::proxyCall(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) () from ./libQtScript.so.4
#93 0x01602ab9 in QTJSC::NativeFuncWrapper::operator()(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) const ()
from ./libQtScript.so.4
—Type <return> to continue, or q <return> to quit— #94 0x015d6ae9 in cti_op_call_NotJSFunction () from ./libQtScript.so.4
#95 0x05f683f2 in ?? ()
#96 0×01584545 in QTJSC::Interpreter::execute(QTJSC::FunctionExecutable*, QTJSC::ExecState*, QTJSC::JSFunction*, QTJSC::JSObject*, QTJSC::ArgList const&, QTJSC::ScopeChainNode*, QTJSC::JSValue*) () from ./libQtScript.so.4
#97 0x0162db4c in QTJSC::JSFunction::call(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::ArgList const&) () from ./libQtScript.so.4
#98 0x01602b6e in QTJSC::call(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::CallType, QTJSC::CallData const&, QTJSC::JSValue, QTJSC::ArgList const&) ()
from ./libQtScript.so.4
#99 0x0171a41f in QScript::QObjectConnectionManager::execute(int, void) () from ./libQtScript.so.4
#100 0x0171a916 in QScript::QObjectConnectionManager::qt_metacall(QMetaObject::Call, int, void
) () from ./libQtScript.so.4
#101 0x02aebc5a in QMetaObject::metacall(QObject*, QMetaObject::Call, int, void) () from ./libQtCore.so.4
#102 0x02afaccd in QMetaObject::activate(QObject*, QMetaObject const*, int, void
) () from ./libQtCore.so.4
#103 0x025e78b9 in QAbstractButton::clicked(bool) () from ./libQtGui.so.4
#104 0x022fe669 in QAbstractButtonPrivate::emitClicked() () from ./libQtGui.so.4
#105 0x022ffdd4 in QAbstractButtonPrivate::click() () from ./libQtGui.so.4
#106 0x0230008e in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from ./libQtGui.so.4
#107 0x01f40f39 in QWidget::event(QEvent*) () from ./libQtGui.so.4
#108 0x022ff21e in QAbstractButton::event(QEvent*) () from ./libQtGui.so.4
#109 0x0239b642 in QPushButton::event(QEvent*) () from ./libQtGui.so.4
#110 0x01eea7b4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from ./libQtGui.so.4
#111 0x01ef3c05 in QApplication::notify(QObject*, QEvent*) () from ./libQtGui.so.4
#112 0x02ae58bb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from ./libQtCore.so.4
#113 0x01eeb722 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget, QPointer<QWidget>&, bool) ()
from ./libQtGui.so.4
#114 0x01f7189c in QETWidget::translateMouseEvent(_XEvent const*) () from ./libQtGui.so.4
#115 0x01f6fd87 in QApplication::x11ProcessEvent(_XEvent*) () from ./libQtGui.so.4
#116 0x01f99ea2 in x11EventSourceDispatch(_GSource*, int (*)(void*), void*) () from ./libQtGui.so.4
#117 0x031d45e5 in g_main_dispatch (context=0xa304af8) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:1960
#118 IAg_main_context_dispatch (context=0xa304af8) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2513
#119 0x031d82d8 in g_main_context_iterate (context=0xa304af8, block=<value optimized out>, dispatch=1, self=0xa302a18)
at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2591
#120 0x031d84b8 in IA
g_main_context_iteration (context=0xa304af8, may_block=1) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2654
#121 0x02b11b5c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from ./libQtCore.so.4
#122 0x01f99ab5 in QGuiEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from ./libQtGui.so.4
#123 0x02ae4b79 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from ./libQtCore.so.4
#124 0x02ae4dc2 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from ./libQtCore.so.4
#125 0x024136c3 in QDialog::exec() () from ./libQtGui.so.4
#126 0×02414063 in QDialog::qt_metacall(QMetaObject::Call, int, void
) () from ./libQtGui.so.4
#127 0x02aebc5a in QMetaObject::metacall(QObject*, QMetaObject::Call, int, void) () from ./libQtCore.so.4
#128 0x01716f54 in QScript::callQtMethod(QTJSC::ExecState*, QMetaMethod::MethodType, QObject*, QTJSC::ArgList const&, QMetaObject const*, int, bool) ()
from ./libQtScript.so.4
#129 0×01719245 in QScript::QtFunction::execute(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::ArgList const&) () from ./libQtScript.so.4
#130 0×01719517 in QScript::QtFunction::call(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) () from ./libQtScript.so.4
#131 0x01602ab9 in QTJSC::NativeFuncWrapper::operator()(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) const ()
from ./libQtScript.so.4
#132 0x015d6ae9 in cti_op_call_NotJSFunction () from ./libQtScript.so.4
#133 0x05f41931 in ?? ()
#134 0×01584545 in QTJSC::Interpreter::execute(QTJSC::FunctionExecutable*, QTJSC::ExecState*, QTJSC::JSFunction*, QTJSC::JSObject*, QTJSC::ArgList const&, QTJSC::ScopeChainNode*, QTJSC::JSValue*) () from ./libQtScript.so.4
#135 0x0162db4c in QTJSC::JSFunction::call(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::ArgList const&) () from ./libQtScript.so.4
—Type <return> to continue, or q <return> to quit— #136 0x01602b6e in QTJSC::call(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::CallType, QTJSC::CallData const&, QTJSC::JSValue, QTJSC::ArgList const&) ()
from ./libQtScript.so.4
#137 0x0171a41f in QScript::QObjectConnectionManager::execute(int, void
) () from ./libQtScript.so.4
#138 0x0171a916 in QScript::QObjectConnectionManager::qt_metacall(QMetaObject::Call, int, void) () from ./libQtScript.so.4
#139 0x02aebc5a in QMetaObject::metacall(QObject*, QMetaObject::Call, int, void
) () from ./libQtCore.so.4
#140 0x02afaccd in QMetaObject::activate(QObject*, QMetaObject const*, int, void) () from ./libQtCore.so.4
#141 0x01ee3de9 in QAction::triggered(bool) () from ./libQtGui.so.4
#142 0x01ee3ff1 in QAction::activate(QAction::ActionEvent) () from ./libQtGui.so.4
#143 0x023886a1 in QMenuPrivate::activateCausedStack(QList<QPointer<QWidget> > const&, QAction*, QAction::ActionEvent, bool) () from ./libQtGui.so.4
#144 0x0238ebd3 in QMenuPrivate::activateAction(QAction*, QAction::ActionEvent, bool) () from ./libQtGui.so.4
#145 0x0238faae in QMenu::mouseReleaseEvent(QMouseEvent*) () from ./libQtGui.so.4
#146 0x01f40f39 in QWidget::event(QEvent*) () from ./libQtGui.so.4
#147 0x0238ff87 in QMenu::event(QEvent*) () from ./libQtGui.so.4
#148 0x01eea7b4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from ./libQtGui.so.4
#149 0x01ef3c05 in QApplication::notify(QObject*, QEvent*) () from ./libQtGui.so.4
#150 0x02ae58bb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from ./libQtCore.so.4
#151 0x01eeb722 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget
, QPointer<QWidget>&, bool) ()
from ./libQtGui.so.4
#152 0x01f71a74 in QETWidget::translateMouseEvent(_XEvent const*) () from ./libQtGui.so.4
#153 0x01f6fd87 in QApplication::x11ProcessEvent(_XEvent*) () from ./libQtGui.so.4
#154 0x01f99ea2 in x11EventSourceDispatch(_GSource*, int (*)(void*), void*) () from ./libQtGui.so.4
#155 0x031d45e5 in g_main_dispatch (context=0xa304af8) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:1960
#156 IA
g_main_context_dispatch (context=0xa304af8) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2513
#157 0x031d82d8 in g_main_context_iterate (context=0xa304af8, block=<value optimized out>, dispatch=1, self=0xa302a18)
at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2591
#158 0x031d84b8 in IA__g_main_context_iteration (context=0xa304af8, may_block=1) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2654
#159 0x02b11b5c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from ./libQtCore.so.4
#160 0x01f99ab5 in QGuiEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from ./libQtGui.so.4
#161 0x02ae4b79 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from ./libQtCore.so.4
#162 0x02ae4dc2 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from ./libQtCore.so.4
#163 0x02ae958f in QCoreApplication::exec() () from ./libQtCore.so.4
#164 0x043d8747 in ?? () from /opt/qcad3/plugins/script/libqtscript_core.so
#165 0x0170666b in QScript::FunctionWrapper::proxyCall(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) () from ./libQtScript.so.4
#166 0x01602ab9 in QTJSC::NativeFuncWrapper::operator()(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) const ()
from ./libQtScript.so.4
#167 0x015d6ae9 in cti_op_call_NotJSFunction () from ./libQtScript.so.4
#168 0x0574d959 in ?? ()
#169 0x015864e4 in QTJSC::Interpreter::execute(QTJSC::EvalExecutable*, QTJSC::ExecState*, QTJSC::JSObject*, int, QTJSC::ScopeChainNode*, QTJSC::JSValue*) ()
from ./libQtScript.so.4
#170 0x0158676a in QTJSC::Interpreter::execute(QTJSC::EvalExecutable*, QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::ScopeChainNode*, QTJSC::JSValue*) ()
from ./libQtScript.so.4
#171 0x016e00d5 in QScriptEnginePrivate::evaluateHelper(QTJSC::ExecState*, int, QTJSC::EvalExecutable*, bool&) () from ./libQtScript.so.4
#172 0x016e442a in QScriptEngine::evaluate(QString const&, QString const&, int) () from ./libQtScript.so.4
#173 0×08173805 in RScriptHandlerEcma::eval(QString const&, QString const&) ()
#174 0x08170eae in RScriptHandlerEcma::doScript(QString const&, QStringList const&) ()
#175 0x08ba0437 in RScriptHandler::init(QString const&, QStringList const&) ()
#176 0x0816ee37 in main ()
(gdb)

 406 QCAD (main)Bug ReportHigh QCAD Version 3 RC2 .exe does`nt run  Closed
100%
Task Description

Hi Andrew

I uninstalled QCAD 3 RC1 first then installed V3-RC2 seems to install ok but when I run qcad.exe it complains everytime that qcad.exe has stopped working!

Running on Windows 7 - 64bit

Regards

Clive

 440 QCAD (main)Bug ReportHigh Assert: Current layer invalid Closed
100%
Task Description

- Add layer
- Undo
→ Current layer is invalid
- Draw line
→ Assert

 447 QCAD (main)Bug ReportHigh Issue opening/saving files Closed
100%
Task Description

I’m not able to open or save a file using the open/save file dialog.
When I change the Look in: directory nothing happens.
Even when I click on My Computer or Chris.

The same applies to saving files.

Regards,

Chris

 475 QCAD (main)Bug ReportHigh Mac OSX 10.6.8 frequent crashes Closed
100%
Task Description

I’m getting frequent crashes for no apparent reason, in a variety of commands. Sorry, Qcad 3 is unusable for me at the moment.

 478 QCAD (main)Bug ReportHigh crash on "Draw" - "Insert Bitmap" Closed
100%
Task Description

Selecting “Draw” and “Insert Bitmap” from the menu shows file dialog “Import Bitmap” for a split second and then crashes completely with segmentation fault.

Running Ubuntu Linux 10.04 LTS with QCad3 rc2.

Console output:
Debug: updateScenes...
Debug: updateGuiActions...
Debug: notifyListenersSlot...
Warning: RScriptHandlerEcma::createActionDocumentLevel(): “scripts/Snap/RestrictOff/RestrictOff.js” : Engine is busy. Aborting...
Warning: RScriptHandlerEcma::createActionDocumentLevel(): “scripts/Snap/SnapAuto/SnapAuto.js” : Engine is busy. Aborting...
/opt/qcad-3.0.0-rc2-prof-linux/qcad: line 35: 5905 Segmentation fault LD_LIBRARY_PATH=”$DIR” “$binary” $OPT1 $OPT2 “$@”

 524 QCAD (main)Bug ReportHigh Debugger appears when using lengthen tool Closed
100%
Task Description

When attempting to use the Lengthen tool, the Qt Script Debugger was activated. The following exception was noted:

Welcome to the Qt Script debugger.
Debugger commands start with a . (period).
Any other input will be evaluated by the script interpreter.
Type “.help” for help.

Uncaught exception at scripts/Modify/Lengthen/Lengthen.js:137: TypeError: Result of expression ‘this.entity.trimStartPoint’ [undefined] is not a function.
137 this.entity.trimStartPoint(is);

The application then crashed and report was sent to Apple.

 536 QCAD (main)Bug ReportHigh Update RC5 NO icons Closed
100%
1 Task Description

After Update to RC5 there are NO icons displayed

 797 QCAD (main)Bug ReportHigh QCAD hanging after loading working file Closed
100%
Task Description

I have the german Version of QCAD 3.0.0.
After starting QCAD I load my current work file (an architecture one).
After loading I get two working Areas in QCAD and after a while the complete Software QCAD (only QCAD) is hanging. It is not possible to close the QCAD SW with the task Manager of Windows 7. Only to log out helps to Close or remove the running SW. The attachment Shows a Screen copy. The view is when you see through milky glasses to QCAD.

I bought this SW a few days ago and then this happened. I have spend a lot of time to generate my Project and now this.

Is there any one who knows what the Problem is?
Is that a Problem of thw QCAD SW or can be the problem my current work file (generated with QCAD on my Notebook). Note, Problem happens on my work Station. I have started to work on my Notebook, but i found out that the Screen is to small to work with QCAD. So i moved the SW to my work Station. (Both working with Windows 7) This to get more Details abou the handling and whathappens before.

Would be great to get a quick Response or better a working solution for my Problem. When you need more details please let me know.

[Edited by Admin for profanity]

 799 QCAD (main)Bug ReportHigh Detect duplicates not working properly Closed
100%
Task Description

Windows 7-64
3.0.9
Detect duplicates tool not working properly.
Selecting this tool causes program to lag endlessly and malfunctions.
To reproduce bug:
1. Select all entities.
2. Select duplicates tool.
3. Nothing happens.
4. Select duplicate tool again and...bug!

 900 QCAD (main)Bug ReportHigh Using text in 3.1.2 freezes QCAD Closed
100%
Task Description

Placing text in a drawing using 3.2.1 causes the application to freeze.
Please see topic:
http://www.qcad.org/rsforum/viewtopic.php?f=33&p=8355#p8355

 904 QCAD (main)Bug ReportHigh Crash when inserting some blocks from part library Closed
100%
Task Description

Tested on Linux Mint-64
Inserting some exsisting blocks or newly user created blocks makes QCAD quit!
Permissions were checked and also tested by submitting new blocks to new folder...but problem remains.
See related topic:
http://www.qcad.org/rsforum/viewtopic.php?f=33&p=8387#p8387

 1043 QCAD (main)Bug ReportHigh QCAD 3.4.7 pro crash Closed
100%
Task Description

Hello!

intensive work in QCAD 3.4.7 pro leads to crash it after 30-40 minutes.

Console output (OS Debian jessie):

Could not allocate register file: 12
./qcad: line 18: 6266 Segmentation fault LD_LIBRARY_PATH=”$DIR” “$binary” -style plastique “$@”

 1091 QCAD (main)Bug ReportHigh Qcad-Pro 3.6.3 Repeatable crash when using mirror tool  ...Closed
100%
Task Description

Under OS X 10.9.4 I often experiencing a crash with QCad-Pro 3.6.3 when using the mirror tool. It’s repeatable to roughly 90% , just do it a few times and it will crash.

In this report I have included the crash trace from OS X as well as a simple example DXF file (a house gate) which can be used to repeat the crash. Just do a vertical mirroring a few times and the crash will happen.

It usually happens more if you choose “Keep original”

While not quite a showstopper I would consider this something that really needs fixing ASAP as it could mean data loss (which happened to me).

 1135 QCAD (main)Bug ReportHigh Minimally reproducible segfault when moving a leader in ...Closed
100%
Task Description

Hi,

I have a nice minimally reproducible bug on QCAD v3.7.4 on Mac OS X 10.9.5 (Mavericks).
QCAD will segfault whenever I take the following steps:

1. Open a new document
2. Create a leader object (D,E) in the default ‘0’ layer. Leave its style and color defined by the layer, as per default.
3. Create a new layer, with a non-default line style or color. The line weight & layer name do not matter.
4. Select the leader object previously create
5. Open the property editor and assign the object to the new layer just created.
Every time, this will cause QCAD to segfault on my machine. The crash report is attached.

Another minimally reproducible path to the same error is to do the following:
1. Open a new document
2. Create a leader object (D,E) in the default ‘0’ layer. Give it a custom color and line style that over-ride the layer defaults.
3. Create a new layer, with a non-default line style or color. The line weight & layer name do not matter.
4. Select the leader object previously created.
5. Open the property editor and assign the object to the new layer just created.
6. Still in the property editor, switch the leader object’s color back to ‘By Layer’.
The same segfault will occur.

It seems that the crash is triggered by the action of changing a leader object’s color (and/or line style) in a manner that requires the object to check the containing layer’s default color and style. You can achieve this by either changing the object’s layer, or switching the color and style from being custom defined to ‘by layer’, as long as the selection requires the line’s appearance to change.

Any thoughts? My machine’s crash report is attached.

Dan

 1145 QCAD (main)Bug ReportHigh Closing inactive tab of a modified drawing: drawing fil ...Closed
100%
Task Description

Steps to reproduce:

1. Create new drawing and fill it with some contents that’s easy to distinguish, for example text “DRAWING 1”.
2. Save it as dr1.dxf
3. Close it
4. Open dr1.dxf
5. Edit it, for example change text from “DRAWING 1” to “DRAWING 2” 6. Save changed file as dr2.dxf
7. Close it
8. Open dr1.dxf (it should have content “DRAWING 1”)
9. Open dr2.dxf (it should have content “DRAWING 2”)
10. Close tab dr1.dxf
10.1 Qcad will ask you to save changes.
10.2 Press “Yes” –> nothing happens, dialog doesn’t disappear.
10.3 Press “Discard” –> dialog disappears, tab gets closed
10.4 Tab that has content of file dr2.dxf (”DRAWING 2”) remains open but gets title “dr1.dxf” (!)
11. Close tab
12. Press “Yes” in dialog that asks to save changes

Results:
1. Open dr1.dxf
2. Open dr2.dxf
As you can see, both files have equal contents (”DRAWING 2”)

Expected results:

1. Files have their own contents.
2. Dialogs asking to save files disappear when checking “Yes”, “Cancel” or “Discard” 3. Tabs don’t change titles and associated file names when other tabs are closed.

 1177 QCAD (main)Bug ReportHigh Bugs on Win 7- 64bit Closed
100%
Task Description

Just installed (31 jan 2015) on Win 7 64 bit. Two bugs are immediately apparent...

 bug 1 : Network drives are not listed in the file open or import dialogs - no way to access files stored on networked drives. (This is not a windows configuration error- all my other apps work perfevtly ok.)

 bug 2 : After about 5 minutes of initial exploration immediately after installation a window pops up... Trial Expired: The trial add-on CAM is no longer active (restart required).

Note: I do have neither of these problems on Windows XP (32 bit) which I installed yesterday

 1217 QCAD (main)Bug ReportHigh Modify > Explode: crash for non-explodable entities Closed
100%
Task Description

- Select line
- Modify > Explode

 1249 QCAD (main)Bug ReportHigh QCAD makes USB stick read only Closed
100%
Task Description

After the first time I have saved a file from QCAD to the USB stick, the USB stick becomes read only.

Highly inconvenient as one then needs to copy over the data and format it again.

 1280 QCAD (main)Bug ReportHigh Dimension > Leader: crash when attempting to draw leade ...Closed
100%
Task Description

- Create new empty drawing
- Make layer 0 invisible or lock it
- Dimension > Leader
- Set start point

 1283 QCAD (main)Bug ReportHigh Crash when snapping to intersection points between zero ...Closed
100%
1 Task Description

Create spline through point P.
Create zero length line at P.
Snap to P → crash.

 1286 QCAD (main)Bug ReportHigh Canvas flickers/flashes white when scrolling. Closed
100%
Task Description

When scrolling quickly, the entire canvas flashes white (some kind of video buffer issue?). This includes the rulers, but excludes the scroll bars and the corner fillet at the top-left between the two rulers. Frequency of flicker is linked to speed too - the more you scroll the fast the flicker.

I’ve marked the severity high - obviously this is not a functional problem, but the strobe effect is causing headaches and may have negative affects for people with illnesses triggered by flashing light. Even with the background set to white, the flashing is still severe - when the background is set to black, it’s unbearable.

Using a Mac Pro (10.10.3) with AMD FirePro D300 2048 MB graphics and dual displays. Happens on either of the displays. Was using an August 2013 build with the issue - just upgraded to latest build and have same issue. Didn’t experience this on previous/older Mac Pro (running 10.8), so suspect it’s an issue with hardware or OS version?

 1331 QCAD (main)Bug ReportHigh QCAD cannot be launched, application preferences incomp ...Closed
100%
Task Description

Missing file Qt5XmlPatterns.dll in Windows 64bit release.

 1354 QCAD (main)Bug ReportHigh 64 bit version crashes on Save or Save As command Closed
100%
Task Description

I just installed 3.12.5.0 (3.12.5) on a Dell Latitude E7250 (8GB RAM, i7-56000 CPU, 2.6GHz, Win 7 Pro 64 bit OS).

Started working my way through the user manual, tried to save a new file as ‘example’ and QCAD (64 bit Pro) crashed. Tried a few times with Save and Save As, empty files and a simple rectangle and it crashed every time.

Removed and re-installed the 64 bit version - same problem

Downloaded, installed 32 bit version as work around - works fine

 1450 QCAD (main)Bug ReportHigh File > Save: Invalid Symbol Table Name Closed
100%
Task Description

Opens an Autocad .dwg file happily (Pro version x64). Allows you to make changes, when you go to save (or save as), you get the “Invalid symbol table name”.

It should figure this out when file is opened and squawk immediately.

Would be extremely useful to get some additional error details that might allow one to diagnose and fix the problem. i.e. “Invalid symbol table name: _” with the name of the offender.

I tried removing unused blocks, no joy.

 1492 QCAD (main)Bug ReportHigh Crash when selecting polygon Closed
100%
Task Description

When trying to select the innermost square (created as a polygon) - Qcad immediately crashes.

Selection can be either a box select or by clicking on the polygon.

This happened with the latest (3v15.5.0) QCAD/CAM Pro on Linux
I have not attempted to verify problem on windows.

 1536 QCAD (main)Bug ReportHigh Draw > Polyline > Delete Node(s): crash when deleting 2 ...Closed
100%
Task Description

QCAD crashes when you perform the following operations:

1. Create Polyline with just one segment.  
2. Delete the node with DELETE NODE(S) command.  
3. Press ESC several times.
(-> QCAD crashes..)
 1560 QCAD (main)Bug ReportHigh Main menu not selectable (Ubuntu 16.04, Unity) Closed
100%
Task Description

The main menu bar does not allow any selections, there is not even an underscored shortcut character shown.

 1602 QCAD (main)Bug ReportHigh QCAD crashes whenever I use the Help/Check for QCAD Pro ...Closed
100%
Task Description

2016 I Mac running Mac OS X Sierra Ver 10.12.5
Program crashes when I use the “Check for QCad Pro updates” in the “Help” menu
Therefor I cannot update to latest version

QCAD Data
Version:
3.16.5.0 (3.16.5)
Internet:
QCAD.org
Build Date:
Feb 6 2017
Revision:
62420f4
Qt Version:
5.8.0
Architecture:
x86_64
Compiler:
Clang 8.0.0

 1658 QCAD (main)Bug ReportHigh Crash when switching to layout block (32bit Linux, Qt4) Closed
100%
Task Description

Affects 32bit Linux when compiled against Qt4 (legacy platform release).

 1758 QCAD (main)Bug ReportHigh Draw > Polyline > Create from Selected Entities: crash  ...Closed
100%
Task Description

(Re-)combining polys touching at node with ‘create from selected’ leads to application crash.

QCAD 3.20.1 Win7 32bit

In the file example 2.
Regards

 1774 QCAD (main)Bug ReportHigh Draw > Polyline > Morph: crash under macOS Closed
100%
Task Description

Depolyment issue with qcaddwg plugin.

 1777 QCAD (main)Bug ReportHigh Crash when pasting / importing drawing with missing ima ...Closed
100%
Task Description

Importing or pasting a drawing which references a non-existing image crashes.

RGraphicsSceneDrawable or type image references deleted, temporary preview document through RImageData which leads to crash when trying to load the image.

 1778 QCAD (main)Bug ReportHigh Draw > Point > Single Point: Exception Closed
100%
Task Description

Exception due to invalid include path.

 1781 QCAD (main)Bug ReportHigh QCAD 3.21.2 crashes when selecting an entity in attache ...Closed
100%
Task Description

QCAD 3.21.2 x86_64 Linux crashes if I try to select any entity of the attached file. The qt4 legacy version is working fine.

 1839 QCAD (main)Bug ReportHigh Lost in migration Closed
100%
Task Description

Hi Andrew,

I am trying to ‘HP pen plotter’ a test file, created by AutoCAD 10.

Saving the in QCAD loaded file goes fine. However, the tool table is empty now.

Trying to make a new tool 1 Errors it exists already but does not show up in the tool table.

What do I miss?

 1897 QCAD (main)Bug ReportHigh File - Import broken in 3.22.1 Closed
100%
Task Description

Import of a block from a file from file - import or its related icon does not place anything on the drawing or add it to the block list.
When you open the command, the import drawing dialog appears as well as the options tool bar. Whether save as block is checked or not, nothing happens and the options tool bar closes when a file name has been selected and open is clicked on the import drawing dialog.

Dragging and dropping a file on the main screen still works

 2179 QCAD (main)Bug ReportHigh The use of 'Edit Block In-place' corrupts other open fi ...Closed
100%
Task Description

QCAD Professional
Win7 winInstaller 32bit
Version: 3.25.2.7 (3.25.2.7)
Internet: QCAD.org
Build Date: Dec 16 2020
Revision: e06f230
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

Include file was open when using ‘Edit Block In-place (BB)’ in an other drawing.
Happend on 5/1/2021 just before 2:56 am
https://qcad.org/rsforum/viewtopic.php?&t=7945#p31055

‘Edit Block In-place (BB)’ is never used in this drawing.
There was never a Block in this file.
I might have switched focus.

Re-installed QCAD a dozen times meanwhile.
Wiped all what remained of QCAD twice.
Cleaned up the windows registry twice.
Lastly left out all kinds of my custom scripts.
Simply a bare install with the msi file.

How to replicate:
- Start QCAD in normal mode
- Load included file
- Set App.Prefs .. Startup .. Restore open files
- Close QCAD
- Start QCAD in debugger mode
(-rescan -enable-script-debugger -always-load-scripts)

Boot fails.
Every successive trial.

When booting in normal mode I see the BB options toolbar blink shortly.

3 Screengrabs in DebuggerModeError.zip in the same topic.
The blink I can’t catch.

I can Boot with no file to retore on open in debugger mode and load the file.
I have several of those files, all were open that day at 2:56 am

CVH

 2355 QCAD (main)Bug ReportHigh Viewport: Crash when moving, rotating, mirroring or str ...Closed
100%
Task Description

Recursion in move, rotate, mirror, stretch of viewport entity.

 2519 QCAD (main)Bug ReportHigh Fit point Splines not displaying Closed
100%
Task Description

If I draw a ‘control points’ spline, it draws fine. If I draw (or open a file with...) ‘fit points’ spline, then that spline type wont’ display. (see attached video)

* If I ‘select all’, then the fit points will display/highlight; however, the spline itself does not display.

 5 QCAD (main)Bug ReportMedium print preview: paper disappears on focus out / in Closed
100%
Task Description

when changing the window focus, the paper in the print preview disappears and doesn’t come back anymore

 6 QCAD (main)Performance IssueMedium Auto snap near splines Closed
100%
Task Description

Move cursor near spline, e.g. when drawing line with auto snap active.

 8 QCAD (main)Bug ReportMedium Text Dialog: custom text height broken Closed
100%
Task Description

Custom text height cannot be set (enter closes the dialog, tab does not activate the entered text height)

 14 QCAD (main)Feature RequestMedium File: Print Preview Closed
100%
Task Description

Open

  • re-enable auto fit
  • re-enable center

Postponed

  • option to not print empty pages

Done

  • PDF export
  • scale factor
  • position
  • paper size
  • paper orientation
  • toggle portrait / landscape in toolbar
  • choose paper format in toolbar
  • multiple pages with margin and stitch marks
  • zoom to all pages
  • color mode (color, gray scale, black white)
  • scale combo box in drawing preferences empty
 20 QCAD (main)Bug ReportMedium Changing drawing unit makes QCAD hangs Closed
100%
Task Description

Changing the unit of a drawing can make QCAD hangs

  • Mile: QCAD hangs in endless loop
  • Nanometer, Microinch: view turns white, at some levels of zoom, it turns gray
  • Foot, Yard: GraphicsView grid too small meshed
Showing tasks 201 - 250 of 2560 Page 5 of 52<<First - 3 - 4 - 5 - 6 - 7 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing