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 332300 - Crash with 30 boxes
Crash with 30 boxes
Status: RESOLVED OBSOLETE
Product: evolution-data-server
Classification: Platform
Component: Calendar
unspecified
Other All
: High critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-02-23 10:37 UTC by Paul Cooper
Modified: 2013-09-10 13:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
stacktrace for the crash (7.93 KB, text/plain)
2006-06-22 13:12 UTC, Paul Cooper
Details

Description Paul Cooper 2006-02-23 10:37:31 UTC
Steps to reproduce:
Description of the crash:

EDS crashed when you add an iCalendar subscription from 30boxes

Steps to reproduce the crash:
1. Create an account on 30 boxes. Add some events to it
2. Goto <username>'s Settings (top right). Goto Syndication.
3. Copy and paste the ICalendar URL into a new calendar in Evolution

Expected Results:

The 30boxes calendar should be added to Evolution

How often does this happen?

Everytime I add or try to access a 30 boxes calendar

Additional Information:

30boxes is new so it might be that their iCal stuff is subtly broken.
But still shouldn't crash EDS



Stack trace:
Backtrace was generated from '/usr/libexec/evolution-data-server-1.4'

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)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(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 -1219373376 (LWP 15255)]
[New Thread -1223586896 (LWP 15256)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xffffe410 in ?? ()

Thread 1 (Thread -1219373376 (LWP 15255))

  • #0 ??
  • #1 ??
  • #2 ??
  • #3 ??
  • #4 waitpid
    from /lib/tls/i686/cmov/libc.so.6
  • #5 strtold_l
    from /lib/tls/i686/cmov/libc.so.6
  • #6 system
    from /lib/tls/i686/cmov/libc.so.6
  • #7 server_logging_register_domain
  • #8 <signal handler called>
  • #9 eds_module_list_types
    from /usr/lib/evolution-data-server-1.2/extensions/libecalbackendhttp.so
  • #10 eds_module_list_types
    from /usr/lib/evolution-data-server-1.2/extensions/libecalbackendhttp.so
  • #11 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_signal_stop_emission
    from /usr/lib/libgobject-2.0.so.0
  • #14 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #15 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #16 soup_message_finished
    from /usr/lib/libsoup-2.2.so.8
  • #17 soup_message_io_stop
    from /usr/lib/libsoup-2.2.so.8
  • #18 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #20 g_signal_stop_emission
    from /usr/lib/libgobject-2.0.so.0
  • #21 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #22 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #23 soup_socket_get_remote_address
    from /usr/lib/libsoup-2.2.so.8
  • #24 g_vasprintf
    from /usr/lib/libglib-2.0.so.0
  • #25 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #26 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #27 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #28 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #29 main
  • #0 ??



Other information:
Comment 1 Chenthill P 2006-06-15 11:24:45 UTC
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 2 Paul Cooper 2006-06-22 13:12:40 UTC
Created attachment 67845 [details]
stacktrace for the crash
Comment 3 Paul Cooper 2006-06-22 13:15:19 UTC
I've installed the debug verison of Evo and recreated the crash and got a stacktrace - see attached. Let me know if you need anything else.

Paul
Comment 4 Chenthill P 2006-09-01 04:17:09 UTC
Paul, is it a crash or a hang. I don't see any sigsegv happening here. I also do not find any calendar related functions in stack trace. Adding mail guys in CC list.
Comment 5 Suman Manjunath 2008-08-06 05:16:45 UTC
Paul, 

Do you still observe this issue? Could you please check if this works for you with the latest stable release (2.22.x)?
Comment 6 Akhil Laddha 2008-09-08 11:28:52 UTC
Closing this bug report as no further information has been provided. Please
feel free to reopen this bug if you can provide the information asked for with
current version 2.22.3.1 Thanks!