http://bugs.winehq.org/show_bug.cgi?id=13333
Summary: winedbg causes an crash in IRunningObjectTable_Register Product: Wine Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: winedbg AssignedTo: wine-bugs@winehq.org ReportedBy: leslie_alistair@hotmail.com
Created an attachment (id=13213) --> (http://bugs.winehq.org/attachment.cgi?id=13213) Sample application
when using winedbg the program crash when using IRunningObjectTable_Register, where as wine runs with issues.
Run the attached program with winedbg
http://bugs.winehq.org/show_bug.cgi?id=13333
--- Comment #1 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2008-05-21 07:20:48 --- Created an attachment (id=13214) --> (http://bugs.winehq.org/attachment.cgi?id=13214) tracelog
http://bugs.winehq.org/show_bug.cgi?id=13333
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2008-05-21 07:21:21 --- Created an attachment (id=13215) --> (http://bugs.winehq.org/attachment.cgi?id=13215) Sample application Code
http://bugs.winehq.org/show_bug.cgi?id=13333
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #13214|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=13333
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2008-05-21 08:42:00 --- That's what debuggers do - they catch exceptions. And if you did "continue" in debugger - you asked for problems. Or did you do something else? Attach output of running this program with 'wine'.
http://bugs.winehq.org/show_bug.cgi?id=13333
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2008-05-22 05:29:29 --- Created an attachment (id=13234) --> (http://bugs.winehq.org/attachment.cgi?id=13234) running with wine only
wine runs the without issues, only when run under the debugger does the exception occur.
http://bugs.winehq.org/show_bug.cgi?id=13333
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #13234|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=13333
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #5 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2008-05-23 05:52:16 --- The sample application thats attachments doesn't really illustrate the bug that I'm seeing in another application. Even though the same exception is thrown, which is correct, it doesn't crash the application completely. If I find the cause of the issue, I re-open this issue.
http://bugs.winehq.org/show_bug.cgi?id=13333
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2008-07-06 19:24:51 --- Not invalid