segfault crash after using Move Object to Current Layer
Bug #783640 reported by
Colin D Bennett
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gEDA project |
Fix Released
|
Critical
|
Unassigned | ||
pcb |
New
|
Undecided
|
Unassigned |
Bug Description
After using Move Object to Current Layer (or Move Selected to Current Layer), performing an Optimize Rats Nest operation causes a segmentation fault due to accessing a null pointer.
I have a very simple test layout file attached (“puller-
(1) Open puller-
(2) Select “top GND” as the current layer by checking the radio button.
(3) Position the mouse cursor over the line connecting R2-1 and CONN1-1.
(4) Press 'm' to invoke Move Object to Current Layer.
(5) Press 'o' to Optimize Rats Nest. pcb will now crash.
I will attach gdb and valgrind logs.
Changed in geda-project: | |
importance: | Undecided → Critical |
tags: | added: segfault |
To post a comment you must log in.
I should note that the line you try to move to another layer also vanishes when you hit 'm', so that also shows something Bad is happening in the Move to Layer operation.