http://bugs.winehq.org/show_bug.cgi?id=20627
Summary: chromium's base_unittests's StackTrace.OutputToStream fails (RtlCaptureStackBackTrace unimplemented) Product: Wine Version: 1.1.32 Platform: PC OS/Version: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
$ wine base_unittests.exe --gtest_filter=StackTrace.OutputToStream
fails with
[ RUN ] StackTrace.OutputToStream fixme:seh:RtlCaptureStackBackTrace (0, 62, 0x32facc, (nil)) stub! .\debug_util_unittest.cc(22): error: Expected: (frames_found) >= (5u), actual: 0 vs 5 No stack frames found. Skipping rest of test. [ FAILED ] StackTrace.OutputToStream (1070 ms)
Looks like RtlCaptureStackBackTrace needs implementing.
http://bugs.winehq.org/show_bug.cgi?id=20627
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2009-11-12 10:24:09 --- Fixed by d90f691e58ccf3deed6bd4a45bcae350bb7587ce.
http://bugs.winehq.org/show_bug.cgi?id=20627
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2009-11-13 12:44:51 --- Closing bugs fixed in 1.1.33.