Re: [BUGS] BUG #5307: Crash in AllocSetAlloc

2010-02-02 Thread Tom Lane
"Igor Lasic" writes: > We have an application running C-API stored procedures. After running for a > while postgres crashes with: > If I increase shared memory application runs longer but eventually crashes. The odds are incredibly high that this means there's a memory-stomping bug in your C sto

Re: [BUGS] BUG #5307: Crash in AllocSetAlloc

2010-02-02 Thread Alvaro Herrera
Igor Lasic wrote: > > The following bug has been logged online: > > Bug reference: 5307 > Logged by: Igor Lasic > Email address: i...@a-bb.net > PostgreSQL version: 8.3.7 > Operating system: Linux > Description:Crash in AllocSetAlloc > Details: > > We have an applic

[BUGS] BUG #5307: Crash in AllocSetAlloc

2010-02-02 Thread Igor Lasic
The following bug has been logged online: Bug reference: 5307 Logged by: Igor Lasic Email address: i...@a-bb.net PostgreSQL version: 8.3.7 Operating system: Linux Description:Crash in AllocSetAlloc Details: We have an application running C-API stored procedures. Aft