Re: conflicting libraries at runtime

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: conflicting libraries at runtime
Дата
Msg-id 10886.1051375531@sss.pgh.pa.us
обсуждение исходный текст
Ответ на conflicting libraries at runtime  (Joe Conway <mail@joeconway.com>)
Ответы Re: conflicting libraries at runtime
Список pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> I'm having trouble with PL/R giving me a SIGSEGV *only* on Red Hat 9. 
> I've isolated it (at least the symptom) down to this: on RH9, a call to 
> re_compile_fastmap() uses /lib/tls/libc.so.6 instead of the 
> compiled-into-R function with the same name.

I tossed this up to an internal Red Hat mailing list, and got the
following reply from Ulrich Drepper:

> If the problem is really that, against the expectations, the dynamic
> linker picks the implementation in libc.so as opposed to the program, use
>   env LD_DEBUG=all LD_DEBUG_OUTPUT=somefile normal_program args...
> to see a lot of output on the name resolution process.  Search for the
> symbol you're looking for in this output file.

We may have to go back to Ulrich to decode what the output tells us,
but it's something to try anyway ...
        regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Less global variables
Следующее
От: Sean Chittenden
Дата:
Сообщение: [EXAMPLE] Overly zealous security of schemas...