https://bugs.kde.org/show_bug.cgi?id=439873

--- Comment #12 from Ash Blake <telepath...@tutanota.com> ---
(In reply to Ash Blake from comment #11)
> Created attachment 141939 [details]


The contents of m_gpu look odd - cursor size of 262147x458757, insanely high
file descriptor and some suspicious looking addresses.
It seems like DrmGpu got destroyed, but it still got used somehow.



(gdb) p *m_gpu
$11 = {
  ...
  m_backend = 0x7000700060007,
  m_eglBackend = {
    wp = {
      d = 0x7000600070005,
      value = 0x6000700020007
    }
  },
  m_devNode = {
    d = 0x3000100020003
  },
  m_cursorSize = {
    wd = 262147,
    ht = 458757
  },
  m_fd = 262145,
  m_deviceId = 1970354902204420,
  m_atomicModeSetting = 6,
  m_useEglStreams = false,
  m_gbmDevice = 0x7000100050007,
  m_eglDisplay = 0x700070003,
  m_presentationClock = 327687,
  m_socketNotifier = 0x7000700070007,
  m_addFB2ModifiersSupported = 5,
  m_planes = {
    d = 0x7000100030007
  },
  m_crtcs = {
    d = 0x556bab5abab0
  },
  m_connectors = {
    d = 0x556bab6581b0
  },
  m_pipelines = {
    d = 0x556bab56b5b0
  },
  m_drmOutputs = {
    d = 0x556babd27990
  },
  m_outputs = {
    d = 0x556babe865c0
  },
  m_leaseOutputs = {
    d = 0x7f08040086f0
  },
  m_leaseDevice = 0x556bab56b330
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to