Re: tsearch - Regression tests fail - Mailing list pgsql-general

From Markus Wollny
Subject Re: tsearch - Regression tests fail
Date
Msg-id 2266D0630E43BB4290742247C8910575014CE317@dozer.computec.de
Whole thread Raw
In response to tsearch - Regression tests fail  ("Markus Wollny" <Markus.Wollny@computec.de>)
Responses Re: tsearch - Regression tests fail  (Oleg Bartunov <oleg@sai.msu.su>)
Re: tsearch - Regression tests fail  (Matthew Kirkwood <matthew@hairy.beasts.org>)
List pgsql-general
Hi!

You live, you learn - thanks for your help :) Version is PostgreSQL 7.2.
The backend crashed when I do "select txt2txtidx(text) from article
limit 1;". This is what I get when I do "gdb psql ./core":

Core was generated by `postgres: postgres pcgames [local] SELECT
'.
Program terminated with signal 11, Segmentation fault.
#0  0x40126853 in ?? ()
#1  0x50e280fb in ?? ()
#2  0x50e290a5 in ?? ()
#3  0x080c90bd in ?? ()
#4  0x080c9194 in ?? ()
#5  0x080c9720 in ?? ()
#6  0x080c9a3a in ?? ()
#7  0x080c9cd6 in ?? ()
#8  0x080c9dba in ?? ()
#9  0x080cfb77 in ?? ()
#10 0x080c8099 in ?? ()
#11 0x080d0978 in ?? ()
#12 0x080c8159 in ?? ()
#13 0x080c6fce in ?? ()
#14 0x080c65f7 in ?? ()
#15 0x0811796b in ?? ()
#16 0x08116421 in ?? ()
#17 0x081173d0 in ?? ()
#18 0x080fd0f0 in ?? ()
#19 0x080fc91f in ?? ()
#20 0x080fbac9 in ?? ()
#21 0x080fb635 in ?? ()
#22 0x080d95bd in ?? ()
#23 0x400cb7ee in ?? ()

The relevant cell (first row of article, column text) contains this
text: " Sie haben Spaß an PC-Spielen? Und am Schreiben? Sie
verfügen zudem über gute Deutsch- und Englischkenntnisse und
streben eine Zukunft als Journalist an? Sie würden sich
darüber freuen, mit Ihren Artikeln monatlich über eine Million
Leser zu erreichen? Dann ist Ihr Platz vielleicht bei PC Games. Wer
Interesse an einem Arbeitsplatz bei uns hat, findet alles Weitere in
unserem Stellenangebot in der Special-Sektion - folgen Sie einfach dem
Link unter dieser Meldung."

Can you make something out of this?

Regards,

    Markus

> -----Ursprüngliche Nachricht-----
> Von: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> Gesendet: Montag, 29. Juli 2002 18:01
> An: Markus Wollny
> Cc: pgsql-general@postgresql.org; Oleg Bartunov
> Betreff: Re: [GENERAL] tsearch - Regression tests fail
>
>
> "Markus Wollny" <Markus.Wollny@computec.de> writes:
> > Platform is SuSE Linux 7.3 (Linux 2.4.10-64GB-SMP #1 SMP Tue Sep 25
> > 12:36:09 GMT 2001 i686 unknown); I think it doesn't dump core, so I
> > cannot provide a stack trace. In the logfile it just says: "DEBUG:
> > server process (pid 22137) was terminated by signal 11". I
> cannot find
> > any core-files.
>
> Signal 11 is SIGSEGV on most Unixen (certainly including
> Linux), so the
> backend is certainly crashing.  If you are not getting core files in
> the $PGDATA/base/yourdbnumber/ directory, then I'd bet that the
> postmaster is being started under "ulimit -c 0" conditions.  Restart
> it with "ulimit -c unlimited" environment and you should get a core.
>
>             regards, tom lane
>

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: query slow problem
Next
From: Oleg Bartunov
Date:
Subject: Re: tsearch - Regression tests fail