<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Crashes when SoupSession is destroyed in exit handler"
   href="https://bugs.webkit.org/show_bug.cgi?id=145347#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Crashes when SoupSession is destroyed in exit handler"
   href="https://bugs.webkit.org/show_bug.cgi?id=145347">bug 145347</a>
              from <span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=145347#c0">comment #0</a>) 
<span class="quote">&gt; I spent some time checking libsoup, WebKit, Epiphany, and even GLib for all
&gt; uses of atexit and on_exit, but didn't find anything suspicious. So my
&gt; suspicion falls on SoupNetworkSession::defaultSession(). I guess that will
&gt; be destroyed in an exit handler because it is static? Maybe we should leak
&gt; it using NeverDestroyed&lt;SoupNetworkSession&gt; instead? This is kind of wild
&gt; speculation, but it seems reasonable....</span >

Yes, static variables are destroyed in exit handlers. So that must be where this crash is coming from.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>