Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to

2006-01-26 Thread Tom Lane
Bruce Momjian writes: > configure \ > --with-x \ > --with-tcl \ > --with-perl \ > --enable-pltcl-unknown \ > --with-tclconfig=/u/lib \ > --with-tkconfig=/u/lib \ > --with-includes="/usr/local/include/readline /usr/contrib/include" \ > --with-librarie

Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to

2006-01-26 Thread Bruce Momjian
Tom Lane wrote: > I wrote: > > Bruce Momjian writes: > >> I just tested again using your pg_config.h modification, and I still > >> get the failure, so perhaps BSD/OS and Win32 have similar issues with > >> our code. > > > Hmph. I've just been trying to reproduce it on Linux (FC4), and it's > >

Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to

2006-01-26 Thread Tom Lane
I wrote: > Bruce Momjian writes: >> I just tested again using your pg_config.h modification, and I still >> get the failure, so perhaps BSD/OS and Win32 have similar issues with >> our code. > Hmph. I've just been trying to reproduce it on Linux (FC4), and it's > OK for me there as well as on HP

Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to

2006-01-26 Thread Tom Lane
Bruce Momjian writes: > I just tested again using your pg_config.h modification, and I still > get the failure, so perhaps BSD/OS and Win32 have similar issues with > our code. Hmph. I've just been trying to reproduce it on Linux (FC4), and it's OK for me there as well as on HPUX where I tried f

Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to

2006-01-26 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian writes: > > Tom Lane wrote: > >> I tried on CVS tip and don't see a problem. Which branch were you > >> testing? > > > Uh, CVS HEAD. I put -DEXEC_BACKEND into Makefile.custom, and recompiled > > and initdb'ed. I then modified postgresql.conf and set log_min_mess

Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to

2006-01-26 Thread Tom Lane
Bruce Momjian writes: > Tom Lane wrote: >> I tried on CVS tip and don't see a problem. Which branch were you >> testing? > Uh, CVS HEAD. I put -DEXEC_BACKEND into Makefile.custom, and recompiled > and initdb'ed. I then modified postgresql.conf and set log_min_messages > to "debug5". Then stop

Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to

2006-01-26 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian writes: > > I was able to reproduce this on Unix by adding -DEXEC_BACKEND to the > > compile line. It errors out on DEBUG3 and higher. > > I tried on CVS tip and don't see a problem. Which branch were you > testing? Uh, CVS HEAD. I put -DEXEC_BACKEND into Makef

Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to

2006-01-26 Thread Tom Lane
Bruce Momjian writes: > I was able to reproduce this on Unix by adding -DEXEC_BACKEND to the > compile line. It errors out on DEBUG3 and higher. I tried on CVS tip and don't see a problem. Which branch were you testing? regards, tom lane ---(end

Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to 5

2006-01-26 Thread Tom Lane
Bruce Momjian writes: > I was able to reproduce this on Unix by adding -DEXEC_BACKEND to the > compile line. It errors out on DEBUG3 and higher. Oh, OK, I'll take a look. regards, tom lane ---(end of broadcast)--- TIP 3: H

Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to

2006-01-26 Thread Bruce Momjian
Milen A. Radev wrote: > Tom Lane writes: > > "Jaime Casanova" <[EMAIL PROTECTED]> writes: > >> in my machine (win xp) i was trying to start psql (8.1.1) with > >> log_min_messages to debug5 (just to see the messages :) but even the > >> service start i cannot use psql nor pgadmin i receive an error

Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to 5

2006-01-23 Thread Milen A. Radev
Tom Lane writes: > "Jaime Casanova" <[EMAIL PROTECTED]> writes: >> in my machine (win xp) i was trying to start psql (8.1.1) with >> log_min_messages to debug5 (just to see the messages :) but even the >> service start i cannot use psql nor pgadmin i receive an error of >> server closed the connec

Re: [BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to 5

2006-01-21 Thread Tom Lane
"Jaime Casanova" <[EMAIL PROTECTED]> writes: > in my machine (win xp) i was trying to start psql (8.1.1) with > log_min_messages to debug5 (just to see the messages :) but even the > service start i cannot use psql nor pgadmin i receive an error of > server closed the connection unexpectedly Can'

[BUGS] BUG #2195: log_min_messages crash server when in DEBUG3 to 5

2006-01-21 Thread Jaime Casanova
The following bug has been logged online: Bug reference: 2195 Logged by: Jaime Casanova Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.1 Operating system: Windows XP Description:log_min_messages crash server when in DEBUG3 to 5 Details: Hi, in my machine