Re: [BUGS] INSERT causes psql to crash

2006-01-26 Thread Tom Lane
[EMAIL PROTECTED] writes: > I'm hoping strace output will be useful. To recap, psql crashes > on "INSERT INTO TEST VALUES(8)". The insert succeeds, and strace > shows the insert response coming back. I'm wondering if there is > anything suspicious in the response from the backend: > recv(3, "C\0\0

Re: [BUGS] INSERT causes psql to crash

2006-01-26 Thread jao
I was experiencing a psql crash. psql reported "buffer overflow detected" and a stack dump. Quoting Tom Lane <[EMAIL PROTECTED]>: [EMAIL PROTECTED] writes: Quoting Tom Lane <[EMAIL PROTECTED]>: If it just started happening, I'd speculate about a corrupt executable file for psql or libpq. I d

Re: [BUGS] INSERT causes psql to crash

2006-01-10 Thread Tom Lane
[EMAIL PROTECTED] writes: > Quoting Tom Lane <[EMAIL PROTECTED]>: >> If it just started happening, I'd speculate about a corrupt executable >> file for psql or libpq. I doubt it's got anything to do with the server >> side. > But this doesn't explain the data I posted previously: That's an inter

Re: [BUGS] INSERT causes psql to crash

2006-01-10 Thread jao
Quoting Tom Lane <[EMAIL PROTECTED]>: [EMAIL PROTECTED] writes: mydb=> insert into test values(11); *** buffer overflow detected ***: psql terminated You seem to have a rather badly broken build there :-(. What's the platform exactly, and what compiler did you use? Can you rebuild wit

Re: [BUGS] INSERT causes psql to crash

2006-01-10 Thread Tom Lane
[EMAIL PROTECTED] writes: >mydb=> insert into test values(11); >*** buffer overflow detected ***: psql terminated You seem to have a rather badly broken build there :-(. What's the platform exactly, and what compiler did you use? Can you rebuild with debug support enabled so you can get