[Webkit-unassigned] [Bug 48896] Null check obj in AXObjectCache::postPlatformNotification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 4 16:02:44 PDT 2010


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


Dumitru Daniliuc <dumi at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |
         AssignedTo|webkit-unassigned at lists.web |chris.guillory at google.com
                   |kit.org                     |
                 CC|                            |dumi at chromium.org




--- Comment #4 from Dumitru Daniliuc <dumi at chromium.org>  2010-11-04 16:02:44 PST ---
fast/events/remove-event-listener.html started crashing on chromium win/linux/mac between r71198 and r71213 with the following stack trace:

[23234:23234:1304399625227:ERROR:process_util_posix.cc(105)] Received signal 11
    base::debug::StackTrace::StackTrace() [0x8111a79]
    base::(anonymous namespace)::StackDumpSignalHandler() [0x80fe039]
    0x4001c420
    WebCore::AXObjectCache::notificationPostTimerFired() [0x86de224]
    WebCore::Timer<>::fired() [0x86dc4f5]
    WebCore::ThreadTimers::sharedTimerFiredInternal() [0x86ca0b4]
    WebCore::ThreadTimers::sharedTimerFired() [0x86ca161]
    MessageLoop::RunTask() [0x80f072b]
    MessageLoop::DeferOrRunPendingTask() [0x80f097c]
    MessageLoop::DoWork() [0x80f0b8a]
    base::MessagePumpForUI::RunWithDispatcher() [0x810b7fc]
    base::MessagePumpForUI::Run() [0x810b782]
    MessageLoop::RunInternal() [0x80f10e5]
    MessageLoop::Run() [0x80f11d8]
    TestShell::WaitTestFinished() [0x8061416]
    TestShell::RunFileTest() [0x8061734]
    main [0x805a9d4]
    0x40a97450
    0x8058841

looks related to your patch. can you please take a look?

there's an entry for this test in chromium/src/webkit/tools/layout_tests/test_expectations.txt. once this test is no longer crashing, please remove that entry too.

-- 
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