Comment 4 for bug 607646

Revision history for this message
Miroslav Zacek (miroslav-zacek-skype) wrote :

I think I've found the problem. It is in the pgsql extension. The memory for the notices is allocated as non persistent but the whole structure is persistent. The destructor tries to free memory that was already cleaned by the garbage collector which causes the segmentation fault. I've created a simple patch and it works for me now.