Re: tsearch - Regression tests fail

Поиск
Список
Период
Сортировка
От Markus Wollny
Тема Re: tsearch - Regression tests fail
Дата
Msg-id 2266D0630E43BB4290742247C8910575014CE318@dozer.computec.de
обсуждение исходный текст
Ответ на tsearch - Regression tests fail  ("Markus Wollny" <Markus.Wollny@computec.de>)
Ответы Re: tsearch - Regression tests fail  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi!
 
Thanks for that hint - I tried that and got:
 
warning: core file may not match specified executable file.
Core was generated by `postgres: postgres pcgames [local] SELECT
'.
Program terminated with signal 11, Segmentation fault.
#0  0x40126853 in ?? ()
(gdb)
(gdb) bt
#0  0x40126853 in ?? ()
#1  0x50e280fb in ?? ()
#2  0x50e290a5 in ?? ()
#3  0x080c90bd in ExecHashJoin ()
#4  0x080c9194 in ExecHashJoin ()
#5  0x080c9720 in ExecHashJoinNewBatch ()
#6  0x080c9a3a in IndexNext ()
#7  0x080c9cd6 in ExecIndexReScan ()
#8  0x080cf934 in _SPI_pquery ()
#9  0x080c8079 in ExecInitAgg ()
#10 0x080c6fce in init_sql_fcache ()
#11 0x080c65f7 in ExecTypeFromTL ()
#12 0x0811796b in DecodeDateDelta ()
#13 0x08116421 in DecodeDateTime ()
#14 0x081173d0 in DecodeNumberField ()
#15 0x080fd0f0 in ldissect ()
#16 0x080fc91f in lmatcher ()
#17 0x080fbac9 in sfast ()
#18 0x080fb635 in sbackref ()
#19 0x080d95bd in _equalAppendPath ()
#20 0x400cb7ee in ?? ()
 
Can someone make something out of this?
 
Regards,
 
   Markus

    -----Ursprüngliche Nachricht----- 
    Von: Matthew Kirkwood 
    Gesendet: Mo 29.07.2002 19:17 
    An: Markus Wollny 
    Cc: pgsql-general@postgresql.org; tgl@sss.pgh.pa.us 
    Betreff: Re: [GENERAL] tsearch - Regression tests fail 
    
    

    On Mon, 29 Jul 2002, Markus Wollny wrote:
    
    > This is what I get when I do "gdb psql ./core":
    >
    > Core was generated by `postgres: postgres pcgames [local]
SELECT
    [..]
    
    It wasn't psql that segfaulted, but the postgres backend.
    Try:
    
    $ gdb postgres ./core
    
    instead.  It's still not unlikely that you won't have
    enough symbol information, though.
    
    Matthew.
    
    


В списке pgsql-general по дате отправления:

Предыдущее
От: Patrick Nelson
Дата:
Сообщение: Re: Importing data
Следующее
От: Tom Lane
Дата:
Сообщение: Re: tsearch - Regression tests fail