![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
fixing permissions on existing directory /usr/local/pgsql/data ... ok creating directory /usr/local/pgsql/data/global ... ok creating directory /usr/local/pgsql/data/pg_xlog ... ok creating directory /usr/local/pgsql/data/pg_xlog/archive_status ... ok creating directory /usr/local/pgsql/data/pg_clog ... ok creating directory /usr/local/pgsql/data/pg_subtrans ... ok creating directory /usr/local/pgsql/data/base ... ok creating directory /usr/local/pgsql/data/base/1 ... ok creating directory /usr/local/pgsql/data/pg_tblspc ... ok selecting default max_connections ... 100 selecting default shared_buffers ... 1000 creating configuration files ... ok creating template1 database in /usr/local/pgsql/data/base/1 ... ok initializing pg_shadow ... sh: 2419 Bus error(coredump) child process exited with exit code 138 |
#3
| |||
| |||
|
|
-----Original Message----- From: pgsql-bugs-owner (AT) postgresql (DOT) org=20 [mailto gsql-bugs-owner (AT) postgresql (DOT) org] On Behalf Of Haluk GUNCERSent: Wednesday, May 25, 2005 1:23 AM To: pgsql-bugs (AT) postgresql (DOT) org Subject: [BUGS] BUG #1678: pw_shadow BUS ERROR =20 =20 The following bug has been logged online: =20 Bug reference: 1678 Logged by: Haluk GUNCER Email address: halukguncer (AT) hotmail (DOT) com PostgreSQL version: 7.4 to 8.0.3 Operating system: HP-UX B.11.11 Description: pw_shadow BUS ERROR Details:=20 =20 the system is a high end system used in a major project in=20 TURKEY. HP guys could not figure it out. =20 =20=20 Version 7.3.10 works fine. version 7.4.8 ,8.0.0 and 8.0.3 never starts. =20 $ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data =20 The files belonging to this database system will be owned by=20 user "postgres". This user must also own the server process. =20 The database cluster will be initialized with locale C. =20 fixing permissions on existing directory=20 /usr/local/pgsql/data ... ok creating directory=20 /usr/local/pgsql/data/global ... ok creating directory=20 /usr/local/pgsql/data/pg_xlog ... ok creating directory=20 /usr/local/pgsql/data/pg_xlog/archive_status ... ok creating=20 directory /usr/local/pgsql/data/pg_clog ... ok creating=20 directory /usr/local/pgsql/data/pg_subtrans ... ok creating=20 directory /usr/local/pgsql/data/base ... ok creating=20 directory /usr/local/pgsql/data/base/1 ... ok creating=20 directory /usr/local/pgsql/data/pg_tblspc ... ok selecting=20 default max_connections ... 100 selecting default=20 shared_buffers ... 1000 creating configuration files ... ok=20 creating template1 database in /usr/local/pgsql/data/base/1=20 ... ok initializing pg_shadow ... sh: 2419 Bus=20 error(coredump) child process exited with exit code 138 initdb: removing contents of data directory "/usr/local/pgsql/data" =20 ************************************* =20 After BUS ERROR semafore remains. have to be removed with "ipcrm". =20 /home/postgres$ipcs -a | grep post m 61447 0x00000001 --rw------- postgres dba=20=20 postgres dba 0 10403840 2419 2419 18:14:36 no-entry 18:14:36 s 331802 0x00000002 --ra------- postgres dba=20=20 postgres dba=20 1 7 18:14:36 18:14:36 s 442395 0x00000003 --ra------- postgres dba=20=20 postgres dba=20 1 7 18:14:36 18:14:36 s 401436 0x00000004 --ra------- postgres dba=20=20 postgres dba=20 1 7 18:14:36 18:14:36 s 372765 0x00000005 --ra------- postgres dba=20=20 postgres dba=20 1 7 18:14:36 18:14:36 s 352286 0x00000006 --ra------- postgres dba=20=20 postgres dba=20 1 7 18:14:36 18:14:36 s 352287 0x00000007 --ra------- postgres dba=20=20 postgres dba=20 1 7 18:14:36 18:14:36 s 352288 0x00000008 --ra------- postgres dba=20=20 postgres dba=20 1 7 18:14:36 18:14:36 =20 ---------------------------(end of=20 broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index=20 scan if your joining column's datatypes do not match =20 =20 |
#4
| |||
| |||
|
|
I did it with -n option. The generated core file is attached. I hope it will help. |
#5
| |||
| |||
|
|
#0 0x23cf64 in CreatePortal+0x1f4 () (gdb) bt #0 0x23cf64 in CreatePortal+0x1f4 () #1 0x23ce28 in CreatePortal+0xb8 () #2 0x19c094 in exec_simple_query+0x194 () #3 0x19daa8 in PostgresMain+0x1520 () #4 0x12f918 in main+0x1e0 () |
#6
| |||
| |||
|
|
Weird -- it's difficult to see how there could be a problem in CreatePortal(), as that is both simple and widely used code. |
#7
| |||
| |||
|
|
Haluk GÜNÇER wrote: I did it with -n option. The generated core file is attached. I hope it will help. The core file itself is not much use -- you need to get a stack trace from the core file (which I can't do, since I don't have the binaries you built -- or an HPUX system for that matter). You can get a stack trace via gdb using "gdb /path/to/binary /path/to/core" followed by "bt"; there may be a different / better way to do things on HPUX (HP support should be able to tell you, at any rate). -Neil |
#8
| |||
| |||
|
|
Neil Conway <neilc (AT) samurai (DOT) com> writes: Weird -- it's difficult to see how there could be a problem in CreatePortal(), as that is both simple and widely used code. The other interesting point is that we've certainly tested on HPUX recently --- I know I've checked both 11.11 and 11.23 using HP's testdrive machines. So the question here is not so much "why doesn't PG work on HPUX" as "what weird configuration are you using?" regards, tom lane |
#9
| |||
| |||
|
|
I would like to get the patch list installed on the machine you compiled postgresQL FROM YOU , so that I can compare with ours. It takes about 12kB. |
#10
| |||
| |||
|
|
Hello Neil & Tom, I re-installed everthing many many times. I've also installed every missing libraries readline, zlib etc. Here, I have attached the debug output of the following command. I recently compiled everything in debug mode. As you requested I could not get detailed info via gdb. /usr/local/pgsql/bin/initdb -d -n > out.log 2>debug.log by the way, I succesfully installed 8.0.3 on fujitsu-siemens solaris 8. thanks, regards. Haluk ----- Original Message ----- From: "Tom Lane" <tgl (AT) sss (DOT) pgh.pa.us To: "Neil Conway" <neilc (AT) samurai (DOT) com Cc: "Haluk GÜNÇER" <halukguncer (AT) hotmail (DOT) com>; <pgsql-bugs (AT) postgresql (DOT) org Sent: Tuesday, May 31, 2005 9:13 AM Subject: Re: [BUGS] BUG #1678: pw_shadow BUS ERROR Neil Conway <neilc (AT) samurai (DOT) com> writes: Weird -- it's difficult to see how there could be a problem in CreatePortal(), as that is both simple and widely used code. The other interesting point is that we've certainly tested on HPUX recently --- I know I've checked both 11.11 and 11.23 using HP's testdrive machines. So the question here is not so much "why doesn't PG work on HPUX" as "what weird configuration are you using?" regards, tom lane |
![]() |
| Thread Tools | |
| Display Modes | |
| |