Re: restoreing dumps fail - Mailing list pgsql-general

From Tom Lane
Subject Re: restoreing dumps fail
Date
Msg-id 26257.1021389462@sss.pgh.pa.us
Whole thread Raw
In response to Re: restoreing dumps fail  (Martín Marqués <martin@bugs.unl.edu.ar>)
Responses Re: restoreing dumps fail
List pgsql-general
=?iso-8859-1?q?Mart=EDn=20Marqu=E9s?= <martin@bugs.unl.edu.ar> writes:
> (gdb) bt
> #0  0xff030b64 in __do_global_dtors_aux () from
> /dbs/postgres/lib/array_iterator.so
> #1  0xff030af8 in _fini () from /dbs/postgres/lib/array_iterator.so
> #2  0xff3b9f5c in ?? ()
> #3  0xff0a00d0 in _exithandle () from /usr/lib/libc.so.1
> #4  0xff116814 in exit () from /usr/lib/libc.so.1
> #5  0x1bea40 in proc_exit (code=0) at ipc.c:155
> #6  0x1d69c8 in PostgresMain (argc=5, argv=0xffbef1e8, username=0x46d319
> "postgres") at postgres.c:1951

Hmm, that's bizarre.  How did you compile the array_iterator module?
There is no _fini routine in the source code, so this must be something
inserted by the compiler.

            regards, tom lane

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: transitioning postgres oid
Next
From: Martín Marqués
Date:
Subject: Re: restoreing dumps fail