Displaying 11 results from an estimated 11 matches for "wpid".
Did you mean:
pid
2012 Feb 29
2
[PATCH] Start the server if another user has a PID matching our stale pidfile.
...unicorn/http_server.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/unicorn/http_server.rb b/lib/unicorn/http_server.rb
index 7d2c623..0c2af5d 100644
--- a/lib/unicorn/http_server.rb
+++ b/lib/unicorn/http_server.rb
@@ -656,7 +656,7 @@ class Unicorn::HttpServer
wpid <= 0 and return
Process.kill(0, wpid)
wpid
- rescue Errno::ESRCH, Errno::ENOENT
+ rescue Errno::ESRCH, Errno::ENOENT, Errno::EPERM
# don''t unlink stale pid files, racy without non-portable locking...
end
--
1.7.5.4
2004 Mar 14
1
attaching to any thread with winedbg
i did some of RTFM and didn't find an answer to my question: is it
possible to do %Subject% (i mean threads of wine-process)?
"attach wpid" puts me on the main thread:
Wine-dbg>walk proc
pid threads parent executable
>00000016 3 00000014 'C:\windows\system\msiexec.exe'
Wine-dbg>walk th
process tid prio
00000016 (D) C:\windows\system\msiexec.exe
0000001b 0 <==
0000001...
2001 Aug 10
1
Solaris X86
I ran freecell under wine -debugmsg +relay and got an exception with a
message
protocol error: 84a28e8: init_process : parent but no info
just after SHOWWINDOW was called
Anyone know what this means ?
2011 Jun 16
7
[PATCH] replace fchmod()-based heartbeat with raindrops
...index 059f040..0a9af86 100644
--- a/lib/unicorn/http_server.rb
+++ b/lib/unicorn/http_server.rb
@@ -373,7 +373,7 @@ class Unicorn::HttpServer
self.pid = pid.chomp(''.oldbin'') if pid
proc_name ''master''
else
- worker = WORKERS.delete(wpid) and worker.tmp.close rescue nil
+ worker = WORKERS.delete(wpid) and worker.close rescue nil
m = "reaped #{status.inspect} worker=#{worker.nr rescue ''unknown''}"
status.success? ? logger.info(m) : logger.error(m)
end
@@ -430,22 +430,17 @@ c...
1999 Jan 24
1
HPUX 9.05 & Samba 2.0.0 & problems -> solved !
...D, sig_cld_leave_status);
+ CatchSignal(SIGCLD, SIGNAL_CAST sig_cld_leave_status);
}
diff -u --recursive --new-file source/smbd/open.c source.new/smbd/open.c
--- source/smbd/open.c Thu Dec 31 03:37:01 1998
+++ source.new/smbd/open.c Sun Jan 24 23:32:32 1999
@@ -225,8 +225,10 @@
*/
pid_t wpid;
int status_code;
- if ((wpid = sys_waitpid(child_pid, &status_code, 0)) < 0) {
- DEBUG(0,("check_access_allowed_for_current_user: The process is no
longer waiting!\n"));
+ while ((wpid = sys_waitpid(child_pid, &status_code, 0)) < 0) {
+ if(errno == EINT...
2013 Dec 09
2
[PATCH] rework master-to-worker signaling to use a pipe
....atfork_parent
else
after_fork_internal
worker_loop(worker)
@@ -531,9 +529,7 @@ class Unicorn::HttpServer
def maintain_worker_count
(off = WORKERS.size - worker_processes) == 0 and return
off < 0 and return spawn_missing_workers
- WORKERS.dup.each_pair { |wpid,w|
- w.nr >= worker_processes and kill_worker(:QUIT, wpid) rescue nil
- }
+ WORKERS.each_value { |w| w.nr >= worker_processes and w.soft_kill(:QUIT) }
end
# if we get any error, try to write something back to the client
@@ -600,6 +596,7 @@ class Unicorn::HttpServer
# tra...
1999 Jan 25
0
SAMBA digest 1954
...CatchSignal(SIGCLD, SIGNAL_CAST sig_cld_leave_status);
> }
>diff -u --recursive --new-file source/smbd/open.c source.new/smbd/open.c
>--- source/smbd/open.c Thu Dec 31 03:37:01 1998
>+++ source.new/smbd/open.c Sun Jan 24 23:32:32 1999
>@@ -225,8 +225,10 @@
> */
> pid_t wpid;
> int status_code;
>- if ((wpid = sys_waitpid(child_pid, &status_code, 0)) < 0) {
>- DEBUG(0,("check_access_allowed_for_current_user: The process is no
>longer waiting!\n"));
>+ while ((wpid = sys_waitpid(child_pid, &status_code, 0)) < 0) {
>...
2004 Aug 06
1
Speex ACM Format Tag
Keith,
Try emailing mmreg@microsoft.com to register a wave format tag. If that doesn’t
work please let me know and we'll find the direct contact there.
Regards,
Marc
-----Original Message-----
Wrom: YLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTF
Behalf Of Keith Looney
Sent: Friday, May 16, 2003 10:58 AM
To: speex-dev@xiph.org
Subject: [speex-dev] Speex ACM Format Tag
2011 Jan 15
5
Wave audio problem
...i;}
i++;
}
while(i!=n_devs);
return -1;
}
void printMMVersion(MMVERSION ver,FILE* file)
{
fprintf(file,"%u.%u",ver>>8,ver&0xff);
}
void printDevCaps(const WAVEOUTCAPS* caps,FILE* file)
{
fprintf(file,"Device %x:%x driver version ",caps->wMid,caps->wPid);
printMMVersion(caps->vDriverVersion,file);
fprintf(file," (%s)\n",caps->szPname);
fprintf(file,"dwFormats=%x\n",caps->dwFormats);
fprintf(file,"wChannels=%u\n",caps->wChannels);
fprintf(file,"dwSupport=%u\n",caps->dwSupport);
putc('...
2013 Nov 15
0
Wine release 1.6.1
...can't detect video adapter properly, claiming: "Your video card has less than 128 MB of video memory"
25754 Excel Workbook with Macros Is not Running : Getting Crashed.
25994 Process Hacker 2.x needs ntdll.dll.NtCreateKeyedEvent
27052 winedbg and its man page should use "wpid" consistently for Windows' process ID
28423 ImmGetDescriptionW() from imm32 crashes with certain parameters
28664 qedit/mediadet test crashes on FreeBSD9
29448 GameShield/SoftwareShield protected apps/games won't start (SetCurrentDirectoryA calling W API causes detours recursi...
2013 Sep 13
0
Wine release 1.7.2
...andled Exception - Monopoly Westwood (Win95 settings)
25754 Excel Workbook with Macros Is not Running : Getting Crashed.
25762 Excel crashes trying to run macros
26280 PowerSoccer crashes
26746 IncrediMail: No icon for desktop short-cut
27052 winedbg and its man page should use "wpid" consistently for Windows' process ID
27632 Death and the Fly demo crashes on start
28004 PartyPoker fails to install with builtin wininet
28663 Multiple Adobe products fail due to improper file type and protocol associations handling (Adobe Reader X online help, Adobe AIR install...