Bug 554569 - DUPS: abort() in abrt-gui: Xerror "BadDrawable"
Summary: DUPS: abort() in abrt-gui: Xerror "BadDrawable"
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: abrt
Version: 12
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Denys Vlasenko
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:80608e777b87e0b2fb8fbdccc75...
: 558055 559538 559673 573363 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-01-12 01:11 UTC by Dante
Modified: 2010-12-04 00:31 UTC (History)
15 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-12-04 00:31:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (17.75 KB, text/plain)
2010-01-12 01:11 UTC, Dante
no flags Details

Description Dante 2010-01-12 01:11:43 UTC
abrt 1.0.3 detected a crash.

Attached file: backtrace
cmdline: /usr/bin/abrt-applet
component: abrt
executable: /usr/bin/abrt-applet
kernel: 2.6.31.9-174.fc12.x86_64
package: abrt-gui-1.0.3-1.fc12
rating: 4
reason: Process was terminated by signal 6 (Aborted)

Comment 1 Dante 2010-01-12 01:11:46 UTC
Created attachment 383130 [details]
File: backtrace

Comment 2 Denys Vlasenko 2010-02-01 16:06:35 UTC
*** Bug 556980 has been marked as a duplicate of this bug. ***

Comment 3 Denys Vlasenko 2010-02-01 16:06:52 UTC
*** Bug 558055 has been marked as a duplicate of this bug. ***

Comment 4 Denys Vlasenko 2010-02-01 16:07:23 UTC
*** Bug 559538 has been marked as a duplicate of this bug. ***

Comment 5 Denys Vlasenko 2010-02-03 13:11:48 UTC
Backtrace usually contains:
...
#4  0x0067f4b7 in IA__g_log (log_domain=<value optimized out>, 
    log_level=<value optimized out>, format=<value optimized out>)
    at gmessages.c:569
#5  0x06bfe363 in gdk_x_error (display=<value optimized out>, 
    error=<value optimized out>) at gdkmain-x11.c:466
        buf = "BadDrawable (invalid Pixmap or Window parameter)"
        msg = <value optimized out>
#6  0x00e34121 in _XError (dpy=<value optimized out>, 


gtk+-1.2.10/gdk/gdk.c:

static int
gdk_x_error (Display     *display,
             XErrorEvent *error)
{
  if (error->error_code)
    {
      if (gdk_error_warnings)
        {
          char buf[64];

          XGetErrorText (display, error->error_code, buf, 63);

#ifdef G_ENABLE_DEBUG
          g_error ("%s\n  serial %ld error_code %d request_code %d minor_code %d\n",
                   buf,
                   error->serial,
                   error->error_code,
                   error->request_code,
                   error->minor_code);
#else /* !G_ENABLE_DEBUG */
          fprintf (stderr, "Gdk-ERROR **: %s\n  serial %ld error_code %d request_code %d minor_code %d\n",
                   buf,
                   error->serial,
                   error->error_code,
                   error->request_code,
                   error->minor_code);

          exit(1);
#endif /* G_ENABLE_DEBUG */
        }
      gdk_error_code = error->error_code;
    }

  return 0;
}

Comment 6 Denys Vlasenko 2010-02-03 13:22:02 UTC
gdk_x_error is an X error handler with "int X_error_handler(Display *, XErrorEvent *)" proto. google says that XErrorEvent is
typedef struct {
	int type;
	Display *display;		/* Display the event was read from */
	unsigned long serial;		/* serial number of failed request */
	unsigned char error_code;	/* error code of failed request */
	unsigned char request_code;	/* Major op-code of failed request */
	unsigned char minor_code;	/* Minor op-code of failed request */
	XID resourceid;			/* resource id */
} XErrorEvent;
what would be helpful to know is request_code value.

Comment 7 Denys Vlasenko 2010-02-03 13:26:30 UTC
*** Bug 559673 has been marked as a duplicate of this bug. ***

Comment 8 Denys Vlasenko 2010-04-02 15:29:58 UTC
*** Bug 573363 has been marked as a duplicate of this bug. ***

Comment 9 Bug Zapper 2010-11-04 01:11:07 UTC
This message is a reminder that Fedora 12 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 12.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '12'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 12's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 12 is 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 please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

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

Comment 10 Bug Zapper 2010-12-04 00:31:28 UTC
Fedora 12 changed to end-of-life (EOL) status on 2010-12-02. Fedora 12 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.