[Reportbug-maint] Bug#620225: GTK+ UI errors: segfaults, floating-point exceptions, pango error
Witold Baryluk
baryluk at smp.if.uj.edu.pl
Fri Dec 2 16:53:38 UTC 2011
Package: reportbug
Followup-For: Bug #620225
Version: 6.3
Some people says here that it only happens to minority of users.
I disagree with such reasoning.
If any user tries to report some bug using reportbug to other package,
and it crashes (actually without any message, because message
is sent to stderr, which is not visible when reportbug was started
from menu in graphical desktop), how it is supposed
to report bug for reportbug itself?
I see this bug over and over on about 8 different
machines with i386 and amd64 architectures.
Not only on my accounts, but also on accounts of different
users.
It is shame that one of most critical Debian package
is in a state of being unusable 50% of time.
It annoys people when they entered detailed reportbug
message, click Next/Continue, and reportbug crashes.
(often before reportbug saved report to file)
They throw away Debian, and reinstall other distribution!
It mean that this problem can affect actually minority
of users, maybe even 90%. Nobody knows!
In some sense it is critical bug.
Only posible options, i see:
1. Fix gtk support. I can send core dumps if you wants, or help with gdb debuging.
2. Remove gtk support.
3. Make text support default.
4. Do something with GTK maintainers to actually look at problem.
5. If there is no python-gtk maintainers which actually will look
into problems with python-gtk, and gtk maintiners
are not willing to look at it also, consider orphaning/removing
python-gtk package in Debian.
BTW. Reportbug it should detect if I have DISPLAY environment
variable set and if not, by default use text interface.
For example for me, this floating point exception
bug happens even if I have no DISPLAY set, so it is way before
gtk actually does anything!
with DISPLAY unset:
baryluk at sredniczarny ~/ > gdb --args /usr/bin/python2.7 /usr/bin/reportbug tcpd
GNU gdb (GDB) 7.3-debian
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/python2.7...Reading symbols from /usr/lib/debug/usr/bin/python2.7...done.
done.
(gdb) c
The program is not being run.
(gdb) r
Starting program: /usr/bin/python2.7 /usr/bin/reportbug tcpd
[Thread debugging using libthread_db enabled]
/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: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:1334: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
widget.set_image (image)
/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:1329: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
widget.set_image(image)
[New Thread 0xb6176b70 (LWP 18605)]
/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: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 ()
Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread 0xb6176b70 (LWP 18605)]
0xb6d5364b in gtk_label_ensure_layout (label=<optimized out>) at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtklabel.c:3103
3103 /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtklabel.c: Nie ma takiego pliku ani katalogu.
in /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtklabel.c
(gdb) bt
#0 0xb6d5364b in gtk_label_ensure_layout (label=<optimized out>) at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtklabel.c:3103
#1 0xb6d5521c in gtk_label_size_request (widget=0x896dd90, requisition=0x896ddac)
at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtklabel.c:3163
#2 0xb7472363 in g_cclosure_marshal_VOID__BOXED (closure=0x8b0c1a8, return_value=0x0, n_param_values=2, param_values=0x8b8b8a0, invocation_hint=0xb61746e0,
marshal_data=0xb6d551d0) at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gmarshal.c:574
#3 0xb746ee2d in g_type_class_meta_marshal (closure=0x8b0c1a8, return_value=0x0, n_param_values=2, param_values=0x8b8b8a0, invocation_hint=0xb61746e0,
marshal_data=0x7c) at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gclosure.c:885
#4 0xb7470306 in g_closure_invoke (closure=0x8b0c1a8, return_value=0x0, n_param_values=2, param_values=0x8b8b8a0, invocation_hint=0xb61746e0)
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gclosure.c:774
#5 0xb7482947 in signal_emit_unlocked_R (node=0x8b0c1e8, detail=0, instance=0x896dd90, emission_return=0x0, instance_and_params=0x8b8b8a0)
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gsignal.c:3202
#6 0xb748bf17 in g_signal_emit_valist (instance=0x896dd90, signal_id=13, detail=0, var_args=0xb617491c "(zɶVRI\267\001")
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gsignal.c:3003
#7 0xb748c20f in g_signal_emit_by_name (instance=0x896dd90, detailed_signal=0xb6fb8ff9 "size-request")
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gsignal.c:3097
#8 0xb6ddc3df in do_size_request (widget=0x896dd90) at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtksizegroup.c:628
#9 do_size_request (widget=0x896dd90) at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtksizegroup.c:946
#10 _gtk_size_group_compute_requisition (widget=0x896dd90, requisition=0xb6174988)
at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtksizegroup.c:828
#11 0xb6e98c30 in IA__gtk_widget_size_request (widget=0x896dd90, requisition=0xb6174988)
at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtkwidget.c:3906
#12 0xb6c98499 in gtk_box_size_request (widget=0x8b20f18, requisition=0x8b20f34)
at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtkbox.c:280
#13 0xb7472363 in g_cclosure_marshal_VOID__BOXED (closure=0x8b0c1a8, return_value=0x0, n_param_values=2, param_values=0x8b8b878, invocation_hint=0xb6174b10,
---Type <return> to continue, or q <return> to quit---
marshal_data=0xb6c98410) at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gmarshal.c:574
#14 0xb746ee2d in g_type_class_meta_marshal (closure=0x8b0c1a8, return_value=0x0, n_param_values=2, param_values=0x8b8b878, invocation_hint=0xb6174b10,
marshal_data=0x7c) at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gclosure.c:885
#15 0xb7470306 in g_closure_invoke (closure=0x8b0c1a8, return_value=0x0, n_param_values=2, param_values=0x8b8b878, invocation_hint=0xb6174b10)
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gclosure.c:774
#16 0xb7482947 in signal_emit_unlocked_R (node=0x8b0c1e8, detail=0, instance=0x8b20f18, emission_return=0x0, instance_and_params=0x8b8b878)
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gsignal.c:3202
#17 0xb748bf17 in g_signal_emit_valist (instance=0x8b20f18, signal_id=13, detail=0, var_args=0xb6174d4c "")
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gsignal.c:3003
#18 0xb748c20f in g_signal_emit_by_name (instance=0x8b20f18, detailed_signal=0xb6fb8ff9 "size-request")
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gsignal.c:3097
#19 0xb6ddc3df in do_size_request (widget=0x8b20f18) at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtksizegroup.c:628
#20 do_size_request (widget=0x8b20f18) at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtksizegroup.c:946
#21 _gtk_size_group_compute_requisition (widget=0x8b20f18, requisition=0xb6174dd0)
at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtksizegroup.c:828
#22 0xb6e98c30 in IA__gtk_widget_size_request (widget=0x8b20f18, requisition=0xb6174dd0)
at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtkwidget.c:3906
#23 0xb6c9012b in gtk_assistant_size_request (widget=0x89fd010, requisition=0x89fd02c)
at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtkassistant.c:1151
#24 0xb7472363 in g_cclosure_marshal_VOID__BOXED (closure=0x8b0c1a8, return_value=0x0, n_param_values=2, param_values=0x8b8b800, invocation_hint=0xb6174f60,
marshal_data=0xb6c90060) at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gmarshal.c:574
#25 0xb746ee2d in g_type_class_meta_marshal (closure=0x8b0c1a8, return_value=0x0, n_param_values=2, param_values=0x8b8b800, invocation_hint=0xb6174f60,
marshal_data=0x7c) at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gclosure.c:885
#26 0xb74703dc in g_closure_invoke (closure=0x8b0c1a8, return_value=0x0, n_param_values=2, param_values=0x8b8b800, invocation_hint=0xb6174f60)
---Type <return> to continue, or q <return> to quit---
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gclosure.c:774
#27 0xb7482947 in signal_emit_unlocked_R (node=0x8b0c1e8, detail=0, instance=0x89fd010, emission_return=0x0, instance_and_params=0x8b8b800)
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gsignal.c:3202
#28 0xb748bf17 in g_signal_emit_valist (instance=0x89fd010, signal_id=13, detail=0, var_args=0xb617519c "\274Q\027\266VRI\267\001")
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gsignal.c:3003
#29 0xb748c20f in g_signal_emit_by_name (instance=0x89fd010, detailed_signal=0xb6fb8ff9 "size-request")
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gsignal.c:3097
#30 0xb6ddc3df in do_size_request (widget=0x89fd010) at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtksizegroup.c:628
#31 do_size_request (widget=0x89fd010) at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtksizegroup.c:946
#32 _gtk_size_group_compute_requisition (widget=0x89fd010, requisition=0x0)
at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtksizegroup.c:828
#33 0xb6e98c30 in IA__gtk_widget_size_request (widget=0x89fd010, requisition=0x0)
at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtkwidget.c:3906
#34 0xb6eaa6fb in gtk_window_compute_configure_request (window=<optimized out>, request=0xb617534c, geometry=0xb6175308, flags=0xb617535c)
at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtkwindow.c:5842
#35 0xb6eae25e in gtk_window_show (widget=0x89fd010) at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtkwindow.c:4509
#36 0xb74718ec in g_cclosure_marshal_VOID__VOID (closure=0x8b0be70, return_value=0x0, n_param_values=1, param_values=0x8b38818, invocation_hint=0xb61754c0,
marshal_data=0xb6eae1d0) at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gmarshal.c:85
#37 0xb746ee2d in g_type_class_meta_marshal (closure=0x8b0be70, return_value=0x0, n_param_values=1, param_values=0x8b38818, invocation_hint=0xb61754c0,
marshal_data=0x5c) at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gclosure.c:885
#38 0xb74703dc in g_closure_invoke (closure=0x8b0be70, return_value=0x0, n_param_values=1, param_values=0x8b38818, invocation_hint=0xb61754c0)
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gclosure.c:774
#39 0xb7482947 in signal_emit_unlocked_R (node=0x8b0beb8, detail=0, instance=0x89fd010, emission_return=0x0, instance_and_params=0x8b38818)
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gsignal.c:3202
---Type <return> to continue, or q <return> to quit---
#40 0xb748bf17 in g_signal_emit_valist (instance=0x89fd010, signal_id=7, detail=0,
var_args=0xb617567c "`V/\267\247\062\352\266`V/\267\064ܤ\b_V!\267\020П\b8F\227\b@\316y\267\064ܤ\b\340\033[\b6V!\267l\372\255\bx\254\017\b4ܤ\b")
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gsignal.c:3003
#41 0xb748c083 in g_signal_emit (instance=0x89fd010, signal_id=7, detail=0)
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gsignal.c:3060
#42 0xb6ea333a in IA__gtk_widget_show (widget=0x89fd010) at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtkwidget.c:3210
#43 IA__gtk_widget_show (widget=0x89fd010) at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtkwidget.c:3201
#44 0xb721565f in ?? () from /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/_gtk.so
#45 0x080fac78 in call_function (oparg=145022004, pp_stack=0xb6175744) at ../Python/ceval.c:4005
#46 PyEval_EvalFrameEx (f=
Frame 0x8bce58c, for file /usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py, line 518, in execute_operation (self=<HandleBTSQueryPage(widget=<gtk.VBox at remote 0x8ac2cfc>, selection=<gtk.TreeSelection at remote 0x8ae18c4>, bts='debian', mirrors=None, assistant=<ReportbugAssistant(progress_page=<ProgressPage(widget=<gtk.VBox at remote 0x8ac28c4>, assistant=<...>, page_num=1, label=<gtk.Label at remote 0x8ac26bc>, application=<ReportbugApplication(_Thread__ident=-1239979152, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac80>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac80>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac80>) at remote 0x8abca8c>, _Thread__name='Thread-1', _Thread__daemonic=True, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac70>, acquire=<built-in...(truncated), throwflag=0) at ../Python/ceval.c:2666
#47 0x080ffb14 in PyEval_EvalCodeEx (co=0x889bb18, globals=
{'show_report': <function at remote 0x8aceb54>, 'GetFilenameDialog': <GObjectMeta(__module__='reportbug.ui.gtk2_ui', on_response=<function at remote 0x8a41b1c>, execute_operation=<function at remote 0x8a41b54>, __init__=<function at remote 0x8a41ae4>, __doc__=None) at remote 0x8aa7f04>, 'TreePage': <type at remote 0x8a9f444>, 'info_dialog': <function at remote 0x8a37b54>, 'markup_free': <function at remote 0x8a375dc>, 'NoReport': <type at remote 0x843fb94>, 'EditorPage': <type at remote 0x8aa62dc>, 'handle_bts_query': <function at remote 0x8acebfc>, 'get_filename': <function at remote 0x8acedbc>, 'vte': <module at remote 0x8a47524>, 'menu': <function at remote 0x8acec6c>, 'gtk': <module at remote 0x8863d64>, 'error_dialog': <function at remote 0x8a37b8c>, 'debbugs': <module at remote 0xb799c7c4>, 'create_scrollable': <function at remote 0x8a37b1c>, 'has_spell': True, 'ReportbugApplication': <type at remote 0x8a9d32c>, 'assistant':---Type <return> to continue, or q <return> to quit---
<ReportbugAssistant(progress_page=<ProgressPage(widget=<gtk.VBox at remote 0x8a...(truncated), locals=0x0, args=0xb78b7d58, argcount=3, kws=0xb7bc3038,
kwcount=0, defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3253
#48 0x0808eb74 in function_call (func=<function at remote 0x8a3e56c>, arg=
(<HandleBTSQueryPage(widget=<gtk.VBox at remote 0x8ac2cfc>, selection=<gtk.TreeSelection at remote 0x8ae18c4>, bts='debian', mirrors=None, assistant=<ReportbugAssistant(progress_page=<ProgressPage(widget=<gtk.VBox at remote 0x8ac28c4>, assistant=<...>, page_num=1, label=<gtk.Label at remote 0x8ac26bc>, application=<ReportbugApplication(_Thread__ident=-1239979152, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac80>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac80>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac80>) at remote 0x8abca8c>, _Thread__name='Thread-1', _Thread__daemonic=True, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac70>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac70>, _Condition__waiters=[], release=<built-in method release...(truncated), kw={}) at ../Objects/funcobject.c:526
#49 0x080604a1 in PyObject_Call (func=<function at remote 0x8a3e56c>, arg=
(<HandleBTSQueryPage(widget=<gtk.VBox at remote 0x8ac2cfc>, selection=<gtk.TreeSelection at remote 0x8ae18c4>, bts='debian', mirrors=None, assistant=<ReportbugAssistant(progress_page=<ProgressPage(widget=<gtk.VBox at remote 0x8ac28c4>, assistant=<...>, page_num=1, label=<gtk.Label at remote 0x8ac26bc>, application=<ReportbugApplication(_Thread__ident=-1239979152, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac80>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac80>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac80>) at remote 0x8abca8c>, _Thread__name='Thread-1', _Thread__daemonic=True, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac70>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac70>, _Condition__waiters=[], release=<built-in method release...(truncated), kw={}) at ../Objects/abstract.c:2529
#50 0x080fb542 in ext_do_call (nk=0, na=1, flags=<optimized out>, pp_stack=0xb6175954, func=<function at remote 0x8a3e56c>) at ../Python/ceval.c:4334
#51 PyEval_EvalFrameEx (f=Frame 0x8b7395c, for file /usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py, line 468, in callback (), throwflag=0)
at ../Python/ceval.c:2705
#52 0x08100041 in PyEval_EvalCodeEx (co=0x889b848, globals=
{'show_report': <function at remote 0x8aceb54>, 'GetFilenameDialog': <GObjectMeta(__module__='reportbug.ui.gtk2_ui', on_response=<function at remote 0x8a41b1c>, execute_operation=<function at remote 0x8a41b54>, __init__=<function at remote 0x8a41ae4>, __doc__=None) at remote 0x8aa7f04>, 'TreePage': <type at rem---Type <return> to continue, or q <return> to quit---
ote 0x8a9f444>, 'info_dialog': <function at remote 0x8a37b54>, 'markup_free': <function at remote 0x8a375dc>, 'NoReport': <type at remote 0x843fb94>, 'EditorPage': <type at remote 0x8aa62dc>, 'handle_bts_query': <function at remote 0x8acebfc>, 'get_filename': <function at remote 0x8acedbc>, 'vte': <module at remote 0x8a47524>, 'menu': <function at remote 0x8acec6c>, 'gtk': <module at remote 0x8863d64>, 'error_dialog': <function at remote 0x8a37b8c>, 'debbugs': <module at remote 0xb799c7c4>, 'create_scrollable': <function at remote 0x8a37b1c>, 'has_spell': True, 'ReportbugApplication': <type at remote 0x8a9d32c>, 'assistant': <ReportbugAssistant(progress_page=<ProgressPage(widget=<gtk.VBox at remote 0x8a...(truncated), locals=0x0, args=0xb7bc3038, argcount=0, kws=0x0, kwcount=0,
defs=0x0, defcount=0, closure=(<cell at remote 0x8b8d8fc>, <cell at remote 0x8b8d8e4>, <cell at remote 0x8b8d8cc>)) at ../Python/ceval.c:3253
#53 0x0808e962 in function_call (func=<function at remote 0xb77ea64c>, arg=(), kw=0x0) at ../Objects/funcobject.c:526
#54 0x080604a1 in PyObject_Call (func=<function at remote 0xb77ea64c>, arg=(), kw=0x0) at ../Objects/abstract.c:2529
#55 0x080f92ee in PyEval_CallObjectWithKeywords (func=<function at remote 0xb77ea64c>, arg=(), kw=0x0) at ../Python/ceval.c:3890
#56 0x0806c30f in PyObject_CallObject (o=<function at remote 0xb77ea64c>, a=()) at ../Objects/abstract.c:2517
#57 0xb73573af in _pyglib_handler_marshal () from /usr/lib/libpyglib-2.0-python2.7.so.0
#58 0xb739b270 in g_idle_dispatch (source=0x8b82318, callback=0xb7357350 <_pyglib_handler_marshal>, user_data=0x8af236c)
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./glib/gmain.c:4776
#59 0xb739ea3f in g_main_dispatch (context=0x8b2d350) at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./glib/gmain.c:2442
#60 g_main_context_dispatch (context=0x8b2d350) at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./glib/gmain.c:2998
#61 0xb739f170 in g_main_context_iterate (context=0x8b2d350, block=-1220879664, dispatch=1, self=<optimized out>)
at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./glib/gmain.c:3076
#62 0xb739f77b in g_main_loop_run (loop=0x8b335c0) at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./glib/gmain.c:3284
#63 0xb6d5ebef in IA__gtk_main () at /build/buildd-gtk+2.0_2.24.8-2-i386-QCV9OW/gtk+2.0-2.24.8/gtk/gtkmain.c:1256
#64 0xb723758d in ?? () from /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/_gtk.so
#65 0x080fac78 in call_function (oparg=0, pp_stack=0xb6175da4) at ../Python/ceval.c:4005
#66 PyEval_EvalFrameEx (f=
Frame 0x8b335dc, for file /usr/lib/pymodules/python2.7/reportbug/ui/gtk2_ui.py, line 453, in run (self=<ReportbugApplication(_Thread__ident=-1239979152, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac80>, acquire=<built-in method acquire of thread.lock object ---Type <return> to continue, or q <return> to quit---
at remote 0x89bac80>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac80>) at remote 0x8abca8c>, _Thread__name='Thread-1', _Thread__daemonic=True, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac70>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac70>) at remote 0x8abc9cc>) at remote 0x8abc96c>, _Thread__stderr=<file at remote 0xb7be50d0>, queue=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x8a4e9cc>,...(truncated), throwflag=0) at ../Python/ceval.c:2666
#67 0x080fa0c8 in fast_function (nk=<optimized out>, na=145313040, n=<optimized out>, pp_stack=0xb6175e74, func=<function at remote 0x8a3e33c>)
at ../Python/ceval.c:4107
#68 call_function (oparg=0, pp_stack=0xb6175e74) at ../Python/ceval.c:4042
#69 PyEval_EvalFrameEx (f=
Frame 0x8b33444, for file /usr/lib/python2.7/threading.py, line 552, in __bootstrap_inner (self=<ReportbugApplication(_Thread__ident=-1239979152, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac80>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac80>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac80>) at remote 0x8abca8c>, _Thread__name='Thread-1', _Thread__daemonic=True, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac70>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac70>) at remote 0x8abc9cc>) at remote 0x8abc96c>, _Thread__stderr=<file at remote 0xb7be50d0>, queue=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x8a4e9cc>, maxsiz...(truncated), throwflag=0) at ../Python/ceval.c:2666
#70 0x080fa0c8 in fast_function (nk=<optimized out>, na=145313040, n=<optimized out>, pp_stack=0xb6175f44, func=<function at remote 0x8561ca4>)
at ../Python/ceval.c:4107
#71 call_function (oparg=0, pp_stack=0xb6175f44) at ../Python/ceval.c:4042
#72 PyEval_EvalFrameEx (f=
Frame 0x8b332e4, for file /usr/lib/python2.7/threading.py, line 525, in __bootstrap (self=<ReportbugApplication(_Thread__ident=-1239979152, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac80>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac80>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac80>) at remote 0x8abca8c>, _Thread__name='Thread-1', _Thread__daemonic=True, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__loc---Type <return> to continue, or q <return> to quit---
k=<thread.lock at remote 0x89bac70>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac70>) at remote 0x8abc9cc>) at remote 0x8abc96c>, _Thread__stderr=<file at remote 0xb7be50d0>, queue=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x8a4e9cc>, maxsize=0, a...(truncated), throwflag=0) at ../Python/ceval.c:2666
#73 0x080ffb14 in PyEval_EvalCodeEx (co=0x855d140, globals=
{'current_thread': <function at remote 0x856517c>, '_BoundedSemaphore': <type at remote 0x853151c>, 'currentThread': <function at remote 0x856517c>, '_Timer': <type at remote 0x8531e8c>, '_format_exc': <function at remote 0xb7bb141c>, 'Semaphore': <function at remote 0x856148c>, 'activeCount': <function at remote 0x856525c>, '_profile_hook': None, '_sleep': <built-in function sleep>, '_trace_hook': None, 'ThreadError': <type at remote 0x83f850c>, '_enumerate': <function at remote 0x8565294>, '_start_new_thread': <built-in function start_new_thread>, 'BoundedSemaphore': <function at remote 0x85616f4>, '_shutdown': <instancemethod at remote 0xb789ebbc>, '__all__': ['activeCount', 'active_count', 'Condition', 'currentThread', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': <type at remote 0x85319d4>, 'active_count': <function at remote 0x856525c>, '__package__': None, '_Condition': <type at re...(truncated), locals=0x0, args=0xb77aef98, argcount=1, kws=0x0, kwcount=0,
defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3253
#74 0x0808e962 in function_call (func=<function at remote 0x8561c34>, arg=
(<ReportbugApplication(_Thread__ident=-1239979152, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac80>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac80>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac80>) at remote 0x8abca8c>, _Thread__name='Thread-1', _Thread__daemonic=True, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac70>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac70>) at remote 0x8abc9cc>) at remote 0x8abc96c>, _Thread__stderr=<file at remote 0xb7be50d0>, queue=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x8a4e9cc>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remot...(truncated), kw=0x0) at ../Objects/funcobject.c:526
#75 0x080604a1 in PyObject_Call (func=<function at remote 0x8561c34>, arg=
(<ReportbugApplication(_Thread__ident=-1239979152, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac80>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac80>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac80>) at remote 0x8abca8c>, _Thread__name='Thread-1', _Thread__daemonic=True, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=Tr---Type <return> to continue, or q <return> to quit---
ue, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac70>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac70>) at remote 0x8abc9cc>) at remote 0x8abc96c>, _Thread__stderr=<file at remote 0xb7be50d0>, queue=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x8a4e9cc>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remot...(truncated), kw=0x0) at ../Objects/abstract.c:2529
#76 0x08075e75 in instancemethod_call (func=<function at remote 0x8561c34>, arg=
(<ReportbugApplication(_Thread__ident=-1239979152, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac80>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac80>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac80>) at remote 0x8abca8c>, _Thread__name='Thread-1', _Thread__daemonic=True, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x89bac70>, acquire=<built-in method acquire of thread.lock object at remote 0x89bac70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x89bac70>) at remote 0x8abc9cc>) at remote 0x8abc96c>, _Thread__stderr=<file at remote 0xb7be50d0>, queue=<Queue(unfinished_tasks=0, queue=<collections.deque at remote 0x8a4e9cc>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remot...(truncated), kw=0x0) at ../Objects/classobject.c:2578
#77 0x080604a1 in PyObject_Call (func=<instancemethod at remote 0x884bd24>, arg=(), kw=0x0) at ../Objects/abstract.c:2529
#78 0x080f92ee in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x884bd24>, arg=(), kw=0x0) at ../Python/ceval.c:3890
#79 0x08130554 in t_bootstrap (boot_raw=0x8a94cf8) at ../Modules/threadmodule.c:614
#80 0xb7fa2c39 in start_thread (arg=0xb6176b70) at pthread_create.c:304
#81 0xb7cd196e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
Backtrace stopped: Not enough registers or memory available to unwind further
-- Package-specific info:
** Environment settings:
INTERFACE="text"
** /home/baryluk/.reportbugrc:
reportbug_version "4.8"
mode advanced
ui gtk2
email "baryluk at smp.if.uj.edu.pl"
no-cc
header "X-Debbugs-CC: baryluk at smp.if.uj.edu.pl"
smtphost reportbug.debian.org
-- System Information:
Debian Release: wheezy/sid
APT prefers experimental
APT policy: (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.1.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages reportbug depends on:
ii apt 0.8.15.9
ii python 2.7.2-9
ii python-reportbug 6.3
reportbug recommends no packages.
Versions of packages reportbug suggests:
ii debconf-utils <none>
ii debsums 2.0.49
ii dlocate 1.02
ii emacs22-bin-common | emacs23-bin-common <none>
ii exim4 4.77-1
ii exim4-daemon-light [mail-transport-agent] 4.77-1+b1
ii file 5.09-2
ii gnupg 1.4.11-3
ii python-gtk2 2.24.0-2
ii python-gtkspell 2.25.3-11
ii python-urwid 1.0.0-4
ii python-vte 1:0.28.2-3
ii xdg-utils 1.1.0~rc1-3
Versions of packages python-reportbug depends on:
ii apt 0.8.15.9
ii python 2.7.2-9
ii python-debian 0.1.21
ii python-debianbts 1.10
ii python-support 1.0.14
python-reportbug suggests no packages.
-- no debconf information
More information about the Reportbug-maint
mailing list