Re: slight modification to debug issue

2006-06-16 Thread Alexandre Julliard
Paul Davis <[EMAIL PROTECTED]> 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). -- Alexandre J

Re: slight modification to debug issue

2006-06-16 Thread Eric Pouech
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

slight modification to debug issue

2006-06-16 Thread Paul Davis
seg fault is in wine-pthread, not wine-preloader, which is even tougher - two exec boundaries to cross.