gwget is broken in Dapper

Bug #45182 reported by Vytas
20
Affects Status Importance Assigned to Milestone
gwget2 (Ubuntu)
Fix Released
Medium
Daniel T Chen

Bug Description

Current gwget package [0.96-1ubuntu1] is broken. IIRC on Breezy it worked fine.

1. Glade signal autoconnecting completely fails (wrong compiler options??):
(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_main_window_delete_event'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_file_menuitem_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_boton_pref_clicked'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_view_toolbar_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_remove_download_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_popup_pause_button_clicked'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_open_directory_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_popup_continue_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_view_statusbar_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_button_new_clicked'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_quit1_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_open_download_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'stop_all_downloads'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_remove_completed_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_about1_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_remove_notrunning_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'continue_all_downloads'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_cancel_download_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_properties_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_remove_all_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_download_menu_activate'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_treeview1_button_press_event'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_new_browse_save_in_button_clicked'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_ok_button_clicked'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_cancel_button_clicked'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_pref_ok_button_clicked'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_check_total_size_toggled'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_browse_save_in_button_clicked'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_limit_simultaneousdownloads_check_toggled'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_check_actual_size_toggled'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_limit_speed_check_toggled'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_check_down_speed_toggled'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_manual_radio_toggled'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_check_percentage_toggled'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_direct_radio_toggled'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_check_elapse_time_toggled'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_default_radio_toggled'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_check_rem_time_toggled'.

(Gwget:6613): libglade-WARNING **: could not find signal handler 'on_pref_cancel_button_clicked'.

Thus these signals are not connected and UI does not listen to any commands.

2. Application segfaults on exit:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1224144128 (LWP 6683)]
0x0804ee68 in ?? ()
(gdb)

Revision history for this message
DarkMageZ (darkmagez) wrote :

yes, i can verify this bug is also happening over here as well.

Changed in gwget2:
assignee: nobody → motu
status: Unconfirmed → Confirmed
Revision history for this message
Joachim Beckers (jbeckers) wrote :

Same problem here. I'm also unable to start gwget, but I think that's caused by some gconf stuff I broke.

The problem here that the correct (gconf?) schemas aren't installed, IIRC. I've built gwget 0.97 a couple of times, with and without the schemas (because they conflicted with other packages), and I remember having this problem when using ./configure --disable-schemas-install

It didn't segfault however. I was just unable to do anything with the UI.

Revision history for this message
David Sedeño Fernandez (david-alderia) wrote :

Hi,

I'm gwget developer and the problem it's fixed in lastest version (0.98.1). Please upgrade to that version or apply the patch from bug http://bugzilla.gnome.org/show_bug.cgi?id=331310

I have two duplicates in bugzilla.gnome.org about this package.

Revision history for this message
Daniel T Chen (crimsun) wrote : debdiff fixing crash on startup

Backport patch from 0.98.1 fixing a crash on startup, and run autoconf again (Closes: Malone #45182)

Changed in gwget2:
assignee: motu → crimsun
status: Confirmed → Fix Committed
Revision history for this message
Daniel T Chen (crimsun) wrote :

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 30 May 2006 03:28:04 -0400
Source: gwget2
Binary: gwget
Architecture: source
Version: 0.96-1ubuntu2
Distribution: dapper
Urgency: low
Maintainer: David Moreno Garza <email address hidden>
Changed-By: Daniel T Chen <email address hidden>
Description:
 gwget - GNOME front-end for wget
Changes:
 gwget2 (0.96-1ubuntu2) dapper; urgency=low
 .
   * Backport patch from 0.98.1 fixing a crash on startup, and run
     autoconf again (Closes: Malone #45182).
   * Reference: http://bugzilla.gnome.org/show_bug.cgi?id=331310
Files:
 1e152f13cc15821e9bd995ec0e709877 689 gnome optional gwget2_0.96-1ubuntu2.dsc
 d4295d069ed8d0f66c923901cafc042c 47963 gnome optional gwget2_0.96-1ubuntu2.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEe/Q8e9GwFciKvaMRAnW9AJwJY5ArV7QfRA+XWJE3S5Hlq8wMNQCeNsiX
IaD52++uuaucZmAX/sAG2B4=
=TIs8
-----END PGP SIGNATURE-----

Changed in gwget2:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.