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 340815 - clock applet crashes when clicked
clock applet crashes when clicked
Status: RESOLVED DUPLICATE of bug 345609
Product: gnome-panel
Classification: Other
Component: clock
unspecified
Other other
: High critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
: 346795 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-05-06 11:31 UTC by kristian.koerselman
Modified: 2006-07-10 14:52 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
trace (60.98 KB, text/plain)
2006-05-07 10:16 UTC, kristian.koerselman
Details

Description kristian.koerselman 2006-05-06 11:31:20 UTC
X-Mailer: bug-buddy 2.14.0
Subject: Clock crashes after clicking it

Distribution: Ubuntu 6.06 (dapper)
Package: gnome-panel
Severity: Normal
Version: GNOME2.14.1 unspecified
Gnome-Distributor: Ubuntu
Synopsis: Clock crashes after clicking it
Bugzilla-Product: gnome-panel
Bugzilla-Component: clock
Bugzilla-Version: unspecified
BugBuddy-GnomeVersion: 2.0 (2.14.1)
Description:
Description of the crash:
Clock crashes after clicking it


Steps to reproduce the crash:
1. Click the clock
2. An empty white square becomes visible, click it
3. The clock application crashes and brings up this bug reporting
window


Expected Results:
The square should show a calendar, shouldn't it?


How often does this happen?
Every time I click the clock. I have not restarted the computer yet, so
that might help.


Additional Information:
I am not an experienced user; I might just be doing something stupid.


Other programs open:
Thunderbird, Firefox


Stats:
1,4 Ghz Celeron M (laptop)
512 MB RAM


Debugging Information:

Backtrace was generated from '/usr/libexec/ClockApplet'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1228080928 (LWP 8908)]
[New Thread -1229808720 (LWP 9012)]
(no debugging symbols found)
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1228080928 (LWP 8908))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/tls/i686/cmov/libc.so.6
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 gtk_calendar_set_display_options
    from /usr/lib/libgtk-x11-2.0.so.0
  • #5 ??
  • #6 ??
  • #0 __kernel_vsyscall




------- Bug created by bug-buddy at 2006-05-06 11:31 -------

Comment 1 kristian.koerselman 2006-05-06 11:40:07 UTC
I did not mean to create a bug title like that. Sorry.


Also IMHO, this: 

Severity: 	critical

should be changed into a lower rating.


I might have misspecified the steps to reproduce the bug. Ways I've managed to crash the clock:

A
Click on the clock.
- Crash.

B
Click on the clock.
Double-click on the current date.
- Crash.

C
Click on the clock.
Double-click on the current date.
CLick on the clock.
- Crash.


Another thing that might be important: I'm running Dapper Drake Beta.
Comment 2 Fabio Bonelli 2006-05-07 09:38:56 UTC
Hello kristian, thanks for the bug report!

Unfortunately, that stack trace is not very useful in determining the cause of the crash. Can you get us one with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so.
Comment 3 kristian.koerselman 2006-05-07 09:56:23 UTC
I installed these:

"The lib packages often have a -dbg variant (ie: libglib2.0-0-dbg), you just need to install them as gdb/bug-buddy will automatically pick up the debugging information the next time it runs. You probably want to install libglib2.0-0-dbg, libgtk2.0-0-dbg, and libgnomevfs2-0-dbg"

but not this one:

"in addition to debug packages specific for the application or library that is crashing."

as I don't know what it should be called. If the trace is still not usefull, please tell me which program-specific package I should download.

Kristian
 

From: Kristian Koerselman <kristian.koerselman@stormoog.com>
To: submit@bugs.gnome.org
X-Mailer: bug-buddy 2.14.0
Subject: ClockApplet crash

Distribution: Ubuntu 6.06 (dapper)
Package: gnome-panel
Severity: Normal
Version: GNOME2.14.1 unspecified
Gnome-Distributor: Ubuntu
Synopsis: ClockApplet crash
Bugzilla-Product: gnome-panel
Bugzilla-Component: clock
Bugzilla-Version: unspecified
BugBuddy-GnomeVersion: 2.0 (2.14.1)
Description:
as before



Debugging Information:

Backtrace was generated from '/usr/libexec/ClockApplet'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(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 -1228482336 (LWP 9050)]
[New Thread -1230197840 (LWP 9400)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1228482336 (LWP 9050))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/tls/i686/cmov/libc.so.6
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 IA__gtk_calendar_set_display_options
    at gtkcalendar.c line 3167
  • #5 ??
  • #6 ??
  • #0 __kernel_vsyscall

Comment 4 Fabio Bonelli 2006-05-07 10:04:43 UTC
Wow, thank you for your fast response.

gnome-panel-dbg should do it.
Comment 5 kristian.koerselman 2006-05-07 10:16:17 UTC
Created attachment 64951 [details]
trace
Comment 6 kristian.koerselman 2006-05-07 10:17:15 UTC
"Wow, thank you for your fast response."

No problem. :)

I've attached the new trace. Also:


Most reliable reproduction:

1 Click the clock
2 Double-click any date
3 Click the clock
(sometimes needed):
4 Click the clock again


Please let me know if there is anything else you need to know.

Kristian
Comment 7 Fabio Bonelli 2006-05-07 11:12:19 UTC
Thank you!

Let's wait for comments by the gnome-panel maintainers now.

BTW, I can't reproduce this on my dapper, and I'm not sure why your binary is "/usr/libexec/ClockApplet" while here is "/usr/lib/gnome-panel/clock-applet".
Comment 8 kristian.koerselman 2006-05-07 11:33:14 UTC
I can only guess. 

Im running Ubuntu Dapper Drake Beta. Either the Beta or the Ubuntu may have something to do with it. 

Do you think I should have written to the Ubuntu forums instead?
Comment 9 Damon Lynch 2006-06-01 13:33:59 UTC
I can reproduce this everytime when unpressing the clock applet, no matter what I did with the applet when it was pressed.  Also running same Ubuntu version, but I first noticed this when I used to run Mandriva 2006.
Comment 10 Karsten Bräckelmann 2006-07-06 19:07:49 UTC
*** Bug 346795 has been marked as a duplicate of this bug. ***
Comment 11 Elijah Newren 2006-07-10 14:52:48 UTC
Matches the stack traces and description in bug 345609, which has a more complete stack trace inline and a patch and a pointer to another which may fix the problem.

*** This bug has been marked as a duplicate of 345609 ***