QCAD

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)

Tasklist

FS#54 - Creating polyline from segments hangs

Attached to Project: QCAD
Opened by Martin (martin) - Wednesday, 04 May 2011, 16:54 GMT+2
Last edited by Andrew (andrew) - Wednesday, 04 May 2011, 17:13 GMT+2
Task Type Bug Report
Category Main
Status Closed
Assigned To Andrew (andrew)
Operating System All
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

  1. load “scripts/Draw/Polyline/PolylineFromSegments/Tests/lines.dxf”
  2. choose Polyline → Create from segments
    • the conversion isn’t done
    • the tool can be cancel with right click, but QCAD stays in strange stage using 25% CPU permanently
    • quit leads to segmentation fault
Thread [1] 20083 (Suspended : Signal : SIGSEGV:Segmentation fault)	
	0xb693148a	
	QScriptEngineAgentPrivate::atStatement() at 0xb6bc397b	
	0xb6a42232	
	0xb6a8e39a	
	0xa9b50ac0	
	0xffffffff	
	0x5	
	0xfffffffe	
	0xdc	
	0xfffffffe	
	<...more frames...>	
This task depends upon

Closed by  Andrew (andrew)
Wednesday, 04 May 2011, 17:13 GMT+2
Reason for closing:  Fixed
Comment by Andrew (andrew) - Wednesday, 04 May 2011, 17:11 GMT+2

due to ECMAScript fixes:

var nextEntity = undefined;

changed into:

var nextEntity;

Loading...