Opened 11 years ago

Closed 11 years ago

#2316 closed bug (Duplicate)

Crash: _gdk_win32_drawable_finish: assertion failed

Reported by: fernandonajera Owned by:
Priority: minor Milestone: Future
Component: GTK UI Version: 1.3.6
Keywords: Cc:

Description

I have a crash that happens every time I leave the UI open for a while inside a Terminal Server session. Cannot confirm if it would also happen if the session is local, as the computer is headless.

This is using Windows 7 and version 1.3.5 *and* 1.3.6 of Deluge. The daemon continues to work correctly during and after the crash; if I restart the UI it reconnects correctly to the daemon. Both run in the same computer.

This is the debug log shown on the console. The first line appears right after starting the program; the rest only when it crashes.

deluge-debug.py:5: UserWarning: Module pkg_resources was already imported from C:\Program Files (x86)\Deluge\library.zip\pkg_resources.pyc, but c:\program files (x86)\deluge\distribute-0.6.14-py2.6.egg is being added to sys.path
C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:372: Gtk
Warning: gdkgc-win32.c:830: SaveDC failed: The operation completed successfully.
C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:372: Gtk
Warning: gdkgc-win32.c:970: RestoreDC failed: The operation completed successfully.
C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:372: Gtk
Warning: gdkgc-win32.c:1148: ExtCreateRegion failed: The operation completed successfully.
C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:372: Gtk
Warning: gdkdrawable-win32.c:1873: GetDC failed: The operation completed successfully.
C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:372: Gtk
Warning: gdkgc-win32.c:968: GetCurrentObject failed: The handle is invalid.
C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:372: Gtk
Warning: gdkgc-win32.c:970: RestoreDC failed: The handle is invalid.
C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:372: Gtk
Warning: _gdk_win32_drawable_release_dc: assertion `impl->hdc_count > 0' failed
C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:372: Gtk
Warning: gdkpixmap-win32.c:251: GetDC failed: The operation completed successfully.
**
Gdk:ERROR:gdkdrawable-win32.c:2040:_gdk_win32_drawable_finish: assertion failed: (impl->hdc_count == 0)

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

I guess priority is minor, as the daemon keeps working so it is only the GUI crashing. However it is quite irritating. Don't know about the component, I guess gtkui but I'm not sure.

Change History (1)

comment:1 Changed 11 years ago by Cas

  • Resolution set to duplicate
  • Status changed from new to closed

duplicate #1454

Note: See TracTickets for help on using tickets.