[Kicad-developers] Segmentation fault on rev. 4614

2014-01-08 Thread Барановский Константин
After successful build rev. 4614 - eeschema, pcbnew, gerbview, pl_editor doesn't run, in console I get 'Segmentation fault' and memory dump (attached). Other apps (kicad, cvpcb, bitmap2component, pcbcalculator) works fine. I tried run apps in guest session (I thought problem in my config files)

Re: [Kicad-developers] Segmentation fault on rev. 4614

2014-01-08 Thread Maciej Sumiński
Hi, Thank you for the report. Please try the attached patch and let us know if it solves the problem. Regards, Orson On 01/08/2014 12:05 PM, Барановский Константин wrote: After successful build rev. 4614 - eeschema, pcbnew, gerbview, pl_editor doesn't run, in console I get 'Segmentation faul

Re: [Kicad-developers] Segmentation fault on rev. 4614

2014-01-08 Thread Барановский Константин
Your patch resolved this problem. Thank you! 08.01.2014 14:37, Maciej Sumiński пишет: Hi, Thank you for the report. Please try the attached patch and let us know if it solves the problem. Regards, Orson On 01/08/2014 12:05 PM, Барановский Константин wrote: After successful build rev. 4614

[Kicad-developers] Net names and net codes

2014-01-08 Thread Maciej Sumiński
I am wondering if there are any special reasons to keep net names and net codes separated. This gives programmer a chance to set a net code that is actually not related to the appropriate net name. One is even able to set a net name that does not exist using D_PAD::SetNetname() for a single pad

Re: [Kicad-developers] Net names and net codes

2014-01-08 Thread jp charras
Le 08/01/2014 15:35, Maciej Sumiński a écrit : > I am wondering if there are any special reasons to keep net names and > net codes separated. This gives programmer a chance to set a net code > that is actually not related to the appropriate net name. One is even > able to set a net name that does n