Re: [Kicad-developers] pcbnew hang

2013-06-15 Thread Chris Morgan
Dick turned out to be correct, that was some good insight there. Attached strace to the process and sure enough it is traversing a directory that has symlinks, several of which appear to be pointing back to the same directory. So, the process is making progress but because of the several symlink l

Re: [Kicad-developers] Windows python scipting work

2013-06-15 Thread Dick Hollenbeck
On 06/15/2013 02:39 PM, Brian Sidebotham wrote: > Hi Guys, > > Sorry I've not given out much information yet. This is where I am: > > I've nearly finished converting wxWidgets to a cmake build system. You are half man, half amazing. > There are some more > options I need to cover first, but i

Re: [Kicad-developers] pcbnew hang

2013-06-15 Thread Chris Morgan
Ok. Ill see what I can come up with. Good idea on the recursive symlink. Surprised wx wouldn't handle that situation. Ill try to figure it out this evening. Chris On Jun 15, 2013, at 5:31 PM, Dick Hollenbeck wrote: > No idea. This is new code. > > KISYSMOD env var is not used yet, so one op

Re: [Kicad-developers] pcbnew hang

2013-06-15 Thread Dick Hollenbeck
No idea. This is new code. KISYSMOD env var is not used yet, so one option is to comment out the entire block from 194 to 213. But I think Wayne would appreciate getting help nailing the problem. You can try and log the execution with fprintf(). Using printf() likely won't work, since the o

[Kicad-developers] pcbnew hang

2013-06-15 Thread Chris Morgan
Hello. I'm seeing a pcbnew hang at 100% cpu, but only if I run it via the kicad window. If I start pcbnew from a console window it runs fine. This is with a few day old kicad-testing branch, Kubuntu 13.04 64bit. Here is the stack trace: gdb) bt #0 0x7f7b6a75 in __xstat64 () from /lib/x8

[Kicad-developers] Windows python scipting work

2013-06-15 Thread Brian Sidebotham
Hi Guys, Sorry I've not given out much information yet. This is where I am: I've nearly finished converting wxWidgets to a cmake build system. There are some more options I need to cover first, but it builds well now and with -j 8 it takes 4m30s to build a release DLL version on my system (i.e. s

Re: [Kicad-developers] Regression Testing Plan

2013-06-15 Thread Brian Sidebotham
On 12 June 2013 17:06, Kaspar Bumke wrote: > Great, I shall be following developments and hopefully I will get some > time to help out/try out some Python based alternatives. > > Excellent Kasper. I will email as soon as I've put a branch up and have some testing in place. Best Regards, Brian. _

Re: [Kicad-developers] Call for help.

2013-06-15 Thread Wayne Stambaugh
On 6/15/2013 1:49 PM, jp charras wrote: Le 15/06/2013 16:28, Wayne Stambaugh a écrit : On 6/15/2013 4:07 AM, jp charras wrote: Le 14/06/2013 21:08, Wayne Stambaugh a écrit : I may have found a issue with an exception causing Pcbnew to crash on release builds on Windows. I would appreciate if

Re: [Kicad-developers] Call for help.

2013-06-15 Thread jp charras
Le 15/06/2013 16:28, Wayne Stambaugh a écrit : On 6/15/2013 4:07 AM, jp charras wrote: Le 14/06/2013 21:08, Wayne Stambaugh a écrit : I may have found a issue with an exception causing Pcbnew to crash on release builds on Windows. I would appreciate if a some of you Windows users would run a s

Re: [Kicad-developers] Call for help.

2013-06-15 Thread Wayne Stambaugh
On 6/15/2013 4:07 AM, jp charras wrote: Le 14/06/2013 21:08, Wayne Stambaugh a écrit : I may have found a issue with an exception causing Pcbnew to crash on release builds on Windows. I would appreciate if a some of you Windows users would run a simple test and let me know if you encounter any

Re: [Kicad-developers] Call for help.

2013-06-15 Thread jp charras
Le 14/06/2013 21:08, Wayne Stambaugh a écrit : I may have found a issue with an exception causing Pcbnew to crash on release builds on Windows. I would appreciate if a some of you Windows users would run a simple test and let me know if you encounter any problems. Open Pcbnew and load any board