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 309539 - clicking restart when gnome panel crash makes it to attempte to restart over and over
clicking restart when gnome panel crash makes it to attempte to restart over ...
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
2.10.x
Other All
: Normal critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
: 314202 327686 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-07-05 15:46 UTC by Hubert Figuiere (:hub)
Modified: 2015-03-24 13:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
gnome-panel warning : no symbols (44.13 KB, image/jpeg)
2006-07-09 04:52 UTC, Laurent de Trogoff
Details

Description Hubert Figuiere (:hub) 2005-07-05 15:46:00 UTC
Please describe the problem:
clicking restart when gnome panel crash makes it to attempte to restart over and
over

IRC conversation about that:
Manny hub: a 2nd panel is spawned if you press "restart". This is cracky.
Manny because the panel is registered as being auto-restarted at the session manager
mathrick hub: you should have chosen "close"
Manny mathrick: the "Restart" option shouldn't have been presented in the first
place
mathrick and second one gets registered as such too

Steps to reproduce:
crash the panel
click restart

Actual results:


Expected results:
not showing the restart button

Does this happen every time?
yes

Other information:
Comment 1 Sebastien Bacher 2005-07-05 17:32:25 UTC
seems to be a duplicate of #309506

*** This bug has been marked as a duplicate of 309506 ***
Comment 2 Sebastien Bacher 2005-07-05 17:35:22 UTC
wrong, bug, same issue as #308424, there is probably some other dups ... Vincent?
Comment 3 Vincent Untz 2005-08-18 20:35:49 UTC
The problem is that gnome-session is respawning the panel. And when you click
restart, you start a new panel... So there are two panels...
Comment 4 Hubert Figuiere (:hub) 2005-08-18 20:37:25 UTC
well I think it has been addressed recentle, because the panel crashed a lot
lately...

It is worth doing some QA and closing if needed.
Comment 5 Vincent Untz 2005-08-18 21:05:55 UTC
I just experienced it a few minutes ago :-)
Comment 6 Vincent Untz 2005-08-22 20:31:01 UTC
*** Bug 314202 has been marked as a duplicate of this bug. ***
Comment 7 Vincent Untz 2006-01-20 21:23:16 UTC
*** Bug 327686 has been marked as a duplicate of this bug. ***
Comment 8 Vincent Untz 2006-01-20 21:24:24 UTC
From bug 327686:

"Maybe the right fix would be to tell gnome_segv to not restart programs that
will be already restarted by the session."

Can be a good solution.
Comment 9 Laurent de Trogoff 2006-07-09 04:45:45 UTC
Hi !
Have exactly the same problem, with FC5.
But i wish to know howto to "tell gnome_segv to not restart programs that
will be already restarted by the session", please .... :-p 

thx :)

BTW, here is the message it returns when trying to restart gnome-panel :
[johndoe@Fopadix-fc5 ~]$ gnome-panel restart
gnome-panel: symbol lookup error: gnome-panel: undefined symbol: g_type_register_static_simple
[johndoe@Fopadix-fc5 ~]$
Comment 10 Laurent de Trogoff 2006-07-09 04:52:28 UTC
Created attachment 68650 [details]
gnome-panel warning : no symbols

and here is a screen shot about the message i get when trying to view gnome-panel file using mc
Comment 11 Laurent de Trogoff 2006-07-11 19:54:29 UTC
After i uninstall gnome-panel and all deps, and reinstall it, i have this message :
There was an error starting the GNOME Settings Daemon.

Some things, such as themes, sounds, or background settings may not work correctly.

The Settings Daemon restarted too many times.

The last error message was:

System exception: IDL:Bonobo/GeneralError:1.0 : Child process did not give an error message, unknown failure occurred

GNOME will still try to restart the Settings Daemon next time you log in.

hope it helps
Comment 12 Ray Strode [halfline] 2007-03-28 17:17:30 UTC
On the other hand, is the "The panel is already running" dialog even useful?

If you start a second gedit or gnome-terminal instance, they don't pop up an error dialog.  Maybe gnome-panel should just silently exit?  Maybe it should do the equivalent of right clicking on a panel and choosing "New Panel" ?
Comment 13 Vincent Untz 2007-04-30 22:55:32 UTC
I removed the error dialog and committed something that should end this endless loop.