[Webkit-unassigned] [Bug 32823] WebCore::caretMaxOffset ReadAV at NULL (5785e692fef72522c3ee976bff525d98)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 12 09:12:50 PST 2010


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


SkyLined <skylined at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #8 from SkyLined <skylined at chromium.org>  2010-03-12 09:12:50 PST ---
It appears this is not completely fixed; I am finding new examples such as this
one:

<BODY></BODY>
<SCRIPT>
  document.designMode = "on";
  document.execCommand("selectall");
  document.execCommand("InsertParagraph");
  document.execCommand("inserthorizontalrule");
  document.designMode = "";
  document.execCommand("Undo");
  document.designMode = "on";
  document.execCommand("Strikethrough");
</SCRIPT>

Causes:
id:          WebCore::executeToggleStyleInList ReadAV at NULL
(95ebfffa464da44f33912d9597442825)
description: Attempt to read from NULL pointer in
WebCore::executeToggleStyleInList
stack:       WebCore::executeToggleStyleInList
             WebCore::executeStrikethrough
             WebCore::Editor::Command::execute
             WebCore::Document::execCommand
             WebCore::DocumentInternal::execCommandCallback
             v8::internal::HandleApiCallHelper<0>
             v8::internal::Builtin_HandleApiCall
             v8::internal::Invoke
             v8::internal::Execution::Call
             v8::Script::Run
             WebCore::V8Proxy::runScript
             WebCore::V8Proxy::evaluate
             WebCore::ScriptController::evaluate
             WebCore::ScriptController::executeScript
             WebCore::ScriptController::executeScript
             WebCore::ScriptController::executeIfJavaScriptURL
             WebCore::FrameLoader::changeLocation
             WebCore::RedirectScheduler::timerFired
             WebCore::Timer<WebCore::RedirectScheduler>::fired
             WebCore::ThreadTimers::sharedTimerFiredInternal
             WTF::ThreadSpecific<WebCore::ThreadGlobalData>::operator
WebCore::ThreadGlobalData *
             MessageLoop::RunTask
             MessageLoop::DoWork
             base::MessagePumpDefault::Run
             MessageLoop::RunInternal
             MessageLoop::Run
             RendererMain
             ChromeMain
             MainDllLoader::Launch
             wWinMain
             __tmainCRTStartup
             BaseProcessStart+0x23

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