Comment 1 for bug 1098046

Revision history for this message
KaiMartin (kmk-familieknaak) wrote :

I was able to reproduce both failures with current git head versions of pcb and geda-gaf.

I prepared a set of test cases with ridiculously long pinnumbers and netnames:
  netname_stresstest.sch
  netname_stresstest.pcb
  pin_number_stresstest.sch
  pin_number_stresstest.pcb
  res_test.sym

To reproduce:
1) pcb netname_stresstest.pcb
2) file - import_schematic
→ immediate segfault

1) pcb pin_number_stresstest.pcb
2) file - import_schematic
→ no rats added to the layout
→ message on stdout:
Loading schematic [/tmp/gedabastel/pin_number_stresstest.sch]
unknown action `3456789_123456789_123456789_123456789)'

---<)kaimartin(>---