Any luck resolving this problem?

I'm getting the same error using gcc 3.4.3 and libevent 1.4.14b-stable
on Solaris 10 SPARC.

gcc configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/
gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --
without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-
languages=c,c++ --enable-shared
Thread model: posix



On Aug 11, 2:57 pm, Ben <[email protected]> wrote:
> I'm trying to get memcached built and running successfully on Solaris
> 10 SPARC.  I am using memcached 1.4.5 and libevent 1.4.14b-stable.  I
> am building both with gcc 4.3.3.  The compilation and linking of both
> libevent and memcached is successful but the memcached tests don't
> pass successfully.  I'm not sure what to do at this point.  Below is
> the output I get when I run 'make test'.  Any help or pointers would
> be appreciated.
>
> -bash-3.00$ make
> test
> ./sizes
> Slab Stats      56
> Thread stats    176
> Global stats    120
> Settings        88
> Item (no cas)   32
> Item (cas)      40
> Libevent thread 96
> Connection      328
> ----------------------------------------
> libevent thread cumulative      11472
> Thread stats cumulative         11376
> ./testapp
> 1..46
> ok 1 - cache_create
> ok 2 - cache_constructor
> ok 3 - cache_constructor_fail
> ok 4 - cache_destructor
> ok 5 - cache_reuse
> ok # SKIP 6 - cache_redzone
> ok 7 - strtol
> ok 8 - strtoll
> ok 9 - strtoul
> ok 10 - strtoull
> ok 11 - issue_44
> ok 12 - vperror
> ok 13 - issue_101
> ok 14 - start_server
> ok 15 - issue_92
> ok 16 - issue_102
> ok 17 - binary_noop
> ok 18 - binary_quit
> ok 19 - binary_quitq
> ok 20 - binary_set
> ok 21 - binary_setq
> Assertion failed: response->message.header.response.status == status,
> file testapp.c, line 823,functionvalidate_response_header
> *** Signal 6 - core dumped
> make: Fatal error: Command failed for target `test'

Reply via email to