On 5/18/07, Dave Page <[EMAIL PROTECTED]> wrote:
I haven't seen a pgadmin logfile from you yet so I wouldn't know what is
new and what isn't!
What I meant is - all entries in the log are timestamped and there were
only some month old sql errors in there.
They don't help much unfortuantely.
On May 18, 4:03 pm, [EMAIL PROTECTED] (Dave Page) wrote:
> Hmm, thats a trace from hell! What are you doing exactly when it crashes?
I don't do anything out of the ordinary - I have a couple of Java apps
up and running, perhaps some extra activity on a lighttpd server, two
postgresql instances - 8
It crashes at startup. Btw, I have 1.4.3 from a package and it works fine.
Another piece of info - the build from svn was working fine until perhaps
the beginning of April, then I couldn't compile anymore for some time. Now
it crashes. Hope that helps.
Ivan
When does it crash? At startup? When y
I finally managed to build from SVN on Ubuntu Feisty after the
"expected specifier-qualifier-list before 'JoinType'" problem was
fixed. Unfortunately it segfaults now. Anyone care to see strace /
ltrace? I've put them here: http://public.box.net/ivanpavlov
---(end of broad
On May 1, 6:45 pm, [EMAIL PROTECTED] ("Florian G. Pflug") wrote:
> I think that for some reason, the former does what it's supposed to on your
> system, but that latter doesn't. Could you try replacing
> #define YYTOKENTYPE
> #define YYSTYPE int
> in postgres.h with
> #define YYSTYPE_IS_DECLARED
>