You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really not sure where the root problem is here, or if its even a pylibmc issue. I've tried removing zlibc compression in the pip install, turning off binary. Super appreciate your work on this project, and if I'm in the wrong place, many apologies.
The text was updated successfully, but these errors were encountered:
When setting a key as an empty string, I'm getting a core dump trying to retrieve the value. The error is:
This happens on both Vagrant/Vmware Fusion and docker ubuntu 20.04 on my Apple M. This does not happen on x86.
The easiest way to reproduce is with Docker.
docker run -ti --rm ubuntu:20.04 /bin/bash
apt update
yes w | apt-get -y install python2-dev libmemcached-dev wget memcached build-essential libz-dev
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
/bin/python2.7 get-pip.py
/etc/init.d/memcached start
pip install pylibmc==1.6.1
/bin/python2.7
Really not sure where the root problem is here, or if its even a pylibmc issue. I've tried removing zlibc compression in the pip install, turning off binary. Super appreciate your work on this project, and if I'm in the wrong place, many apologies.
The text was updated successfully, but these errors were encountered: