PCB shuts down after opening file with empty Connect("")
Bug #812407 reported by
Joe Rowan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gEDA |
Won't Fix
|
Low
|
Unassigned | ||
gEDA project |
New
|
Medium
|
Unassigned | ||
pcb |
New
|
Undecided
|
Unassigned |
Bug Description
After editing a schematic in gschem and using gsch2pcb to create a new netlist, a space was left at the end of a net after a line continuation character. This led to an empty connect statement in the net after import to the PCB file [Connect("")] and after this PCB would immediately shut down on opening the file without leaving any error record, even when started from a command line. The PCB file is OK after removing the connect statement.
The net with the space was the last entry in the netlist file, and before the schematic was edited, that entry had run onto the next line after a continuation character but was now shorter.
Changed in geda: | |
status: | New → Invalid |
Changed in geda: | |
status: | Invalid → New |
tags: | added: gnetlist gsch2pcb |
Changed in geda: | |
importance: | Medium → Low |
Changed in geda: | |
status: | Incomplete → Won't Fix |
Changed in geda-project: | |
importance: | Undecided → Medium |
To post a comment you must log in.
Hi Joe,
I'd like to try and stop gsch2pcb from emitting broken netlists. :-) Do you by any chance have a minimal schematic that causes the "space after line continuation char" problem?