similar to: unkillable wine.bin processes

Displaying 20 results from an estimated 700 matches similar to: "unkillable wine.bin processes"

2002 Mar 21
4
ExitThread won't.
Okay, so with complete lack of any other ideas, I tried to figure out what was wrong with my app (Proxomitron), which is leaving unkillable processes around. So I went into ExitThread, and added something like: DPRINTF("%08lx:Exiting thread...(%d)\n", GetCurrentThreadId(),getpid()); exit(code); right at the top of the function. And, lo and behold, the processId matches the
2002 Mar 22
0
Re ExitThread won't.
Well it appears that my unkillable threads may be due to a kernel bug. I have upgraded my kernel from 2.4.15+ to 2.4.18+ and have not yet been able to duplicate the unkillable thread issue. If it pops up again, I'll post more details. Thanks, .Geoff ----------------------------------------------------- Protect yourself from spam, use http://sneakemail.com
2008 May 18
2
Pure win32-thread library?
Hi all, Here''s my initial stab at a pure Ruby win32-thread library that doesn''t work at all. I''m not sure how to pass the start address of the arguments to the callback. I thought about Marshal, but you can''t marshal a proc. BTW, the CreateThread method in windows-pr needs to be updated for this to have any hope of success. Any ideas? Thanks, Dan #
2009 Feb 11
0
failmode= continue prevents zpool processes from hanging and being unkillable?
> Dear ZFS experts, > somehow one of my zpools got corrupted. Symptom is that I cannot > import it any more. To me it is of lesser interest why that happened. > What is really challenging is the following. > > Any effort to import the zpool hangs and is unkillable. E.g. if I > issue a "zpool import test2-app" the process hangs and cannot be > killed. As this
2009 Nov 11
2
ls -l hang, process unkillable
hello, one of my colleague has a problem with an application. the sysadmins, responsible for that server told him that it was the applications fault, but i think they are wrong, and so does he. from time to time, the app gets unkillable and when trying to list the contents of some dir which is being read/written by the app, "ls" can list the contents, but "ls -l" gets stuck
2000 May 22
1
Winamp plugin compile problems and fix/docs
The winamp plugin would not compile. I am using the Cygnus environment (gcc, and a lot of other GNU utils) on Windows NT. _beginthread() is not found. That doesn't look like a function application code should ever call directly. I converted it to use CreateThread and it compiles and works. Change this: thread_handle = (HANDLE)_beginthread(DecodeThread,0, (void *)(&killDecod eThread)
2009 Jan 03
2
Unkillable imap process?
Hi, Not sure if this is relevant but having been running dovecot 1.1.4 for a long time (without any problem) I recently upgraded to 1.1.7 when I switched to SuSE 11.1 This is just running on my home server and it's a fairly standard fetchmail-procmail-dovecot setup. However I recently had an incident which I cannot quite explain. I suspect it could be a possible disk problem but I did
2008 Dec 11
7
unkillable imap process(es) with high CPU-usage
Hello, I am having a problem with my dovecot-daemon. It is forking one or more (I saw up to perhaps 8 of them) imap processes under my user name. These processes are consuming a lot of CPU time and are not killable: > PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND > 8616 arno 20 0 2900 1600 1204 R 98 0.2 1196:38 imap Stopping dovecot does not quit these
2009 Apr 23
0
Proxomitron on session start
Hello. I have this program setup to start when my Gnome session starts. It's supposed to place an icon/drop down menu on the notification area applet. I think what's happening is that Proxomitron is being started before the applet. Gnome provides no way to order how the programs are loaded as far as I know. I didn't see a way under the sessions program. Anyone have any suggestions?
2009 Jun 25
1
Compiling and linking QT project with Wine libraries
Hi! Sorry if my question very nooby, but I couldn't find answer in others posts. I'm trying to compile QT project which using some functions from kernel32.dll (SetEvent, Sleep, ExitThread etc.). I include Wine lib in my QT project file: Code: LIBS += /usr/lib/wine/kernel32.dll.so When I linking my project I have errors such as: Code: undefined reference to 'SetEvent' undefined
2002 Jun 13
1
virtualdub
The exact problem is that it hangs when i try to play a divx file with these 2 lines : fixme:thread:SYSDEPS_SpawnThread CreateThread: stub fixme:thread:SYSDEPS_SpawnThread CreateThread: stub then all i can do is kill the process. thanks for any advice On Fri, 2002-06-07 at 11:49, FireWire BSD wrote: > Hi, > I was using 2002.05.09 with FreeBSD 4.6RC and virtualdub 1.4.10 with > no
2005 Nov 26
1
Another patch of win32-service for nice startup.
Hi, I believe this patch would be a perfect solution for a lengthy initialization application. Added hStartEvent, service_init, checkpoint increments. ============================================================ --- temp/service.c 2005-11-27 00:03:30.000000000 +0900 +++ service.c 2005-11-27 00:01:58.000000000 +0900 @@ -14,6 +14,7 @@ static VALUE cDaemonError; static VALUE rbServiceStruct,
2001 Nov 20
1
OH DEAR! - RE: 2.2.2 runaway SMBD process
Jeremy, Bit of bad news - we had a another runaway SMBD. This time profiles were NOT involved - I was simply copying up an installation of Office2000 and then deleting it. It almost reached the end of the deletion when the processor utilisation went up to 90%. The client connection then dropped with a 'connection is no longer available' and there is now 99% processor utilisation on the
2003 Apr 15
1
Three *very* strange bugs
* Attached is a mbox file that triggers Bug #1 and #2. * Go here if you want to test dovecot for RH9: https://bugzilla.fedora.us/show_bug.cgi?id=160 * If somebody has a different IMAP server than dovecot, could you please test how Evolution reacts to reading this message? Bug #1 dovecot and #2 evolution-1.2.3 ===================================== I am using dovecot-0.99.9-test3 on RH9, reading
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
Anarchy Online is running great through WINE. However, I need to apply this patch in order for the right mouse button to do extra functionality === Code: diff --git a/dlls/user32/Makefile.in b/dlls/user32/Makefile.in index 3dbde26..d1ebfe8 100644 --- a/dlls/user32/Makefile.in +++ b/dlls/user32/Makefile.in @@ -1,7 +1,7 @@ EXTRADEFS = -D_USER32_ -D_WINABLE_ MODULE = user32.dll IMPORTLIB =
2012 Nov 30
1
CreateThread failure since R 2.15.2 (32-bit)
Dear R users & developers, I coming across the following issue since R 2.15.2 32-bit (running on Windows XP 32.bit; some output left out for conciseness): > setInternet2(TRUE) > require(rJava) > .jinit() > getCRANmirrors() > system("ls" , intern = TRUE) Error in system("ls", intern = TRUE) : CreateThread failed My details are as follows: >
2007 Apr 03
6
Re: asterisk-users Digest, Vol 33, Issue 12
I too was curious about this, so I copied the text into Babel Fish, and this is the result: I miss of the 2/04/2007 to the 11/04/2007. I will answer your message as of my return. For any urgency, to contact Emmanuelle Parache Moga or C?dric Buzay. If this guy is really going to be out until November these messages will get rather tiresome... John Beaman Telecom Specialist Voice
2006 Nov 27
4
Any long-time CentOS users on list using Ubuntu as well?
I've gotten roped into helping a local charity with some computing/infrastructure snafus. It seems their last good Samaritan installed Ubuntu all over the place and is "unavailable" now to clean up the mess. CentOS has made me somewhat lazy because everything just works out of the box for the most part and you've got the occasional "yum update". :) These are
2019 Apr 26
2
[ASan][Windows] Interceptor function type not compatible with intercepted function
Hi, I triggered a build failure on a Windows-sanitizer by making the sanity checking in `ASAN_INTERCEPT_FUNC` a bit stricter. My best guess is that the type of the defined interceptor is not compatible (in C++ typing terms) with the “real” function. This seems to be the case for the following 2 functions: CreateThread “no conversion”: From: 'DWORD (__cdecl *)(void * ,
2009 Jan 07
3
[LLVMdev] LLVM optmization
The following C test program was compiled using LLVM with -O3 option and MSVC with /O2. The MSVC one is about 600 times faster than the one compiled with the LLVM. We can see that the for loop in MSVC assembler is solved in the optimization pass more efficiently than that in LLVM. Is there an way to get a optimization result in LLVM like that of the MSVC? Manoel Teixeira #include