From: | Torsten Zühlsdorff <foo(at)meisterderspiele(dot)de> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Greg Smith <greg(at)2ndquadrant(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: InitDB: Bad system call |
Date: | 2010-08-14 14:20:26 |
Message-ID: | 4C66A62A.5000201@meisterderspiele.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Tom Lane schrieb:
> =?ISO-8859-15?Q?Torsten_Z=FChlsdorff?= <foo(at)meisterderspiele(dot)de> writes:
>> It's the same like before, but this time with core-file! :) I don't know
>> why, but now there is one. You can find it here:
>> http://www.dddbl.de/postgres.core (2,4 MB)
>
> That's good, but the core file is pretty much useless to anyone else.
> Please gdb it and post a stack trace:
>
> gdb /path/to/postgres /path/to/core
> gdb> bt
> gdb> quit
>
Hm... /path/to/postgres? Not initdb? But regardless what i use, it looks
like:
#0 0x0000000800bb166c in ?? ()
#1 0x00000000005b158f in ?? ()
#2 0x0000003000000020 in ?? ()
#3 0x00007fffffffe620 in ?? ()
#4 0x00007fffffffe560 in ?? ()
#5 0x000000080091607a in ?? ()
#6 0x0000000800c04a60 in ?? ()
#7 0x0000000800913496 in ?? ()
#8 0x00007fffffffeab8 in ?? ()
#9 0x00007fffffffeab0 in ?? ()
#10 0xffffff00423f38e0 in ?? ()
#11 0x00007fffffffe618 in ?? ()
#12 0x0000000000000031 in ?? ()
#13 0x00000000ffffaa8a in ?? ()
#14 0x00000000007ea036 in ?? ()
#15 0x000000080091056d in ?? ()
#16 0x0000000000000207 in ?? ()
#17 0x00000000000005c8 in ?? ()
#18 0x00007fffffffe618 in ?? ()
#19 0xffffff00423f38e0 in ?? ()
#20 0x00007fffffffe65d in ?? ()
#21 0x00000000007ea094 in ?? ()
#22 0x00007fffffffeab0 in ?? ()
#23 0x00007fffffffeab8 in ?? ()
#24 0x0000000000000000 in ?? ()
I believe that is not very helpful, is it?
Greetings,
Torsten
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2010-08-14 14:26:04 | Re: InitDB: Bad system call |
Previous Message | Sandeep Srinivasa | 2010-08-14 09:03:20 | .psqlrc and custom functions (mysql-like) |