Does anyone use gdb attach to debug pthread winelib applications? I've had a lot of problems with winedbg and winedbg --gdb, but have gdb attach working well except I can't debug threads.  Breakpoints in threads crash the app and I have no thread info.

gdb attach works fine with non-winelib pthread test cases.