Your message dated Sat, 16 Mar 2013 14:51:09 +0000 with message-id <[email protected]> and subject line Bug#620225: fixed in reportbug 6.4.4 has caused the Debian Bug report #620225, regarding reportbug crashes when it has no Xwindow display to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 620225: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620225 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: reportbug Version: 4.12.6 Severity: important When I run reportbug without valid X display, it crashes with SIGFPE. It should report an error or run in text mode when there are no Xwindows. $ reportbug /usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning) /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:1310: Warning: invalid (NULL) pointer instance gtk.Assistant.__init__ (self) /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:1310: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed gtk.Assistant.__init__ (self) /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:1310: GtkWarning: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed gtk.Assistant.__init__ (self) /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:1310: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed gtk.Assistant.__init__ (self) /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:1310: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean' gtk.Assistant.__init__ (self) /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:1333: GtkWarning: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed widget.set_label ("_Continue") /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:1333: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed widget.set_label ("_Continue") /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:1334: GtkWarning: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed widget.set_image (image) /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:1334: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed widget.set_image (image) /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:476: GtkWarning: Screen for GtkWindow not set; you must always set a screen for a GtkWindow before using the window gtk.main () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:476: GtkWarning: gdk_screen_get_display: assertion `GDK_IS_SCREEN (screen)' failed gtk.main () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:476: GtkWarning: gdk_keymap_get_for_display: assertion `GDK_IS_DISPLAY (display)' failed gtk.main () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:476: Warning: invalid (NULL) pointer instance gtk.main () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:476: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed gtk.main () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:626: GtkWarning: gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed self.entry = gtk.Entry () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:626: PangoWarning: pango_context_set_font_description: assertion `context != NULL' failed self.entry = gtk.Entry () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:626: PangoWarning: pango_context_set_base_dir: assertion `context != NULL' failed self.entry = gtk.Entry () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:626: PangoWarning: pango_context_set_language: assertion `context != NULL' failed self.entry = gtk.Entry () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:626: PangoWarning: pango_layout_new: assertion `context != NULL' failed self.entry = gtk.Entry () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:626: PangoWarning: pango_layout_set_attributes: assertion `layout != NULL' failed self.entry = gtk.Entry () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:626: PangoWarning: pango_layout_set_text: assertion `layout != NULL' failed self.entry = gtk.Entry () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:626: PangoWarning: pango_layout_get_unknown_glyphs_count: assertion `PANGO_IS_LAYOUT (layout)' failed self.entry = gtk.Entry () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:626: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed self.entry = gtk.Entry () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:644: GtkWarning: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed completion = gtk.EntryCompletion () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:644: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed completion = gtk.EntryCompletion () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:644: Warning: invalid (NULL) pointer instance completion = gtk.EntryCompletion () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:644: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed completion = gtk.EntryCompletion () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: GtkWarning: Screen for GtkWindow not set; you must always set a screen for a GtkWindow before using the window self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: GtkWarning: gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: PangoWarning: pango_context_set_font_description: assertion `context != NULL' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: PangoWarning: pango_context_set_base_dir: assertion `context != NULL' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: PangoWarning: pango_context_set_language: assertion `context != NULL' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: PangoWarning: pango_layout_new: assertion `context != NULL' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: PangoWarning: pango_layout_set_text: assertion `layout != NULL' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: PangoWarning: pango_layout_set_attributes: assertion `layout != NULL' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: PangoWarning: pango_layout_set_justify: assertion `layout != NULL' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: PangoWarning: pango_layout_set_alignment: assertion `layout != NULL' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: PangoWarning: pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: PangoWarning: pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: PangoWarning: pango_layout_set_wrap: assertion `PANGO_IS_LAYOUT (layout)' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: PangoWarning: pango_layout_set_width: assertion `layout != NULL' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: PangoWarning: pango_layout_get_extents: assertion `layout != NULL' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: GtkWarning: gdk_screen_get_width: assertion `GDK_IS_SCREEN (screen)' failed self.assistant.show () /usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:541: PangoWarning: pango_layout_get_line_count: assertion `layout != NULL' failed self.assistant.show () Výjimka v pohyblivé řádové čárce (SIGFPE) (core dumped [obraz paměti uložen]) -- Package-specific info: ** Environment settings: INTERFACE="text" ** /root/.reportbugrc: reportbug_version "4.12.6" mode standard ui text realname "Mikulas Patocka" email "[email protected]" no-check-uid no-cc header "X-Debbugs-CC: [email protected]" smtphost reportbug.debian.org -- System Information: Debian Release: 6.0.3 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.1.0-fast (SMP w/8 CPU cores; PREEMPT) Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2) Shell: /bin/sh linked to /bin/dash Versions of packages reportbug depends on: ii apt 0.8.10.3+squeeze1 Advanced front-end for dpkg ii python 2.6.6-3+squeeze6 interactive high-level object-orie ii python-reportbug 4.12.6 Python modules for interacting wit reportbug recommends no packages. Versions of packages reportbug suggests: pn debconf-utils <none> (no description available) pn debsums <none> (no description available) pn dlocate <none> (no description available) pn emacs22-bin-common | <none> (no description available) ii file 5.04-5 Determines file type using "magic" ii gnupg 1.4.10-4 GNU privacy guard - a free PGP rep pn postfix | exim4 | ma <none> (no description available) ii python-gtk2 2.17.0-4 Python bindings for the GTK+ widge pn python-gtkspell <none> (no description available) pn python-urwid <none> (no description available) ii python-vte 1:0.24.3-3 Python bindings for the VTE widget ii xdg-utils 1.0.2+cvs20100307-2 desktop integration utilities from -- no debconf information
--- End Message ---
--- Begin Message ---Source: reportbug Source-Version: 6.4.4 We believe that the bug you reported is fixed in the latest version of reportbug, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sandro Tosi <[email protected]> (supplier of updated reportbug package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 12 Mar 2013 23:45:13 +0100 Source: reportbug Binary: reportbug python-reportbug Architecture: source all Version: 6.4.4 Distribution: unstable Urgency: low Maintainer: Reportbug Maintainers <[email protected]> Changed-By: Sandro Tosi <[email protected]> Description: python-reportbug - Python modules for interacting with bug tracking systems reportbug - reports bugs in the Debian distribution Closes: 620225 Changes: reportbug (6.4.4) unstable; urgency=low . * reportbug/ui/gtk2_ui.py - proper update GTK+ UI from threads, using gobject.idle_add(), possibily fixing the crashes seen with GTK+ reportbug UI; thanks to all the reporters and to Bruno Filipe Oliveira Ramos for the patch; Closes: #620225 Checksums-Sha1: 8c37695321606306582abd4b5566e06ed7c21b3f 1202 reportbug_6.4.4.dsc 83f434f3c77291484e97e3dc7030060742500fc9 180040 reportbug_6.4.4.tar.bz2 8964cd9880c8029016a5f05bcfd4e049fd09f5a3 126352 reportbug_6.4.4_all.deb 68a8be906b865f4e9eb7ff79496ce98a4c2037ed 136386 python-reportbug_6.4.4_all.deb Checksums-Sha256: 8492866295bfc5fd0c7ff11f221df34792513c14aeb0a91f6b7d2256e8e5bf7b 1202 reportbug_6.4.4.dsc 2cbb6c92159b1e4169f57ee372b09441346a9730701b6586f02ea020940f8717 180040 reportbug_6.4.4.tar.bz2 29da980ecd58def049ba116bb3e9a0c8200dfa143b5363eaf35521b840b657b9 126352 reportbug_6.4.4_all.deb 84a55f51d47785154dddca1e97a32f15d6ec448ffc80995dc0fc68e14f3bd4b4 136386 python-reportbug_6.4.4_all.deb Files: 763a0689ab507c92fed289d6766f9763 1202 utils standard reportbug_6.4.4.dsc 76e22a7a5e536afd5e7e04cecd3477b3 180040 utils standard reportbug_6.4.4.tar.bz2 5b307ab443aabe3010df123881e2b7d4 126352 utils standard reportbug_6.4.4_all.deb c10478039da126d345be87904f5331c2 136386 python standard python-reportbug_6.4.4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlE/sKAACgkQAukwV0RN2VCbggCdH1gKbc9mjKTBQ8AR38rKAOPB gvIAnig4bN4FAlOkROgNcBBI5iGee4+Q =NmvP -----END PGP SIGNATURE-----
--- End Message ---

