Re: junk pointer ????

2005-12-06 Thread jepler
It means there is a bug in a Python extension or in Python itself. If you can reproduce the bug by importing only modules written in Python or included with Python, then you should document the steps to do so in a bug report in the bug tracker on http://sourceforge.net/python If you can only rep

junk pointer ????

2005-12-06 Thread Laszlo Zsolt Nagy
Hi All, I got this while using Python 2.4 under FreeBSD 5.4: python in free(): warning: junk pointer, too high to make sense Segmentation fault (core dumped) What does it mean? Thanks, Les -- http://mail.python.org/mailman/listinfo/python-list