<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - black screen and corrupted cursor with DRI_PRIME=1, resulting in X restart"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72269#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - black screen and corrupted cursor with DRI_PRIME=1, resulting in X restart"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72269">bug 72269</a>
              from <span class="vcard"><a class="email" href="mailto:kh3095@yandex.ru" title="kh3095@yandex.ru">kh3095@yandex.ru</a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=90234" name="attach_90234" title="gdb">attachment 90234</a> <a href="attachment.cgi?id=90234&action=edit" title="gdb">[details]</a></span>
gdb

gdb log of X crash, produced with the following:

# gdb -p $(pidof X) -batch -ex 'handle all nostop' -ex 'handle all pass' -ex
'handle 11 stop' -ex 'cont' -ex 'bt full' -ex 'cont' > gdb.log

I tried to do

gdb -p $(pidof X)
(inside gdb)
set logging overwrite on
set logging on
continue
(X server is stopped from when gdb is attached until "continue" is typed)
(do whatever caused the problem)
bt full
set logging off
quit

Unfortunately, after continue command laptop completely freezes, after restart
gdb log is empty.</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>