fastogt / fastonosql

FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
https://fastonosql.com
GNU General Public License v3.0
1.18k stars 97 forks source link

Crash on ubuntu 16.04 when running transaction on Redis #42

Closed ozomer closed 6 years ago

ozomer commented 6 years ago

I tried to run a simple transaction on my Redis server:

MULTI
INCR a
EXEC

and the program crashed with Segmentation fault. Using FastoNoSql 1.7.1.0 ( 64 BIT DEBIAN/UBUNTU 1.7.1 PACKAGE (.DEB) ) on Ubuntu 16.04. I don't know where to find error logs.

topilski commented 6 years ago

Hi @ozomer , thank you for issue will try to reproduce.

topilski commented 6 years ago

Fixed, but need to implement properly handling result of MULTI commands.

ozomer commented 6 years ago

Great, waiting for the next deb release. Awesome project, btw :+1:

topilski commented 6 years ago

@ozomer thank you, release will be tomorrow, we working for you!