BUG #2728: Core dump while pgdump DB - Mailing list pgsql-bugs

From Yee
Subject BUG #2728: Core dump while pgdump DB
Date
Msg-id 200611010413.kA14Djgf035795@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #2728: Core dump while pgdump DB
List pgsql-bugs
The following bug has been logged online:

Bug reference:      2728
Logged by:          Yee
Email address:      christ1783@yahoo.com
PostgreSQL version: 7.4.1
Operating system:   Solaris 9
Description:        Core dump while pgdump DB
Details:

I tried to export a large DB from PostgreSQL and a core_dump file was found
after the process.

The following was what I found from the core_dump:

GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "sparc-sun-solaris2.9"...
Core was generated by `/gen/tools/pgsql/bin/postmaster -i -S -D
/gen/tools/pgsql/data'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/lib/librt.so.1...done.
Loaded symbols for /usr/lib/librt.so.1
Reading symbols from /usr/lib/libresolv.so.2...done.
Loaded symbols for /usr/lib/libresolv.so.2
Reading symbols from /usr/lib/libgen.so.1...done.
Loaded symbols for /usr/lib/libgen.so.1
Reading symbols from /usr/lib/libsocket.so.1...done.
Loaded symbols for /usr/lib/libsocket.so.1
Reading symbols from /usr/lib/libnsl.so.1...done.
Loaded symbols for /usr/lib/libnsl.so.1
Reading symbols from /usr/lib/libdl.so.1...done.
Loaded symbols for /usr/lib/libdl.so.1
Reading symbols from /usr/lib/libm.so.1...done.
Loaded symbols for /usr/lib/libm.so.1
Reading symbols from /usr/lib/libc.so.1...done.
Loaded symbols for /usr/lib/libc.so.1
Reading symbols from /usr/lib/libaio.so.1...done.
Loaded symbols for /usr/lib/libaio.so.1
Reading symbols from /usr/lib/libmd5.so.1...done.
Loaded symbols for /usr/lib/libmd5.so.1
Reading symbols from /usr/lib/libmp.so.2...done.
Loaded symbols for /usr/lib/libmp.so.2
Reading symbols from
/usr/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1...done.
Loaded symbols for /usr/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1
#0  0x7f9204f8 in __tbl_10_big_digits () from /usr/lib/libc.so.1

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: COPY fails on 8.1 with invalid byte sequences in text
Next
From: "Michael van Rooyen"
Date:
Subject: BUG #2729: Backslash escaping not working as expected