Alan Knowles wrote:
> Hi, still trying to build those debian packages..
>
> The redhat stuff seems OK, but one of the office debian machines does not like
> midgard today :)
>
> compiled lib and mod, and installed into apache.
> rebooted apache - everything OK.
> added the line
> MidgardDatabase dbname username password
> reboot apache = nothing happened :)
>
> apache -t
> Syntax OK
> Segfault!
>
> gdb apache
> run -t
> ...stuff...
> 0x402760e0 in midgard_disconnect_all () from ..../mod_midgard.so
>
> after commenting out the atexit in midgard_database_connection() that calls
> midgard_disconnect the segfault disappears...
No, it could really be the atexit call. The other modules that do
persistent stuff just drop everything at process exit; I tried to be
clever about it but there may be a valid reason for not using atexit.
I'll talk to the apache crew and the mysql_auth author about it. In
the meantime I've seen two reports about this being a problem and if
not using it works I suggest keeping it that way until I get
confirmation.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]