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 356241 - Calendar crashes whn printing day with lots of appointments
Calendar crashes whn printing day with lots of appointments
Status: RESOLVED DUPLICATE of bug 324221
Product: evolution
Classification: Applications
Component: Calendar
2.6.x (obsolete)
Other All
: High critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-09-16 11:36 UTC by Jason Fox
Modified: 2006-09-18 01:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
This is a saved file from bug buddy. (1.03 KB, text/plain)
2006-09-16 11:38 UTC, Jason Fox
Details
text file of gdb trace while running evolution-gdb (19.89 KB, application/octet-stream)
2006-09-17 23:21 UTC, Jason Fox
Details

Description Jason Fox 2006-09-16 11:36:26 UTC
Steps to reproduce:
1. Enter lots of appointments, like 12, on one day, some with overlapping times.
2. Try to print. Printer or PDF - doesn't matter
3. Application will crash


Stack trace:


Other information:
I have a file from bug buddy, where do I send it?
Comment 1 Jason Fox 2006-09-16 11:38:00 UTC
Created attachment 72893 [details]
This is a saved file from bug buddy.
Comment 2 André Klapper 2006-09-17 20:53:00 UTC
Hi Jason,
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 Jason Fox 2006-09-17 23:21:10 UTC
Created attachment 72955 [details]
text file of gdb trace while running evolution-gdb

Hope this helps. I installed evolution-dgb and ran it under gdb.
Comment 4 Karsten Bräckelmann 2006-09-17 23:39:26 UTC
Thanks for the stacktrace and debugging symbols, Jason.

According to the trace, you're printing in day view with lots of appointments. Known issue -- you probably will be pleased to hear this crash has been fixed already. :)


The relevant part of the stacktrace:

Thread 1 (Thread -1231718720 (LWP 26900))

  • #0 memcpy
    from /lib/tls/i686/cmov/libc.so.6
  • #1 bound_text
    at print.c line 757
  • #2 print_day_view
    at print.c line 1143
  • #3 print_calendar
    at print.c line 2565
  • #4 print
    at calendar-commands.c line 127
  • #5 bonobo_socket_add_id
    from /usr/lib/libbonoboui-2.so.0
  • #6 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #7 bonobo_closure_invoke_va_list
  • #8 bonobo_closure_invoke
    from /usr/lib/libbonobo-2.so.0
  • #9 bonobo_ui_component_add_verb_list


*** This bug has been marked as a duplicate of 324221 ***
Comment 5 Jason Fox 2006-09-17 23:42:40 UTC
Thanks for the update, is the fix available and if so, how can I get it?
Comment 6 Karsten Bräckelmann 2006-09-18 01:38:15 UTC
quoting bug 324221 comment 7:
> This should be fixed with the patch for the bug 272668.

That should be it, I hope. :)

Jason, if applying that patch and rebuilding does not fix your issue, please reopen bug 324221 (if you got the permissions) and add a comment. Thanks.