http://bugs.winehq.org/show_bug.cgi?id=18943
Summary: Winedbg prints "illegal address" a lot during backtraces of chromium unit test crashes Product: Wine Version: 1.1.23 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: dbghelp AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com CC: eric.pouech@orange.fr
In bug 15206, I mentioned that windbg output "illegal address" often during backtraces of chromium unit tests when getting symbols from .pdb's, e.g.
Backtrace: =>0 0x02e49c03 DebugUtil::BreakDebugger+0x3() [c:\users\dank\documents\chromium\src\base\debug_util_win.cc:103] in chrome (0x0148e17c) 1 0x01d280e8 SilentRuntimeAssertHandler+0x8(str=*** Invalid address 0x0148e18c *** ) [c:\users\dank\documents\chromium\src\chrome\common\logging_chrome.cc:41] in chrome (0x0148e184) 2 0x02e1f1e6 logging::LogMessage::~LogMessage+0x2f6() [c:\users\dank\documents\chromium\src\base\logging.cc:538] in chrome (0x0148e2f0) 3 0x025135fa ExtensionMessageService::RendererShutdown+0xea(renderer=*** Invalid address 0x0148e410 ***
This seems wrong, and is fairly annoying.
http://bugs.winehq.org/show_bug.cgi?id=18943
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #1 from Anastasius Focht focht@gmx.net 2011-05-29 09:02:36 CDT --- Hello,
most likely the process has been forcibly terminated by outside and winedbg still tries to access/interpret now unmapped address space. If that still happens you need to find out who might forcibly kill tests/processes when the crash handler (winedbg) is already attached and working on the target. Maybe some timeout (=> kill test) is interfering when the crash handler takes too long to collect backtrace info.
Regards
http://bugs.winehq.org/show_bug.cgi?id=18943
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #2 from Jerome Leclanche adys.wh@gmail.com 2011-11-02 17:35:44 CDT --- What happened to this? Does it still happen?
https://bugs.winehq.org/show_bug.cgi?id=18943
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
no further response from OP, resolving 'abandoned'.
Regards
https://bugs.winehq.org/show_bug.cgi?id=18943
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com --- Closing.