bsddb buffer overflow

Andrew Kuchling akuchlin at kronos.cnri.reston.va.us
Fri Oct 27 14:10:06 EDT 2000


On 27 Oct 2000 20:36:40 +0350, lg at rgz.ru <lg at rgz.ru> wrote:
>you can get some.db on http://python.rgz.ru/some.db
>i must go.

This didn't help much, since I was unable to open the file at all
(perhaps because the libdb on my system is a different version from
yours, and hence incompatible), so I'm not going to be able to trace
the problem for you.  I'd suggest stepping through the keys() function
and finding out why the segfault occurs: malloc returning NULL, or
some other cause.

--amk



More information about the Python-list mailing list