<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <tt>I am using release 2.2.4. Everything else works correctly except
      web inspector. Web inspector seems to be hit and miss in my case
      even when running Minibrowser. This is on Ubuntu 12.04/64bit.
      Everything compiled locally.<br>
      <br>
      Two independent observations<br>
      <br>
      1. Whole window of Minibrowser grays out when I click on inspect
      element. It does come back after 4/5 minutes after some thread in
      WebProcess times out. Things work normally after this point.<br>
      2. Web process dumps the core.<br>
      <br>
      Web process dumping core is more frequent case for me. It does
      dump the core almost immediately after clicking inspect element.
      GDB/Core does not show any useful information even if webkit is
      built with complete debug information. I have even tried attaching
      gdb before viewing inspector. I can see debugging symbols and
      debug the code for purposes, but not for this crash.<br>
      <br>
      Based on general observations in gdb, it looks like web process
      spawns multiple threads to process request for inspector. These
      threads terminate and then we get crash. The crash is sigsegv and
      seems to be in main loop thread, at least based gdb thread ids. No
      other symbol information.<br>
      <br>
      Any help is greatly appreciated. If more information is needed, I
      can spend some more time on debugging if some guidance is provided
      - basically which functions dev team is suspecting to figure out
      at what point crash happens.<br>
      <br>
      <br>
      GDB Trace<br>
      <br>
      gdb) core ./webkit-2.2.4/build/webkitgtk-2.2.4/core<br>
      [New LWP 2334]<br>
      [New LWP 2349]<br>
      [New LWP 2357]<br>
      [New LWP 2351]<br>
      [New LWP 2356]<br>
      [New LWP 2350]<br>
      [New LWP 2372]<br>
      [New LWP 2355]<br>
      [New LWP 2358]<br>
      [New LWP 2646]<br>
      [New LWP 2645]<br>
      [New LWP 2647]<br>
      [New LWP 2354]<br>
      [New LWP 2362]<br>
      [New LWP 2352]<br>
      Core was generated by
`/finovera/niranjan/work/fiport_work/webkit/webkit-2.2.4/build/webkitgtk-2.2.4/P'.<br>
      Program terminated with signal 11, Segmentation fault.<br>
      #0&nbsp; 0x00007f98d4af359b in ?? ()<br>
      (gdb) bt<br>
      #0&nbsp; 0x00007f98d4af359b in ?? ()<br>
      #1&nbsp; 0x00007f98964279b0 in ?? ()<br>
      #2&nbsp; 0x00007f9800000000 in ?? ()<br>
      #3&nbsp; 0x00007f98c97b6c58 in ?? ()<br>
      #4&nbsp; 0xffff000000000006 in ?? ()<br>
      #5&nbsp; 0x00007f9900000000 in ?? ()<br>
      #6&nbsp; 0x00007f9895fd4f40 in ?? ()<br>
      #7&nbsp; 0x000000000000002c in ?? ()<br>
      #8&nbsp; 0x00007f989528b940 in ?? ()<br>
      #9&nbsp; 0x00007f98cab1f878 in ?? ()<br>
      #10 0x00007f98d49a0920 in ?? ()<br>
      #11 0x00007f99149bde28 in ?? ()<br>
      #12 0x00007f98cabfea18 in ?? ()<br>
      #13 0x0000000000000000 in ?? ()<br>
      <br>
      Regards,<br>
      <br>
      Niranjan<br>
    </tt>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </body>
</html>