| Summary: | [abrt] libreport-gtk-2.0.4-3.fc15: __GI_raise: Process /usr/bin/report-gtk was killed by signal 6 (SIGABRT) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sri Ram <sri.kmb> | ||||
| Component: | libX11 | Assignee: | Søren Sandmann Pedersen <sandmann> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 15 | CC: | bugzilla, dvlasenk, jmoskovc, kem, kklic, mikethepsych, mlichvar, mtoman, npajkovs, sandmann | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:5b0d7899ed923eabe4042da43bab700de32e898d | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | Type: | --- | |||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Sri Ram
2011-07-19 06:24:23 UTC
Created attachment 513713 [details]
File: backtrace
Sorry guys, that comment was wrong, this crash was happened after the gnome-panel got crashed. Package: libreport-gtk-2.0.4-3.fc15 Architecture: i686 OS Release: Fedora release 15 (Lovelock) Comment ----- Occurred during desktop restart after turning off Alternate Tab Extension shell extension Assert triggered in /usr/lib/libX11.so.6.3.0,
libX11-1.4.3/src/xcb_io.c,
_XAllocID() function:
/* _XAllocID - resource ID allocation routine. */
XID _XAllocID(Display *dpy)
{
XID ret = dpy->xcb->next_xid;
assert (ret != inval_id);
dpy->xcb->next_xid = inval_id;
_XSetPrivSyncFunction(dpy);
return ret;
}
Caller is XCreatePixmap() from libX11-1.4.3/src/CrPixmap.c:
Pixmap XCreatePixmap (
register Display *dpy,
Drawable d,
unsigned int width,
unsigned int height,
unsigned int depth)
{
Pixmap pid;
register xCreatePixmapReq *req;
LockDisplay(dpy);
GetReq(CreatePixmap, req);
req->drawable = d;
req->width = width;
req->height = height;
req->depth = depth;
pid = req->pid = XAllocID(dpy);
UnlockDisplay(dpy);
SyncHandle();
#ifdef USE_DYNAMIC_XCURSOR
if (depth == 1)
_XNoticeCreateBitmap (dpy, pid, width, height);
#endif
return (pid);
}
which is in turn called by _cairo_xlib_surface_create_similar.
Reassigning this BZ to libX11, if the bug is really in Cairo, please reassign to them.
*** Bug 663878 has been marked as a duplicate of this bug. *** This message is a notice that Fedora 15 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 15. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '15' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 15 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping This message is a notice that Fedora 15 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 15. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '15' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 15 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |