http://bugs.winehq.org/show_bug.cgi?id=24193
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@orange.fr Component|winedbg |wineserver
--- Comment #1 from Eric Pouech eric.pouech@orange.fr 2010-08-29 02:29:31 CDT --- I don't see what can simply be done here, as Linux kernel evolution forbids a debugger to attach to a running program
the "easy" solution would be to let wineserver get the ptrace capability
the other only viable solution would be to modify the current process startup scheme so that wineserver (which is the only place where we call ptrace) is the parent (or grand*-parent) of every wine process
anyway, issue is located in wineserver, not winedbg (so changed component)