<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>18377</bug_id>
          
          <creation_ts>2008-04-08 22:22:45 -0700</creation_ts>
          <short_desc>[GTK] get illegal instruction when change from one website to another</short_desc>
          <delta_ts>2010-10-28 01:11:44 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Gtk</keywords>
          <priority>P2</priority>
          <bug_severity>Critical</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Bin Chen">binary.chen</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ddkilzer</cc>
    
    <cc>singhai.ravindra</cc>
    
    <cc>xan.lopez</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>76683</commentid>
    <comment_count>0</comment_count>
    <who name="Bin Chen">binary.chen</who>
    <bug_when>2008-04-08 22:22:45 -0700</bug_when>
    <thetext>R31667

repeat procedure:

run GtkLauncher with default URL: http://www.google.com/

after the page loaded, then change the URL to http://www.sina.com.cn

every time the browser will be dead, with the infomation:

Program received signal SIGILL, Illegal instruction.
[Switching to Thread -1253566768 (LWP 22154)]
0xb77ce296 in WebCore::FrameLoader::load (this=0x867c520, newURL=@0xbfaac290, referrer=@0xbfaac220, newLoadType=WebCore::FrameLoadTypeRedirectWithLockedHistory, 
    frameName=@0xbfaac320, event=0x0, formState=@0xbfaac234) at ./JavaScriptCore/wtf/RefCounted.h:41
41              ASSERT(!m_deletionHasBegun);
Current language:  auto; currently c++
(gdb) bt
#0  0xb77ce296 in WebCore::FrameLoader::load (this=0x867c520, newURL=@0xbfaac290, referrer=@0xbfaac220, newLoadType=WebCore::FrameLoadTypeRedirectWithLockedHistory, 
    frameName=@0xbfaac320, event=0x0, formState=@0xbfaac234) at ./JavaScriptCore/wtf/RefCounted.h:41
#1  0xb77ceaa1 in WebCore::FrameLoader::load (this=0x867c520, request=@0xbfaac290, lockHistory=true, userGesture=false, event=0x0, submitForm=0x0, formValues=@0xbfaac328)
    at WebCore/loader/FrameLoader.cpp:2087
#2  0xb77cf9bb in WebCore::FrameLoader::urlSelected (this=0x867c520, request=@0xbfaac394, event=0x0, lockHistory=true, userGesture=false) at WebCore/loader/FrameLoader.cpp:3310
#3  0xb77dd6d7 in WebCore::FrameLoader::urlSelected (this=0x867c520, request=@0xbfaac484, _target=@0xbfaac514, triggeringEvent=0x0, lockHistory=true, userGesture=false)
    at WebCore/loader/FrameLoader.cpp:405
#4  0xb77dde15 in WebCore::FrameLoader::changeLocation (this=0x867c520, url=@0xbfaac54c, referrer=@0x8680f48, lockHistory=true, userGesture=false)
    at WebCore/loader/FrameLoader.cpp:388
#5  0xb77de08b in WebCore::FrameLoader::changeLocation (this=0x867c520, url=@0x8680f44, referrer=@0x8680f48, lockHistory=true, userGesture=false)
    at WebCore/loader/FrameLoader.cpp:376
#6  0xb77de1d8 in WebCore::FrameLoader::redirectionTimerFired (this=0x867c520) at WebCore/loader/FrameLoader.cpp:1479
#7  0xb77e2f4b in WebCore::Timer&lt;WebCore::FrameLoader&gt;::fired (this=0x867c6e8) at ./WebCore/platform/Timer.h:99
#8  0xb78fa7d4 in WebCore::TimerBase::fireTimers (fireTime=1207718175.357748, firingTimers=@0xbfaac72c) at WebCore/platform/Timer.cpp:347
#9  0xb78fa8df in WebCore::TimerBase::sharedTimerFired () at WebCore/platform/Timer.cpp:368
#10 0xb726113e in timeout_cb () at WebCore/platform/gtk/SharedTimerGtk.cpp:48
#11 0xb698dbcb in g_idle_dispatch (source=0x879bd18, callback=0x1, user_data=0x4) at gmain.c:4132
#12 0xb698a8d5 in IA__g_main_context_dispatch (context=0x806f278) at gmain.c:2061
#13 0xb698c17e in g_main_context_iterate (context=0x806f278, block=1, dispatch=1, self=0x809ed78) at gmain.c:2694
#14 0xb698c492 in IA__g_main_loop_run (loop=0x82e8ff0) at gmain.c:2898
#15 0xb6b57599 in IA__gtk_main () at gtkmain.c:1163
#16 0x080499df in main (argc=1, argv=0xbfaac994) at WebKitTools/GtkLauncher/main.c:200</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>109449</commentid>
    <comment_count>1</comment_count>
    <who name="Ravindra Singhai">singhai.ravindra</who>
    <bug_when>2009-02-12 01:51:35 -0800</bug_when>
    <thetext>Hi,

I am facing the same crash/problem on Webkit version 36519.

At first i open www.google.com, First site is opened successfully but second websites like www.rediff.com or www.yahoo.com crashes in TimerBase::sharedTimerFired() -&gt; Vector&lt;T, inlineCapacity&gt;::shrink.

Please suggest solution to this crash or the patch available (if any).

Thanks in advance
Ravindra Singhai</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>176940</commentid>
    <comment_count>2</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2010-01-04 16:43:38 -0800</bug_when>
    <thetext>Does this still occur on ToT WebKit?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>300934</commentid>
    <comment_count>3</comment_count>
    <who name="Xan Lopez">xan.lopez</who>
    <bug_when>2010-10-28 01:11:44 -0700</bug_when>
    <thetext>Can&apos;t reproduce this. Please reopen if you still can with ToT and give more details of your configuration.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>