After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323331 - Baobab crash on startup
Baobab crash on startup
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: baobab
2.15.x
Other other
: Normal normal
: ---
Assigned To: Fabio Marzocca
gnome-utils Maintainers
: 326223 339862 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-12-06 01:43 UTC by albertwagner
Modified: 2006-07-28 11:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description albertwagner 2005-12-06 01:43:35 UTC
From: Albert Wagner <albertwagner@cox.net>
To: submit@bugs.gnome.org
X-Mailer: bug-buddy 2.12.1
Subject: Baobab crash on startup

Distribution: Ubuntu 5.10 (breezy)
Package: baobab
Severity: Normal
Version: GNOME2.12.1 2.2.0
Gnome-Distributor: Ubuntu
Synopsis: Baobab crash on startup
Bugzilla-Product: baobab
Bugzilla-Component: general
Bugzilla-Version: 2.2.0
BugBuddy-GnomeVersion: 2.0 (2.12.0)
Description:
Description of the crash:Baobab pops up and is immediately followed by
an error dialog.


Steps to reproduce the crash:
1. Invoke Baobab from the menu
2. deselect one of the 2 disk volumes for scan
3. Invoke Baobab

Expected Results: No crash


How often does this happen? Everytime


Additional Information:



Debugging Information:

Backtrace was generated from '/usr/bin/baobab'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
`system-supplied DSO at 0xffffe000' has disappeared; keeping its
symbols.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1223170368 (LWP 15291)]
[New Thread -1224889424 (LWP 15294)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1223170368 (LWP 15291))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 baobab_remote_connect_dialog_new
  • #5 first_row
  • #6 main
  • #0 __kernel_vsyscall




------- Bug moved to this database by unknown@gnome.bugs 2005-12-06 01:43 UTC -------


Unknown version 2.2.0 in product baobab.  Setting version to "unspecified".
The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here, unknown@gnome.bugs.
   Previous reporter was albertwagner@cox.net.

Comment 1 Fabio Marzocca 2005-12-06 08:36:27 UTC
Fixed in current CVS version
Comment 2 Fabio Marzocca 2006-01-08 18:29:32 UTC
*** Bug 326223 has been marked as a duplicate of this bug. ***
Comment 3 Sergej Kotliar 2006-04-27 07:30:16 UTC
*** Bug 339862 has been marked as a duplicate of this bug. ***
Comment 4 Karsten Bräckelmann 2006-07-27 18:27:59 UTC
*** Bug 348960 has been marked as a duplicate of this bug. ***
Comment 5 Karsten Bräckelmann 2006-07-27 23:41:18 UTC
After being poked by Emmanual (see bug 348960 comment 7) I just had a close look at the code and CVS. Seems, when initially importing baobab into gnome-utils, some code was missed.  (Note: This probably does not only apply here!)


> 2005-12-06  Fabio Marzocca  <thesaltydog@gmail.com>
> 
>         * src/bbthread.c: (bb_scan_is_local):
>         * src/props.c: (check_toggled):
> 
>         Fixes bug #323331

According to that ChangeLog entry and the old baobab module in CVS, [1] is the relevant change. See the files mentioned above in the baobab module in CVS.

The file names changed since, bbthread.c is not part of the baobab code in gnome-utils at all (debug change only anyway), but the check_toggled() function still looks the same, now in baobab-prefs.c. Obviously, the patch for this bug did not make it into this module. REOPENing.


Checked against gnome-utils 2.15.90.


[1] http://cvs.gnome.org/viewcvs/baobab/src/props.c?hideattic=0&r1=1.8&r2=1.9&makepatch=1&diff_format=h
Comment 6 Karsten Bräckelmann 2006-07-27 23:43:20 UTC
Confirming as per duplicates and previously applied patch.
Comment 7 Fabio Marzocca 2006-07-28 11:15:26 UTC
Karsten,

sorry to reply just now, but I should confirm that THIS bug 323331 has been fixed with the patch on 2005-12-06. Then, the application has been merged in gnome-utils and several modules has been reworked and changed name. For instance, bbthread.c has been completely merged into other modules.
I can confirm that the current check_toggled() function is the one that has fixed this bug, as now the main root disk cannot be un-checked. 
Currently, baobab inherits gnome-utils version. The CVS HEAD version is 2.15.1