Bug #855: pg_dump crash on linux-xfs

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #855: pg_dump crash on linux-xfs
Дата
Msg-id 20021225043624.A727B475A1E@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #855: pg_dump crash on linux-xfs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Ruslan V Lopation (lrv@ufps.tomsk.su) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
pg_dump crash on linux-xfs

Long Description
pg_dump crashes with PostgreSQL 7.3(1)  server installed on Linux-2.4.20(2.4.19) with XFS patches from
ftp://oss.sgi.com/projects/xfs/download/patches/2.4.20/xfs-2.4.20-all-i386.bz2(and earlier patches) with ACLs and DMAPI
enabledwhen pg_dump is used with compression enabled: 

[linux-xfs-host]$ pg_dump db -Fc -f dump
Segmentation fault (core dumped)

[linux-no-xfs-host]$ pg_dump -h linux-xfs-host db -Fc -f dump
Segmentation fault (core dumped)

...and dump file contains only structure, no data.

I tried moving database from XFS to reiser partition and it still crashes.

Running pg_dump with database on server that's running vanilla 2.4.20 doesn't crash.
[linux-no-xfs-host]$ pg_dump db2 -Fc -f dump2
works fine.

PostgreSQL 7.2.x works fine.

Sample Code


No file was uploaded with this report

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #854: configure file and tcl/tk
Следующее
От: Kenji Sugita
Дата:
Сообщение: Changes in functions bittoint4 and bitfromint4 - Function bit does not work