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 419928 - Gnome-mount bug floods .xsession-errors log
Gnome-mount bug floods .xsession-errors log
Status: RESOLVED FIXED
Product: gnome-mount
Classification: Deprecated
Component: programs
unspecified
Other Linux
: Normal normal
: ---
Assigned To: David Zeuthen (not reading bugmail)
Depends on:
Blocks:
 
 
Reported: 2007-03-18 23:03 UTC by mfj
Modified: 2007-10-17 23:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Ubuntu patch (577 bytes, patch)
2007-04-23 13:49 UTC, Martin Pitt
none Details | Review

Description mfj 2007-03-18 23:03:23 UTC
Initializing gnome-mount extension
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
.... and continue to infinite!


Same bug when I launch Nautilus from console with root privileges:
m@amilo:~$ sudo nautilus
Password:
Initializing gnome-mount extension
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
[...]

_______________________________

ProblemType: Bug
Architecture: i386
Date: Sun Mar 18 16:17:22 2007
DistroRelease: Ubuntu 7.04
Uname: Linux amilo 2.6.20-11-generic #2 SMP Thu Mar 15 08:03:07 UTC 2007 i686 GNU/Linux
Comment 1 Martin Pitt 2007-04-23 13:48:34 UTC
Not sure why this was marked as fixed already, it's not yet fixed in 0.6 nor SVN head. We patched this out in Ubuntu, I'll attach the trivial patch for the records.
Comment 2 Martin Pitt 2007-04-23 13:49:43 UTC
Created attachment 86841 [details] [review]
Ubuntu patch

Trivial thing, just disable the g_message() calls. Upstream they should probably be wrapped into #ifdef DEBUG or something.
Comment 3 JP Rosevear 2007-10-17 23:58:26 UTC
This was fixed in 0.7:
2007-10-11  David Zeuthen  <davidz@redhat.com>

	* src/gnome-mount-properties.c: Avoid printing out drive and
	volume pointers

And the messages are gone from the source.