seg fault is in wine-pthread, not wine-preloader, which is even tougher - two exec boundaries to cross.
Paul Davis wrote:
seg fault is in wine-pthread, not wine-preloader, which is even tougher
- two exec boundaries to cross.
Hi Paul,
did you try to do something along those lines? - insert a long loop in wine-pthread code before the crash to wait for, say, 30 seconds - after starting wine, try attaching to it with gdb (attach command)
this should allow you to let gdb debug the part you want (you may have to tweak gdb to tell it which image you're referring to)
A+
Paul Davis paul@linuxaudiosystems.com writes:
seg fault is in wine-pthread, not wine-preloader, which is even tougher
- two exec boundaries to cross.
You don't need the execs, you can simply run wine-pthread directly (unless the problem is only triggered by the preloader of course).