|
From: Tom H. <th...@cy...> - 2004-06-22 22:52:25
|
In message <9cd...@ma...>
Mike Hearn <mik...@gm...> wrote:
> In order to debug the wineserver (which is a regular Linux app),
> valgrind needs to support tkill. I am therefore following the advice
> in the README and asking here to see if anybody can give me some tips
> on how to do it, or if anybody is working on it yet.
The problem with emulating tkill is that under valgrind threads all
run in one process so you can't just pass it on to the kernel.
In fact, where are you getting the TID values from to send the signals
to with tkill? If you're using gettid then that's going to be the first
hurdle you need to overcome as we don't implement that either ;-)
Actually, given the horrible things that wineserver does, are these
threads actually threads in the wineserver, or are they in another
process altogether - ie one of the processes running under wine?
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|