[Reportbug-maint] Bug#620225: reportbug: doesn't seem to be fixed yet... (?)

Miles Bader miles at gnu.org
Tue Apr 2 02:28:08 UTC 2013


Package: reportbug
Version: 6.4.4
Followup-For: Bug #620225

This bug was closed as "possibly fixed" in version 6.4.4, but 6.4.4
still crashes for me, with what seems to be similar symptoms.

One possibly differentiator:  I'm trying to run reportbug in a screen
session, with DISPLAY unset, although my normal settings specify the
GUI interface for reportbug.

Although DISPLAY is unset, reportbug still attempts to start the GUI,
resulting in a giant spew of python errors, and finally a "Floating
Point Exception" (however, sometimes it's "Segmentation Fault").
[I'm sending this report by explicitly specifying the "-utext" option]

Maybe this is actually a different bug (if so, should I refile it?).

I include the reportbug error output below.

Thanks,

-miles


/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
  warnings.warn(str(e), _gtk.Warning)
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:1304: Warning: invalid (NULL) pointer instance
  gtk.Assistant.__init__ (self)
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:1304: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
  gtk.Assistant.__init__ (self)
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:1304: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
  gtk.Assistant.__init__ (self)
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:1304: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
  gtk.Assistant.__init__ (self)
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:1328: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
  widget.set_label("_Quit")
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:1328: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
  widget.set_label("_Quit")
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:1329: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
  widget.set_image(image)
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:1329: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
  widget.set_image(image)
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:1333: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
  widget.set_label ("_Continue")
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:1333: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
  widget.set_label ("_Continue")
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:1334: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
  widget.set_image (image)
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:1334: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
  widget.set_image (image)
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:453: 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.7/reportbug/ui/gtk2_ui.py:453: GtkWarning: IA__gdk_screen_get_display: assertion `GDK_IS_SCREEN (screen)' failed
  gtk.main ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:453: GtkWarning: IA__gdk_keymap_get_for_display: assertion `GDK_IS_DISPLAY (display)' failed
  gtk.main ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:453: Warning: invalid (NULL) pointer instance
  gtk.main ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:453: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
  gtk.main ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:929: GtkWarning: IA__gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:929: PangoWarning: pango_context_set_font_description: assertion `context != NULL' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:929: PangoWarning: pango_context_set_base_dir: assertion `context != NULL' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:929: PangoWarning: pango_context_set_language: assertion `context != NULL' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:929: PangoWarning: pango_layout_new: assertion `context != NULL' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:929: PangoWarning: pango_layout_set_attributes: assertion `layout != NULL' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:929: PangoWarning: pango_layout_set_text: assertion `layout != NULL' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:929: PangoWarning: pango_layout_get_unknown_glyphs_count: assertion `PANGO_IS_LAYOUT (layout)' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:929: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:74: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
  scrolled = gtk.ScrolledWindow ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:946: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
  self.view.append_column (column)
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:946: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
  self.view.append_column (column)
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:949: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
  button = gtk.Button ("Retrieve and submit bug information")
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:949: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
  button = gtk.Button ("Retrieve and submit bug information")
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:950: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
  button.set_image (gtk.image_new_from_stock (gtk.STOCK_INFO, gtk.ICON_SIZE_BUTTON))
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:950: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
  button.set_image (gtk.image_new_from_stock (gtk.STOCK_INFO, gtk.ICON_SIZE_BUTTON))
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:950: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
  button.set_image (gtk.image_new_from_stock (gtk.STOCK_INFO, gtk.ICON_SIZE_BUTTON))
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:605: GtkWarning: IA__gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:605: PangoWarning: pango_context_set_font_description: assertion `context != NULL' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:605: PangoWarning: pango_context_set_base_dir: assertion `context != NULL' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:605: PangoWarning: pango_context_set_language: assertion `context != NULL' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:605: PangoWarning: pango_layout_new: assertion `context != NULL' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:605: PangoWarning: pango_layout_set_attributes: assertion `layout != NULL' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:605: PangoWarning: pango_layout_set_text: assertion `layout != NULL' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:605: PangoWarning: pango_layout_get_unknown_glyphs_count: assertion `PANGO_IS_LAYOUT (layout)' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:605: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
  self.entry = gtk.Entry ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: 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.7/reportbug/ui/gtk2_ui.py:518: GtkWarning: IA__gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: PangoWarning: pango_context_set_font_description: assertion `context != NULL' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: PangoWarning: pango_context_set_base_dir: assertion `context != NULL' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: PangoWarning: pango_context_set_language: assertion `context != NULL' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: PangoWarning: pango_layout_new: assertion `context != NULL' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: PangoWarning: pango_layout_set_text: assertion `layout != NULL' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: PangoWarning: pango_layout_set_attributes: assertion `layout != NULL' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: PangoWarning: pango_layout_set_justify: assertion `layout != NULL' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: PangoWarning: pango_layout_set_alignment: assertion `layout != NULL' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: PangoWarning: pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: PangoWarning: pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: PangoWarning: pango_layout_set_wrap: assertion `PANGO_IS_LAYOUT (layout)' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: PangoWarning: pango_layout_set_width: assertion `layout != NULL' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: PangoWarning: pango_layout_get_extents: assertion `layout != NULL' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: GtkWarning: IA__gdk_screen_get_width: assertion `GDK_IS_SCREEN (screen)' failed
  self.assistant.show ()
/usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py:518: PangoWarning: pango_layout_get_line_count: assertion `layout != NULL' failed
  self.assistant.show ()
Floating point exception




-- Package-specific info:
** Environment settings:
EDITOR="emacsclient -t"
EMAIL="Miles Bader <miles at gnu.org>"
INTERFACE="text"

** /home/miles/.reportbugrc:
reportbug_version "6.3.1"
mode novice
ui gtk2

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt               0.9.7.8
ii  python            2.7.3-4
ii  python-reportbug  6.4.4

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail                      <none>
pn  debconf-utils                   <none>
pn  debsums                         <none>
pn  dlocate                         <none>
ii  emacs23-bin-common              23.4+1-4
ii  file                            1:5.11-2.1
ii  gnupg                           1.4.12-7
ii  postfix [mail-transport-agent]  2.10.0-3
ii  python-gtk2                     2.24.0-3+b1
pn  python-gtkspell                 <none>
pn  python-urwid                    <none>
ii  python-vte                      1:0.28.2-5
ii  xdg-utils                       1.1.0~rc1+git20111210-7

Versions of packages python-reportbug depends on:
ii  apt               0.9.7.8
ii  python            2.7.3-4
ii  python-debian     0.1.21+nmu2
ii  python-debianbts  1.11
ii  python-support    1.0.15

python-reportbug suggests no packages.

-- no debconf information



More information about the Reportbug-maint mailing list