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(a)winehq.org ReportedBy: dank(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.