aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Lots of failed GDK Assertions  (Read 3125 times)

nubtumbler

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 39
Lots of failed GDK Assertions
« on: April 04, 2006, 05:03:53 PM »

aMule 2.1.1
wxWidgets 2.6.3
GTK+ 2.8.16

All compiled with Gcc 4.0.3


I'm getting tons of failed GDK assertions.  Like this:

Code: [Select]

(amule:7185): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(amule:7185): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

(amule:7185): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(amule:7185): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

(amule:7185): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(amule:7185): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

(amule:7185): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(amule:7185): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

(amule:7185): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(amule:7185): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

(amule:7185): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(amule:7185): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

(amule:7185): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(amule:7185): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

(amule:7185): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(amule:7185): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

(amule:7185): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(amule:7185): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

(amule:7185): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(amule:7185): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

(amule:7185): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(amule:7185): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

(amule:7185): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(amule:7185): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Lots of failed GDK Assertions
« Reply #1 on: April 04, 2006, 05:25:09 PM »

change your gtk2-theme...
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

nubtumbler

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 39
Re: Lots of failed GDK Assertions
« Reply #2 on: April 05, 2006, 04:25:05 AM »

Quote
Originally posted by stefanero
change your gtk2-theme...

I've tried every GTK theme available in Debian Etch, all twenty eight of them, and I continue to get the assertion failures.  Are any other Debian Etch people seeing these?
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Lots of failed GDK Assertions
« Reply #3 on: April 05, 2006, 10:43:53 AM »

I'm seeing some of them. Is not aMule-related, is not really important, and I see it on a lot of programs.
Logged

nubtumbler

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 39
Re: Lots of failed GDK Assertions
« Reply #4 on: April 05, 2006, 07:54:04 PM »

Quote
Originally posted by Kry
I'm seeing some of them. Is not aMule-related, is not really important, and I see it on a lot of programs.

I had seen a couple of them from aMule before but now they stream out continually when any of the graphs are being drawn.  After 4-5 hours my xserver (Debian XOrg 6.9.0dfsg.1-6) consumes 95% CPU on an AMD64 3000 system.  When I kill aMule, XOrg CPU usage goes back to normal.  Both issues appeared at the same time so I am wondering if they are related.

I've recently moved from wxWidgets 2.6.2 to 2.6.3 and from GTK 2.4 to 2.8.16.  Also I believe my XOrg was upgraded via a Debian update.  I see that GCC has been recently updated as well.  I'm trying to narrow down the culprit so that I can get back to a stable state.

AMule 2.1.1 was functioning beautifully until this issue came up..it was very stable!  Thanks for the release.  :D
Logged

zwastik

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Re: Lots of failed GDK Assertions
« Reply #5 on: April 22, 2006, 06:33:58 AM »

i am getting this errors messages too, and the problem seems to slow down my machine, maybe because of heavy cpu usage due to this issue.


So are there any solutions?


pd:small or big problems, they keep beeing problems ;-)
« Last Edit: April 22, 2006, 06:34:28 AM by zwastik »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Lots of failed GDK Assertions
« Reply #6 on: April 22, 2006, 08:50:00 AM »

well its not an aMule problem...

and the slow down of the mashine is probably related to amule being run instead of not running

you can check with "top" whats using your cpu and how much
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."