http://bugs.winehq.org/show_bug.cgi?id=20509
--- Comment #1 from Paul Bolle pebolle@tiscali.nl 2009-10-29 16:24:15 --- (In reply to comment #0)
- As far as I can see gdbctx->wine_segs is never properly set, so the reply
seems to be (basically) random.
- If the above is correct, the code needs a patch. I have no idea to what
value(s) gdbctx->wine_segs should be set, so I can't draft that patch.
A simple printf() at the top of gdb_remote() trivially proves that wine_segs will not be changed after gdbctx is defined (and still holds random data once it is used).
Someone with a suggestion for a solution?