(gdb) continue Continuing.
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1237890160 (LWP 3221)] 0x080774fb in filter2bv_x (op=0x9f3eea0, f=0xb58731dc, fstr=0x9f3eee4) at filter.c:610 610 if ( f->f_av_desc->ad_type->sat_equality->smr_usage & SLAP_MR_MUTATION_NORMALIZER ) { (gdb) bt #0 0x080774fb in filter2bv_x (op=0x9f3eea0, f=0xb58731dc, fstr=0x9f3eee4) at filter.c:610 #1 0x08074afb in do_search (op=0x9f3eea0, rs=0xb6374144) at search.c:138 #2 0x0807240c in connection_operation (ctx=0xb6374238, arg_v=0x9f3eea0) at connection.c:1145 #3 0x08072981 in connection_read_thread (ctx=0xb6374238, argv=0x13) at connection.c:1271 #4 0x00d4ee07 in ldap_int_thread_pool_wrapper (xpool=0x9dd9540) at tpool.c:619 #5 0x00be245b in start_thread () from /lib/libpthread.so.0 #6 0x00b2523e in clone () from /lib/libc.so.6 (gdb) quit
--Tonni