#19457: python: Segmentation fault in bsddb module
----------------------------------------+------------------------
Reporter: FlorianFieber | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone:
Component: packages | Version: Trunk
Keywords: python bsddb anydbm shelve |
----------------------------------------+------------------------
Python segfaults on opening a bsddb (which is the default for anydbm and
thus shelve if available) somewhere in _bsddb.db.DBEnv.open.
{{{
root@OpenWrt:~# python
Python 2.7.9 (default, Mar 21 2015, 01:27:20)
[GCC 4.8.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import bsddb
>>> bsddb.hashopen("db")
Segmentation fault
}}}
{{{
root@OpenWrt:~# opkg list-installed|grep python
python - 2.7.9-5
python-base - 2.7.9-5
python-codecs - 2.7.9-5
python-compiler - 2.7.9-5
python-ctypes - 2.7.9-5
python-db - 2.7.9-5
python-decimal - 2.7.9-5
python-distutils - 2.7.9-5
python-email - 2.7.9-5
python-gdbm - 2.7.9-5
python-imglib - 1.1.7-1
python-light - 2.7.9-5
python-logging - 2.7.9-5
python-multiprocessing - 2.7.9-5
python-mysql - 1.2.5-1
python-ncurses - 2.7.9-5
python-openssl - 2.7.9-5
python-pip - 1.5.6-1
python-pydoc - 2.7.9-5
python-setuptools - 7.0-1
python-sqlite3 - 2.7.9-5
python-unittest - 2.7.9-5
python-xml - 2.7.9-5
}}}
--
Ticket URL: <https://dev.openwrt.org/ticket/19457>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets