<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - SIGSEGV: vt-switching + logind + multi-head crashes weston"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73566#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - SIGSEGV: vt-switching + logind + multi-head crashes weston"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73566">bug 73566</a>
              from <span class="vcard"><a class="email" href="mailto:b.harrington@samsung.com" title="Bryce Harrington <b.harrington@samsung.com>"> <span class="fn">Bryce Harrington</span></a>
</span></b>
        <pre>Looks like two different stack traces; perhaps two different bugs in a race
condition as to which will crash first?

Two of the backtraces show a crash in the wl_list_insert routine:

        elm->next->prev = elm;

Tracing up the stack, this implies that:

  new_output->destroy_signal.listener_list.prev->next

is invalid (e.g. maybe NULL).

Not sure what to make of that though.  I think this will require more than just
a stack trace to sort out; perhaps instrumenting the
weston_view_assign_output() routine could reveal something?</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>