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 263270 - calendar querying LDAP address book inconsistently
calendar querying LDAP address book inconsistently
Status: RESOLVED DUPLICATE of bug 261783
Product: evolution
Classification: Applications
Component: Calendar
pre-1.5 (obsolete)
Other All
: Normal normal
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2004-08-18 02:43 UTC by Hubert Figuiere (:hub)
Modified: 2004-10-11 21:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hubert Figuiere (:hub) 2004-08-18 02:43:46 UTC
Create a LDAP Addressbook source. Set it to NEVER use TLS/SSL and
eventually change the "search scope" to "Sub" instead of "One"

When you query this AddressBook, it works. A set a breakpoint in wombat to
check the URI being passed on. Here is the stack trace:

  • #0 pas_backend_load_uri
    at pas-backend.c line 38
  • #1 pas_book_factory_process_request
    at pas-book-factory.c line 288
  • #2 pas_book_factory_process_queue
    at pas-book-factory.c line 340
  • #3 g_child_watch_add
    from /usr/lib/libglib-2.0.so.0
  • #4 g_main_depth
    from /usr/lib/libglib-2.0.so.0
  • #5 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #6 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #7 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #8 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #9 main
    at wombat.c line 245
  • #0 raise
    from /lib/tls/libc.so.6
  • #1 abort
    from /lib/tls/libc.so.6
  • #2 __assert_fail
    from /lib/tls/libc.so.6
  • #3 ber_get_next
    from /usr/lib/liblber.so.2
  • #4 ldap_result
    from /usr/lib/libldap.so.2
  • #5 ldap_result
    from /usr/lib/libldap.so.2
  • #6 ldap_search_ext_s
    from /usr/lib/libldap.so.2
  • #7 query_ldap_root_dse
    at pas-backend-ldap.c line 564
  • #8 pas_backend_ldap_connect
    at pas-backend-ldap.c line 706
  • #9 pas_backend_ldap_load_uri
    at pas-backend-ldap.c line 3385
  • #10 pas_backend_load_uri
    at pas-backend.c line 45
  • #11 pas_book_factory_process_request
    at pas-book-factory.c line 288
  • #12 pas_book_factory_process_queue
    at pas-book-factory.c line 340
  • #13 g_child_watch_add
    from /usr/lib/libglib-2.0.so.0
  • #14 g_main_depth
    from /usr/lib/libglib-2.0.so.0
  • #15 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #16 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #17 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #18 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #19 main
    at wombat.c line 245

This leads to LDAP a query that may not work (in my case it crashes because
of some packaging bug, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=265568).

If you need more info, don't hesitate. :-)

This Evo 1.4.6-5 on Debian unstable "du jour".
Comment 1 André Klapper 2004-10-11 21:19:44 UTC
marking as duplicate as discussed on irc with gerardo.

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