[pylucene-dev] pylucene and 2gb limit of files

Andi Vajda vajda at osafoundation.org
Wed Aug 23 16:35:18 PDT 2006


On Thu, 24 Aug 2006, Julien Anguenot wrote:

> I do not have actual traceback here.  These are warnings only. Can you
> gimme a pointer on how to do hunt this please ?

it looks like the file boehm-gc/allchblk.c has the phrase "memory leak and"
in it. In gcc 4.0.2, it's at line 677.
You can tell gdb to stop at that line. Then you can ask it for a backtrace.

to set the breakpoint: b allchblk.c:677
once you reach that point, to get a backtrace: bt
You might need to set the source path setting with the gdb 'directory' command 
so that gdb can find the source file.

Andi..


More information about the pylucene-dev mailing list