[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#4826) assertion in connection.c



Full_Name: Aaron Richton
Version: 2.3.30
OS: Solaris 9
URL: 
Submission from: (NULL) (128.6.31.135)


Please note this is 2.3.30, so recent RE23 connection changes might make this
irrelevant:

Threw assertion

 385         assert( s < dtblsize );

from connection.c. Backtrace:
current thread: t@16
  [1] __lwp_kill(0x0, 0x6, 0x0, 0xfec3c000, 0x0, 0x0), at 0xfec1fc54
  [2] raise(0x6, 0x0, 0xd1fff638, 0x0, 0x0, 0x0), at 0xfebd0c48
  [3] abort(0x3c, 0xd1fff6c8, 0x3c, 0x7efefeff, 0x81010100, 0xff0000), at
0xfebb6d50
  [4] __assert(0x2314c8, 0x2314d8, 0x181, 0xd1fff86c, 0xd1fff8f0, 0xd1fff92d),
at 0xfebb6ff0
=>[5] connection_init(s = 4096, listener = 0x1f4eb8, dnsname = 0x231ff0 "",
peername = 0x231ff4 "", flags = 3, ssf = 0, authid = (nil)), line 385 in
"connection.c"
  [6] connection_client_setup(s = 4096, func = 0xed908 =
&`slapd`syncrepl.c`do_syncrepl(void *ctx, void *arg), arg = 0x31b4a8), line 1184
in "connection.c"
  [7] do_syncrepl(ctx = 0xd1fffe14, arg = 0x31b4a8), line 1099 in "syncrepl.c"
  [8] ldap_int_thread_pool_wrapper(xpool = 0x2c5f68), line 478 in "tpool.c"

(dbx) print s
s = 4096
(dbx) print dtblsize
dtblsize = 4096