[Webkit-unassigned] [Bug 64943] New: [Chromium] fast/flexbox/010.html is crashing on Mac 10.6

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 21 07:32:03 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64943

           Summary: [Chromium] fast/flexbox/010.html is crashing on Mac
                    10.6
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jknotten at chromium.org
                CC: kling at webkit.org


http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=fast%2Fflexbox%2F010.html shows a crash for fast/flexbox/0.10.html on Mac 10.6.

The call stack is:

Thread 5 Crashed:  IOThread
0   libSystem.B.dylib                 0x9394f4ee __semwait_signal_nocancel + 10
1   libSystem.B.dylib                 0x9394f3d2 nanosleep$NOCANCEL$UNIX2003 + 166
2   libSystem.B.dylib                 0x939ca2a6 usleep$NOCANCEL$UNIX2003 + 61
3   libSystem.B.dylib                 0x939eb959 __abort + 136
4   libSystem.B.dylib                 0x939eb9c9 abort_report_np + 0
5   libstdc++.6.dylib                 0x90289fda __gnu_cxx::__verbose_terminate_handler() + 433
6   libstdc++.6.dylib                 0x9028817a __cxxabiv1::__terminate(void (*)()) + 10
7   libstdc++.6.dylib                 0x902881ba __cxxabiv1::__unexpected(void (*)()) + 0
8   libstdc++.6.dylib                 0x902882b8 __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
9   libstdc++.6.dylib                 0x90244856 std::__throw_logic_error(char const*) + 158
10  libstdc++.6.dylib                 0x9026fced char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) + 57
11  libstdc++.6.dylib                 0x9026fd85 std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&) + 37
12  DumpRenderTree                    0x41ad66ff 0x41633000 + 4863743

This may be related to https://bugs.webkit.org/show_bug.cgi?id=64916 . std::string throws logic_error in response to NULL string.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list