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

--- Comment #29 from k...@yopmail.com ---
And I confirm that the crash is due to a dangling pointer. The QScreen seems to
be deleted, since its d-ptr value is garbage (0x2 in my case.)

(gdb) thread 6
[Switching to thread 6 (Thread 0x7f2bae0c8880 (LWP 4871))]
#0  0x00007f2bb04c959f in __GI___poll (fds=0x7ffde21c9c60, nfds=1,
timeout=1000) at ../sysdeps/unix/sysv/linux/poll.c:29
29        return SYSCALL_CANCEL (poll, fds, nfds, timeout);
(gdb) up 4
#4  0x00007f2bb0f17a40 in QScreen::name (this=0x55b15d5a00f0) at
kernel/qscreen.cpp:195
195         return d->platformScreen->name();
(gdb) print this
$1 = (const QScreen * const) 0x55b15d5a00f0
(gdb) print this->d_ptr.d
$2 = (QObjectData *) 0x2

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

Reply via email to