On 2. nov. 2010, at 10.36, nooby wrote: > Hi, > > I got memcached 1.4.5 to compile however the following test failed: > > Assertion failed: response->message.header.response.status == status, > file testapp.c, line 823 > *** Signal 6 - core dumped > make: Fatal error: Command failed for target `test' >
Could you examine the corefile and print the values for response->message.header.response.status and status?? (the commands would be: dbx - core print response->message.header.response.status print status ) Cheers, Trond > I'm using libevent-1.4.so.2.2 > Sun studio 11 compiler: CC: Sun C++ 5.8 Patch 121017-20 2009/04/22 > On Solaris 10 Sparc: 5.10 Generic_127127-11 sun4v sparc SUNW,Sun-Fire- > T200 > > Any ideas as to why this test would fail? > > > >
