From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Martín Marqués <martin(at)bugs(dot)unl(dot)edu(dot)ar> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: restoreing dumps fail |
Date: | 2002-05-14 15:17:42 |
Message-ID: | 26257.1021389462@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
=?iso-8859-1?q?Mart=EDn=20Marqu=E9s?= <martin(at)bugs(dot)unl(dot)edu(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Scott Marlowe | 2002-05-14 15:18:38 | Re: Strange interaction with php's pg_query |
Previous Message | Bertin, Philippe | 2002-05-14 15:16:37 | Re: Using COPY |