Like this bug: https://github.com/basho/leveldb/issues/196 Failures from enif functions get ignored in eleveldb.cc. Should at minimum log the error to syslog. Example line that could stand logging: if (enif_get_ulong(env, option[1], &minutes))
Like this bug:
basho/leveldb#196
Failures from enif functions get ignored in eleveldb.cc. Should at minimum log the error to syslog. Example line that could stand logging:
if (enif_get_ulong(env, option[1], &minutes))