#14 0xb7758dab in miSlideAndSizeWindow (pWin=0xb86c1190, x=0, y=0,
w=1024, h=600, pSib=0x0) at ../../mi/miwindow.c:395
Hmm, that's this bit of code:
for (pChild = pWin->firstChild; pChild; pChild = pChild->nextSib) {
g = pChild->winGravity;
if (g != UnmapGravity) {
...
}
else {
UnmapWindow(pChild, TRUE); /* Crash @ Line 395 */
anyMarked = TRUE;
}
}
If it's crashing inside UnmapWindow, I'm wondering why we don't see that
reflected in the stack trace. The pChild pointer looks like a
reasonably sane address. Very odd.
** Changed in: xorg-server (Ubuntu)
Importance: Medium => High
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1159497
Title:
Xorg crashed with SIGSEGV in miSlideAndSizeWindow()
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1159497/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs