search for: parentpid

Displaying 6 results from an estimated 6 matches for "parentpid".

Did you mean: parent_pid
2017 Mar 30
4
de-posixifying list tests?
Rafael, Filipe, I am looking at the fixes you apply to sanitizer tests and they worry me. (e.g. https://reviews.llvm.org/D31498) The fixes are mostly mechanical and thus every single change looks safe, but given the amount of changes there is large risk to cripple some of the tests in a way that they will stop detecting failures. When I write a test for new functionality, I always verify that
2008 Jun 04
12
Mongrel as Windows service with normal privileges
I am trying to run Mongrel 1.1.5 with mongrel_service 0.3.4 on Ruby 1.8.6 with a "normal" user account, i.e. a user which belongs only to the Windows group "Users". The rationale behind this is that running a web server with full administrative rights (e.g. Local System) is not something that I would like to do. Unfortunately, starting the service from the services control
2003 Nov 12
0
smbmount patch
...ng. Maybe this is a Linux-only bug (2.4 and 2.6 shows the same). But this is enough to apply my patch (or make other proper thing[s]). Explaining: Smbmount need to be a daemon to serve the mountpoint. Parent make [sys_]fork() to create this young daemon. After sys_fork() children go ahead and kill(parentpid, SIGTERM). BUT! Parent sometimes late to finish his sys_fork() :(( I don't know why. And when he still in fork() and children kill(perentpid,SIGTERM)'s him parent calls exit(), but after this begin some maybe "proper" freeing of something by libs (saw with gdb) and process deadloc...
2011 Feb 26
5
Igo for PC ver. 8.3
I run this prog (http://www.compcar.ru/forum/showthread.php?t=7342)and this error appears: Fatal error occurred in main thread. Address:0x004a1f11 Exception:0xc0000005 I added every library whitch Igo needed (native-builtin) / I found them by Ollydebuger in Windows 7/ , but no success :( Could I add some other info to solve this?
2007 Mar 29
10
Mongrel Service won''t start on windows
64bit Intel 8 CPU server Windows 2003 Server Service set to run as LocalSystem, doesn''t work as user account either The error we see is: "Service failed to start in a timely..." Which I have seen in the past email trails as working The app works from mongrel_rails start and from mongrel_service console -N servicename -p 3000 -c c:\rails_apps\appname -e production We upgraded
2007 Mar 26
16
mongrel_service fails to get "service.exe" from ppid?
...uot;error 1053 : The service did not respond to the start or control request in a timely fashion." >From a part of "ServiceFB.log" at c:/ruby/bin, mongrel_service failed to get the process name of "service.exe". >ServiceController.RunMode() >CurrentPID: 540 >ParentPID: 716 >Parent Name: <unknown> >ServiceController.RunMode() done and a part of "gem list" is ; >mongrel (1.0.1) >mongrel_service (0.3.1) >rails (1.2.3, 1.2.2) >win32-service (0.5.2) I guess that the reason is my environment a bit complex and weird, * Windows XP...