30.08.2026 07:04, Tom Lane wrote:
> Hmph. SN_new_env itself is visibly okay with this, so the failure is
> in some caller. I'm too tired to dig into it myself, but can you
> identify the culprit more precisely?
I think it's:
static void
locate_stem_module(DictSnowball *d, const char *lang)
{
...
d->stem = m->stem;
d->z = m->create();
...
(in two places)
then d->z is dereferenced in dsnowball_lexize().
Thank you for your time!
Best regards,
Alexander