http://bugs.winehq.org/show_bug.cgi?id=28566
Bug #: 28566 Summary: winedbg crashes for remote file get Product: Wine Version: 1.3.29 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: winedbg AssignedTo: wine-bugs@winehq.org ReportedBy: leslie_alistair@hotmail.com Classification: Unclassified
Created attachment 36700 --> http://bugs.winehq.org/attachment.cgi?id=36700 Console output
Create a Windows Program with mingw. run "winedbg --gdb --no-start <program>
Connect with another gdb run gdb command "remote get <program> <localfile>"
winedbg crashes
http://bugs.winehq.org/show_bug.cgi?id=28566
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|winedbg crashes for remote |winedbg crashes on gdb |file get |command remote file get
http://bugs.winehq.org/show_bug.cgi?id=28566
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=28566
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@orange.fr
--- Comment #1 from Eric Pouech eric.pouech@orange.fr 2011-10-04 14:54:06 CDT --- are you really debugging on two different machines ? I'm not convinced remote get will be your friend, as you may end up copying all the dll.so files by hand... is that really what you're trying to do ? A+
http://bugs.winehq.org/show_bug.cgi?id=28566
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2011-10-04 16:22:03 CDT --- Yes, I was on a second machine.
I just wanted the File I was debugging. The dll.so I will deal with at another stage.
Even if "get" wasn't supported, it would be nice not to have WINE crash.
http://bugs.winehq.org/show_bug.cgi?id=28566
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #3 from Eric Pouech eric.pouech@orange.fr 2011-10-05 02:39:24 CDT --- agreed that winedbg shouldn't assert and crash on unsupported packet but, I'm not surethat remote get is the best way (IMO it would be better to get/mount the .so tree outside the debugger, given the number of files involved)
A+
http://bugs.winehq.org/show_bug.cgi?id=28566
--- Comment #4 from Eric Pouech eric.pouech@orange.fr 2011-10-09 09:18:58 CDT --- the crash should be fixed in current git (even if 'remote get' gdb command won't work) A+
http://bugs.winehq.org/show_bug.cgi?id=28566
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |a971d8657c8b2953f9c51434bfc | |8ac6653fb8373 Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #5 from Austin English austinenglish@gmail.com 2011-10-09 15:18:35 CDT --- http://source.winehq.org/git/wine.git/commitdiff/a971d8657c8b2953f9c51434bfc...
http://bugs.winehq.org/show_bug.cgi?id=28566
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2011-10-10 13:12:24 CDT --- Closing bugs fixed in 1.3.30.