alibaba-archive / xcache

GNU General Public License v3.0
62 stars 14 forks source link

Why I get Assertion error while runing xcache server? #4

Open andreyminov opened 1 year ago

andreyminov commented 1 year ago

Hi All. I started xcache and get an error

_xcache/server# ./xcache -p 20190 -m 1
Complied at Dec 18 2022 10:37:34
[0xf7506700  ]slab.c     :slab_init           :248   create new slab id = 0
[0xf7506700  ]slab.c     :slab_init           :248   create new slab id = 1
...
[0xf7506700  ]slab.c     :slab_init           :248   create new slab id = 61
[0xf7506700  ]slab.c     :slab_init           :248   create new slab id = 62
[0xf7506700  ]slab.c     :slab_init           :248   create new slab id = 63
**xcache: slab.c:259: slab_init: Assertion `0 == size % g_config.block_size_align' failed.**
Aborted (core dumped)_

I use i386 Debian GNU/Linux 8.2 (jessie) system What wrong with me?