Re: backend crash following load command
От
Merlin Moncure
Тема
Re: backend crash following load command
Дата
Msg-id
b42b73150611281138pd13909cpb43b07312413c2c2@mail.gmail.com
Ответ на
Re: backend crash following load command (Tom Lane)
Список
Дерево обсуждения
backend crash following load command "Merlin Moncure" <mmoncure@gmail.com>
Re: backend crash following load command Tom Lane <tgl@sss.pgh.pa.us>
Re: backend crash following load command "Merlin Moncure" <mmoncure@gmail.com>
Re: backend crash following load command Martijn van Oosterhout <kleptog@svana.org>
Re: backend crash following load command Tom Lane <tgl@sss.pgh.pa.us>
Re: backend crash following load command Tom Lane <tgl@sss.pgh.pa.us>
Re: backend crash following load command Martijn van Oosterhout <kleptog@svana.org>
Re: backend crash following load command Tom Lane <tgl@sss.pgh.pa.us>
Re: backend crash following load command "Merlin Moncure" <mmoncure@gmail.com>
Re: backend crash following load command Tom Lane <tgl@sss.pgh.pa.us>
Re: backend crash following load command Martijn van Oosterhout <kleptog@svana.org>
Re: backend crash following load command Tom Lane <tgl@sss.pgh.pa.us>
Re: backend crash following load command "Merlin Moncure" <mmoncure@gmail.com>
Disadvantage of SQL Joins Ranjan Kumar Baisak <rbaisak@nyc.yamaha.com>
Re: Disadvantage of SQL Joins Scott Ribe <scott_ribe@killerbytes.com>
On 11/28/06, Tom Lane wrote: > "Merlin Moncure" writes: > > We are getting a backend crash after issueing a load command. > > No crash from your example here (on Fedora Core 5). What platform and > gcc are you using exactly? Can you provide a stack trace from the crash? ok, an update on this. we actually covered up the bug in reducing the problem to our test case. our make system used cp -f to overwite the .so file in use by postgresql. interestingly, this will cause a crash on the .so reload via LOAD. There may be a perfectly normal reason for this. so, 1. compile just about any c function 2. create a function/load it 3. recompile and cp -f over the one in use (cp works ok) 4. reload...crash merlin
В списке pgsql-general по дате отправления