[Webkit-unassigned] [Bug 40826] [EFL] EWebLauncher comes to crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 03:23:10 PDT 2010


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





--- Comment #4 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-06-21 03:23:10 PST ---
Created an attachment (id=59239)
 --> (https://bugs.webkit.org/attachment.cgi?id=59239)
Memcheck log

I am not sure if this log is you want or not. Anyway, it seems changes regarding HTML5 influence on this crash.

==24760== 
==24760== Process terminating with default action of signal 11 (SIGSEGV)
==24760==  Access not within mapped region at address 0x8
==24760==    at 0x43DD450: WebCore::inlineTagList() (in /home/gyuyoung/webkit/WebKit-EWebLauncher/build/WebKit/libewebkit.so)
==24760==    by 0x43DE045: WebCore::HTMLElement::inEitherTagList(WebCore::Node const*) (in /home/gyuyoung/webkit/WebKit-EWebLauncher/build/WebKit/libewebkit.so)
==24760==    by 0x43DB4EE: WebCore::HTMLElement::childAllowed(WebCore::Node*) (in /home/gyuyoung/webkit/WebKit-EWebLauncher/build/WebKit/libewebkit.so)
==24760==    by 0x4AAF9A8: WebCore::ContainerNode::addChild(WTF::PassRefPtr<WebCore::Node>) (in /home/gyuyoung/webkit/WebKit-EWebLauncher/build/WebKit/libewebkit.so)
==24760==    by 0x4408087: WebCore::LegacyHTMLTreeConstructor::insertNode(WebCore::Node*, bool) (in /home/gyuyoung/webkit/WebKit-EWebLauncher/build/WebKit/libewebkit.so)
==24760==    by 0x44089A5: WebCore::LegacyHTMLTreeConstructor::parseToken(WebCore::Token*) (in /home/gyuyoung/webkit/WebKit-EWebLauncher/build/WebKit/libewebkit.so)
==24760==    by 0x4DA41A0: WebCore::HTML5TreeBuilder::passTokenToLegacyParser(WebCore::HTML5Token&) (in /home/gyuyoung/webkit/WebKit-EWebLauncher/build/WebKit/libewebkit.so)
==24760==    by 0x4DA4DEF: WebCore::HTML5TreeBuilder::constructTreeFromToken(WebCore::HTML5Token&) (in /home/gyuyoung/webkit/WebKit-EWebLauncher/build/WebKit/libewebkit.so)
==24760==    by 0x4D9FFEB: WebCore::HTML5DocumentParser::pumpLexer(WebCore::HTML5DocumentParser::SynchronousMode) (in /home/gyuyoung/webkit/WebKit-EWebLauncher/build/WebKit/libewebkit.so)
==24760==    by 0x4DA082A: WebCore::HTML5DocumentParser::write(WebCore::SegmentedString const&, bool) (in /home/gyuyoung/webkit/WebKit-EWebLauncher/build/WebKit/libewebkit.so)
==24760==    by 0x44867DA: WebCore::DocumentWriter::addData(char const*, int, bool) (in /home/gyuyoung/webkit/WebKit-EWebLauncher/build/WebKit/libewebkit.so)
==24760==    by 0x4489307: WebCore::FrameLoader::addData(char const*, int) (in /home/gyuyoung/webkit/WebKit-EWebLauncher/build/WebKit/libewebkit.so)
==24760==  If you believe this happened as a result of a stack
==24760==  overflow in your program's main thread (unlikely but
==24760==  possible), you can try to increase the size of the
==24760==  main thread stack using the --main-stacksize= flag.
==24760==  The main thread stack size used in this run was 8388608.
==24760== 
==24760== HEAP SUMMARY:
==24760==     in use at exit: 2,721,885 bytes in 11,192 blocks
==24760==   total heap usage: 19,657 allocs, 8,465 frees, 5,358,396 bytes allocated
==24760== 
==24760== LEAK SUMMARY:
==24760==    definitely lost: 120 bytes in 1 blocks
==24760==    indirectly lost: 0 bytes in 0 blocks
==24760==      possibly lost: 135,940 bytes in 801 blocks
==24760==    still reachable: 2,585,825 bytes in 10,390 blocks
==24760==         suppressed: 0 bytes in 0 blocks
==24760== Rerun with --leak-check=full to see details of leaked memory
==24760== 
==24760== For counts of detected and suppressed errors, rerun with: -v
==24760== Use --track-origins=yes to see where uninitialised values come from
==24760== ERROR SUMMARY: 22 errors from 22 contexts (suppressed: 273 from 56)
Killed

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