-
Happens in 4.0.1. Still happens after this fix:
-----
4.0.1 (08.06.2008)
------------------
- normalizer: fixed core dump under Python 2.5 (patch by Bruno Desthuillier)
-----
(as it's not in normalizer, it's in the stemmer.
2008-09-21 15:27:05 UTC in TextIndexNG
-
The Stemmer segfaults on deallocation in Pythons more recent than 2.4.
This is due to the use of PyMem_FREE instead of PyObject_FREE on line 28 of stemmer.c
The following dealloc function does not exhibit the segfault behaviour:
Stemmer_dealloc (Stemmer * self)
{
sb_stemmer_delete (self->stemmer);
PyObject_FREE (self);
}.
2008-09-15 09:51:16 UTC in TextIndexNG
-
azaroth42 committed patchset 44 of module cheshire3 to the Cheshire3 CVS repository, changing 18 files.
2005-11-16 14:46:15 UTC in Cheshire3
-
azaroth42 committed patchset 43 of module cheshire3 to the Cheshire3 CVS repository, changing 4 files.
2005-11-16 14:45:42 UTC in Cheshire3
-
azaroth42 committed patchset 42 of module cheshire3 to the Cheshire3 CVS repository, changing 8 files.
2005-11-16 14:42:04 UTC in Cheshire3
-
azaroth42 committed patchset 41 of module cheshire3 to the Cheshire3 CVS repository, changing 39 files.
2005-11-16 14:38:25 UTC in Cheshire3
-
azaroth42 committed patchset 40 of module cheshire3 to the Cheshire3 CVS repository, changing 2 files.
2005-03-17 16:15:41 UTC in Cheshire3
-
azaroth42 committed patchset 39 of module cheshire3 to the Cheshire3 CVS repository, changing 7 files.
2005-03-17 16:15:02 UTC in Cheshire3
-
azaroth42 committed patchset 38 of module cheshire3 to the Cheshire3 CVS repository, changing 4 files.
2005-03-17 16:12:36 UTC in Cheshire3
-
azaroth42 committed patchset 37 of module cheshire3 to the Cheshire3 CVS repository, changing 1 files.
2005-03-17 16:07:24 UTC in Cheshire3