Re: Some strange winedbg regression...

2002-12-22 Thread Ove Kaaven
On Sat, 21 Dec 2002, Lionel Ulmer wrote: On Sat, Dec 21, 2002 at 05:49:23PM +0100, Eric Pouech wrote: So I was wondering how to debug this ? I tried to attach 'gdb' to it (and it works) but how do I know which symbols to load (winedbg being a script, wine having no code except linking

Re: Some strange winedbg regression...

2002-12-21 Thread Eric Pouech
So I was wondering how to debug this ? I tried to attach 'gdb' to it (and it works) but how do I know which symbols to load (winedbg being a script, wine having no code except linking to DLLs, ) ? load miscemu/wine in gdb, it'll get what you're looking for if it doesn't work better you can

Re: Some strange winedbg regression...

2002-12-21 Thread Lionel Ulmer
On Sat, Dec 21, 2002 at 05:49:23PM +0100, Eric Pouech wrote: So I was wondering how to debug this ? I tried to attach 'gdb' to it (and it works) but how do I know which symbols to load (winedbg being a script, wine having no code except linking to DLLs, ) ? load miscemu/wine in gdb,

Re: Some strange winedbg regression...

2002-12-21 Thread Alexandre Julliard
Lionel Ulmer [EMAIL PROTECTED] writes: And it seems that the invocation of this hook from the wineconsole makes Wine crash. I think that the problem is that the DLL is loaded from the application's context and called from the console context. The problem is that system hooks don't work so

Re: Some strange winedbg regression...

2002-12-20 Thread Tony Lambregts
Lionel Ulmer wrote: Hello, Seems that lately, as soon as I press a key in the debugger, it segfaults and starts another debugger ... which will also segtault ... und so weiter. So I was wondering how to debug this ? I tried to attach 'gdb' to it (and it works) but how do I know which symbols