Re: [HACKERS] "bogus aset link"

2005-01-03 Thread ntinos
Thanks! Your advice helped me find what caused the problem immediately. It was a wrong 'palloc' as you suspected (and as usual for me ;-) ). Ntinos Katsaros Tom Lane writes: [EMAIL PROTECTED] writes: While writting some code for the backend (some SPI-like functions for a project) I saw this

Re: [HACKERS] "bogus aset link"

2005-01-02 Thread Tom Lane
[EMAIL PROTECTED] writes: > While writting some code for the backend (some SPI-like functions for a > project) I saw this message: > "WARNING: problem in alloc set ExecutorState: bogus aset link in block > 0x8301270, chunk 0x8304458" > I think there is something wrong with some of the memory

[HACKERS] "bogus aset link"

2005-01-02 Thread ntinos
Hi everybody! While writting some code for the backend (some SPI-like functions for a project) I saw this message: "WARNING: problem in alloc set ExecutorState: bogus aset link in block 0x8301270, chunk 0x8304458" I think there is something wrong with some of the memory allocations I do,