Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-22 Thread Dave Page
-Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED] Sent: 21 June 2006 20:43 To: Dave Page Cc: Andrew Dunstan; Peter Eisentraut; pgsql-hackers@postgresql.org Subject: Re: [HACKERS] CVS HEAD busted on Windows? Dave Page dpage@vale-housing.co.uk writes: Yeah - I've

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-22 Thread Andrew Dunstan
Dave Page wrote: As a sidenote on the postgres/postmaster merge subject though - Magnus I were wondering if Peter's change means we no longer need to ship postmaster.exe and postgres.exe with pgInstaller. Presumably we can just use postgres.exe for everything now? Won't we still need

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-21 Thread Dave Page
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Page Sent: 20 June 2006 09:10 To: Tom Lane; Peter Eisentraut; pgsql-hackers@postgresql.org Subject: Re: [HACKERS] CVS HEAD busted on Windows? As I'm currently running all three builds from

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-21 Thread Tom Lane
Dave Page dpage@vale-housing.co.uk writes: killed it this morning (after 6+ hours of runtime) and it reported: pg_regress: could not set database default locales That would be here: $bindir/psql -q -X $psql_options -c \ alter database \$dbname\ set lc_messages to 'C'; alter database \$dbname\

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-21 Thread Dave Page
-Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED] Sent: 21 June 2006 14:30 To: Dave Page Cc: Peter Eisentraut; pgsql-hackers@postgresql.org Subject: Re: [HACKERS] CVS HEAD busted on Windows? Dave Page dpage@vale-housing.co.uk writes: killed it this morning (after

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-21 Thread Tom Lane
Dave Page dpage@vale-housing.co.uk writes: Hmmm, running it more interactively I see what was probably the hang when run from the scheduler: --- psql.exe - Application Error --- The instruction at 0x7c8396d0 referenced memory at 0x0014.

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-21 Thread Andrew Dunstan
Tom Lane wrote: This being a psql-side crash, it couldn't be related to the symptom we saw before of initdb not finding postgres.exe. I'm starting to wonder if maybe that machine has suddenly developed an intermittent memory fault or some such. Have you noticed any other flaky behavior?

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-21 Thread Dave Page
-Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED] Sent: 21 June 2006 16:08 To: Dave Page Cc: Peter Eisentraut; pgsql-hackers@postgresql.org Subject: Re: [HACKERS] CVS HEAD busted on Windows? Dave Page dpage@vale-housing.co.uk writes: Hmmm, running it more

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-21 Thread Tom Lane
Dave Page dpage@vale-housing.co.uk writes: Well, that's pretty clearly a null pointer dereference. Any chance of mapping the instruction address back to something useful? Not sure how I would do that. Any hints? gdb might produce something useful, with something like x/32i

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-21 Thread Yoshiyuki Asaba
Hi, From: Dave Page dpage@vale-housing.co.uk Subject: Re: [HACKERS] CVS HEAD busted on Windows? Date: Wed, 21 Jun 2006 15:39:34 +0100 -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED] Sent: 21 June 2006 14:30 To: Dave Page Cc: Peter Eisentraut; pgsql-hackers

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-21 Thread Tom Lane
Yoshiyuki Asaba [EMAIL PROTECTED] writes: cancelConnLock is not initialized (InitializeCriticalSection()) at startup.c when psql execute with '-c' option. Doh! My fault. Is the following patch right? I think we should just move the setup_cancel_handler call up earlier in startup.c.

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-21 Thread Tom Lane
Dave Page dpage@vale-housing.co.uk writes: Yeah - I've been seeing both issues though - Tom's one where it complains that postgres.exe doesn't exist then bombs out of initdb (it does exist btw), and the one above where make check hangs and I end up killing it off. OK, now that Yoshiyuki-san

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-21 Thread Andrew Dunstan
Tom Lane said: Dave Page dpage@vale-housing.co.uk writes: Yeah - I've been seeing both issues though - Tom's one where it complains that postgres.exe doesn't exist then bombs out of initdb (it does exist btw), and the one above where make check hangs and I end up killing it off. OK, now

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-20 Thread Dave Page
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Lane Sent: 20 June 2006 00:02 To: Peter Eisentraut; pgsql-hackers@postgresql.org Subject: [HACKERS] CVS HEAD busted on Windows? I notice buildfarm member snake is unhappy: The program

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-20 Thread Andrew Dunstan
Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Lane Sent: 20 June 2006 00:02 To: Peter Eisentraut; pgsql-hackers@postgresql.org Subject: [HACKERS] CVS HEAD busted on Windows? I notice buildfarm member snake is unhappy

Re: [HACKERS] CVS HEAD busted on Windows?

2006-06-20 Thread Dave Page
-Original Message- From: Andrew Dunstan [mailto:[EMAIL PROTECTED] Sent: 20 June 2006 12:12 To: Dave Page Cc: Tom Lane; Peter Eisentraut; pgsql-hackers@postgresql.org Subject: Re: [HACKERS] CVS HEAD busted on Windows? 1. it's nothing to do with upgrading - I saw this also

[HACKERS] CVS HEAD busted on Windows?

2006-06-19 Thread Tom Lane
I notice buildfarm member snake is unhappy: The program postgres is needed by initdb but was not found in the same directory as C:/msys/1.0/local/build-farm/HEAD/pgsql.696/src/test/regress/tmp_check/install/usr/local/build-farm/HEAD/inst/bin/initdb.exe. Check your installation. I'm betting