Displaying 5 results from an estimated 5 matches for "myprocess".
Did you mean:
msprocess
2005 Nov 05
3
Signal id and signal sender pid using dtrace
Hi
I have a process which reads a socket using recvfrom. After sometime, for no apparent reason, recvfrom exits with an EINTR causing the sender to barf too. Basically the socket on which these processes were communicating no longer exists. On writing a dtrace, I could determine that a signal was received at that socket causing the EINTR. I do not know of way to see who sent the signal (which
2003 Sep 07
1
Problem Installing Open H.323 Channel Driver
...143: `H323Channel' was not declared in this scope
ast_h323.h:143: parse error before `)'
ast_h323.h:153: syntax error before `::'
ast_h323.h:154: syntax error before `::'
ast_h323.h:159: parse error before `}'
ast_h323.cpp:60: syntax error before `*'
ast_h323.cpp: In method `MyProcess::~MyProcess()':
ast_h323.cpp:71: invalid use of undefined type `class MyH323EndPoint'
ast_h323.h:101: forward declaration of `class MyH323EndPoint'
ast_h323.cpp:54: incomplete `endPoint' defined here
ast_h323.cpp: In method `void MyProcess::Main()':
ast_h323.cpp:78: invalid use...
2009 Sep 16
2
generate core dump for process
Hi all.
I ran "ulimit -c unlimited" as root on my machine (centos 5.3 x86_64)
when I run the process it is getting SIGSEGV but not creating a core dump?
What else do I need to do to get a core dump file
when I run "gdb myprocess" the SIGSEGV does not happen.
Jerry
2013 Aug 28
3
Creating Windows services
Hello,
Documentation mentions that Windows service resource provider "can start,
stop, enable, and disable services".
Is it possible to create (register) a service using this provider?
I''m running stand-alone Puppet agent 3.4.2 on Windows.
Thanks,
Igor.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To
2004 Dec 17
1
h323 channel compile error
...ber functions
ast_h323.h:279: parse error before `&'
ast_h323.h:281: syntax error before `::'
ast_h323.h:282: redefinition of `WORD externalPort'
ast_h323.h:241: `WORD externalPort' previously declared here
ast_h323.h:283: parse error before `}'
ast_h323.cpp: In method `void MyProcess::Main ()':
ast_h323.cpp:88: invalid use of undefined type `class MyH323EndPoint'
ast_h323.h:185: forward declaration of `class MyH323EndPoint'
ast_h323.cpp: At top level:
ast_h323.cpp:96: type specifier omitted for parameter
ast_h323.cpp:96: parse error before string constant
ast_h323.c...