[root@localhost leveldb]# python
Python 2.6.7 (r267:88850, Apr 25 2013, 16:12:30)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-54)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> leveldb
<module 'leveldb' from
'/root/.python-eggs/leveldb-0.1-py2.6-linux-x86_64.egg-tmp/leveldb.so'>
>>> import leveldb
>>> db = leveldb.LevelDB('./db')
>>> dir(db.RangeIter())
Segmentation fault
leveldb version was 1.9
Original issue reported on code.google.com by ChuanTon...@gmail.com on 27 Apr 2013 at 7:52
Original issue reported on code.google.com by
ChuanTon...@gmail.com
on 27 Apr 2013 at 7:52