Package: pylucene
Version: 2.3.1-1.1

I have a problem with pylucene, it segfaults python:
In [1]: from lucene import Document

In [2]: Document()


And there is the backtrace:
nah...@bitchouko:~$ gdb python
GNU gdb (GDB) 6.8.50.20090628-cvs-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html> This is free software: you are free
to change and redistribute it. There is NO WARRANTY, to the extent
permitted by law.  Type "show copying" and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) run
Starting program: /usr/bin/python 
[Thread debugging using libthread_db enabled]
Python 2.5.4 (r254:67916, Feb 17 2009, 20:16:45) 
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from lucene import Document
>>> Document()

Program received signal SIGSEGV, Segmentation fault.
0xb7a42ef6 in ?? ()
from /usr/lib/python2.5/site-packages/lucene/_lucene.so (gdb) bt
#0  0xb7a42ef6 in ?? ()
from /usr/lib/python2.5/site-packages/lucene/_lucene.so #1  0x080ad4dd
in type_call (type=0xb7b753a0, args=0xb7dd902c, kwds=0x0)
at ../Objects/typeobject.c:422 #2  0x0805d4b7 in PyObject_Call
(func=0x0, arg=0xb7dd902c, kw=0x0) at ../Objects/abstract.c:1861 #3
0x080ccf75 in do_call (f=0x81d5174, throwflag=0)
at ../Python/ceval.c:3823 #4  call_function (f=0x81d5174, throwflag=0)
at ../Python/ceval.c:3635 #5  PyEval_EvalFrameEx (f=0x81d5174,
throwflag=0) at ../Python/ceval.c:2304 #6  0x080d00c5 in
PyEval_EvalCodeEx (co=0xb7da62a8, globals=0xb7df2acc,
locals=0xb7df2acc, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0,
defcount=0, closure=0x0) at ../Python/ceval.c:2875 #7  0x080d02d7 in
PyEval_EvalCode (co=0xb7da62a8, globals=0xb7df2acc, locals=0xb7df2acc)
at ../Python/ceval.c:514 #8  0x080ed2f3 in run_mod (fp=0xb7f75420,
filename=0x8127502 "<stdin>", flags=0xbffff498)
at ../Python/pythonrun.c:1273 #9  PyRun_InteractiveOneFlags
(fp=0xb7f75420, filename=0x8127502 "<stdin>", flags=0xbffff498)
at ../Python/pythonrun.c:792 #10 0x080ed548 in
PyRun_InteractiveLoopFlags (fp=0xb7f75420, filename=0x8127502
"<stdin>", flags=0xbffff498) at ../Python/pythonrun.c:723 #11
0x080edca6 in PyRun_AnyFileExFlags (fp=0xb7f75420, filename=0x8127502
"<stdin>", closeit=0, flags=0xbffff498) at ../Python/pythonrun.c:692
#12 0x08059357 in Py_Main (argc=0, argv=0xbffff564)
at ../Modules/main.c:532 #13 0x08058722 in main (argc=Cannot access
memory at address 0x0 ) at ../Modules/python.c:23



Perhaps i'm doing something wrong, but i'm just trying to adapt a
sample example of pylucene.

bests,

--
Nahuel ANGELINETTI



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to