Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 277 by [email protected]: USE_SYSTEM_MALLOC fails
http://code.google.com/p/memcached/issues/detail?id=277

What steps will reproduce the problem?
1.insert a "#define USE_SYSTEM_MALLOC" in slabs.c
2.make test
3.

What is the expected output? What do you see instead?
Expected: passing all tests.
Instead:
memcached-debug: items.c:178: do_item_alloc: Assertion `it->slabs_clsid == 0' failed.
testapp: testapp.c:697: safe_recv: Assertion `nr != 0' failed.


What version of the product are you using? On what operating system?
memcached 1.4.13 from github
uname -a
Linux alice 2.6.32-41-generic #89-Ubuntu SMP Fri Apr 27 22:18:56 UTC 2012 x86_64 GNU/Linux


Please provide any additional information below.
Is the system malloc supposed to work? I am working on the automatic shrinkage of memory pages, and I need the use of system malloc to be able to free pages.


Reply via email to