[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
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
[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
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
[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