Comment 5 for bug 242986

Revision history for this message
scott_selberg (sselberg) wrote :

I replaced the kill_proc(...) call with send_sig( SIGKILL, find_task_by_vpid( board->autopoll_pid), 1 ); and all seems to work great on Jaunty.

Note, there may be a need to use a different function rather than find_task_by_vpid() based on name spaces. I'm not an expert and the call I used assumes the process is in the same name space which I suspect is valid and seems to work.