Re: [Puppet Users] Puppet execution hangs for long periods of time

2013-03-04 Thread Olivier Trempe
Ok, I just tried on Windows 7 and I don't observe the performance issue. Thanks to all of you. I will not push this investigation further as I hope to have my linux master soon! On Monday, March 4, 2013 7:32:11 AM UTC-5, Felix.Frank wrote: > > On 03/01/2013 09:32 PM, Josh Cooper wrote: > > >

Re: [Puppet Users] Puppet execution hangs for long periods of time

2013-03-04 Thread Felix Frank
On 03/01/2013 09:32 PM, Josh Cooper wrote: > > Those are the most repeated patterns. > I don't know much about Windows' core... I hope this help you identify > the problem No, sorry, I'm pretty much a novice with Windows as well. HeapAlloc sounds like memory allocation issues. Which can be a pe

Re: [Puppet Users] Puppet execution hangs for long periods of time

2013-03-01 Thread Josh Cooper
On Fri, Mar 1, 2013 at 11:25 AM, Olivier Trempe wrote: > Ok, > > I used this tool: StraceNT > > So when it first hangs, I got loads of: > > [T4168] WahReferenceContextByHandle(45718, 5f8, 2416954, 71ab4762, ...) > [T4168] InterlockedExchangeAdd(45840, 2, 2416088, 24166ec, ...) = 46 > [T4168] Inter

Re: [Puppet Users] Puppet execution hangs for long periods of time

2013-03-01 Thread Olivier Trempe
Ok, I used this tool: StraceNT So when it first hangs, I got loads of: [T4168] WahReferenceContextByHandle(45718, 5f8, 2416954, 71ab4762, ...) [T4168] InterlockedExchangeAdd(45840, 2, 2416088, 24166ec, ...) = 46 [T4168] InterlockedExchangeAdd(45844, 2, 2416088, 24166ec, ...) = 47 = 0 [T4168] Ge

Re: [Puppet Users] Puppet execution hangs for long periods of time

2013-02-27 Thread Felix Frank
Huh. Is there an strace for windows? It would be good to know exactly what's going on during those breaks. On 02/25/2013 09:16 PM, Olivier Trempe wrote: > Hi, > > I wrote a little "hello world" script and I am a little concerned by > execution that hangs for long periods of time. > > *computer:

[Puppet Users] Puppet execution hangs for long periods of time

2013-02-26 Thread Olivier Trempe
Hi, I wrote a little "hello world" script and I am a little concerned by execution that hangs for long periods of time. *computer:* Windows XP Professional Service Pack 3 Intel(R) Xeon(R) CPU W3550 @ 3.07GHz 3.07GHz, 3.50 GB of RAM *init.pp:* class hello { notice('Hello world!') } *command