[Bug 1272857] Re: apache2 crashed with SIGSEGV in signal handler called()

2014-06-12 Thread Andreas Gleißner
Hello, I believe to have identified the problem and propose a fix (see attachment). The module has a global variable PGconn *pg_conn, which is a pointer to a PostgreSQL connection. The code determines if there is an active connection by checking if pg_conn is non-NULL. However, the connection is

[Bug 1272857] Re: apache2 crashed with SIGSEGV in signal handler called()

2014-06-12 Thread Andreas Gleißner
Hello, I believe to have identified the problem and propose a fix (see attachment). The module has a global variable PGconn *pg_conn, which is a pointer to a PostgreSQL connection. The code determines if there is an active connection by checking if pg_conn is non-NULL. However, the connection is