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 413447 - Internet time clock crashes gnome-panel
Internet time clock crashes gnome-panel
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: clock
2.17.x
Other Linux
: Normal critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-01 14:43 UTC by Sebastien Bacher
Modified: 2007-03-05 22:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
don't try to free hour, fix the problem (573 bytes, patch)
2007-03-01 14:45 UTC, Sebastien Bacher
none Details | Review

Description Sebastien Bacher 2007-03-01 14:43:39 UTC
That bug has been opened on https://launchpad.net/bugs/88939

"On an up to date Feisty:
* Add clock applet to panel if not there already
* Rightclick on it and go to Preferences
* Set Clock type to Internet time

The applet makes the whole gnome-panel stop and restart a few times until it's gone for good."

Debug backtrace for the crash:

Program received signal SIGABRT, Aborted.

Thread NaN (LWP 14307)

  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #2 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #3 __libc_message
    from /lib/tls/i686/cmov/libc.so.6
  • #4 _int_free
    from /lib/tls/i686/cmov/libc.so.6
  • #5 free
    from /lib/tls/i686/cmov/libc.so.6
  • #6 IA__g_free
    at gmem.c line 187
  • #7 update_clock
    at clock.c line 519
  • #8 refresh_clock_timeout
    at clock.c line 562
  • #9 clock_factory
    at clock.c line 1843
  • #10 panel_applet_marshal_BOOLEAN__STRING
    from /usr/lib/libpanel-applet-2.so.0

Comment 1 Sebastien Bacher 2007-03-01 14:45:07 UTC
Created attachment 83641 [details] [review]
don't try to free hour, fix the problem

That patches fixes the problem
Comment 2 Alexander “weej” Jones 2007-03-02 01:33:43 UTC
UNIX time is also broken.
Comment 3 Vincent Untz 2007-03-05 22:59:32 UTC
Thanks.