Hummel Joachim wrote:

> I use Suse 6.4 Apache 1.3.12 Mysql 3.22.32 and Kernel 2.2.14.
> I installed the binary form source Midgard Version 1.4beta5a

Binary source form? Do you mean the source tarballs?

> httpd: format.c:887: mgd_vformat: Assertion `pool && mgd && mgd->parser'
> failed.
> [Thu Sep 21 20:22:40 2000] [notice] child pid 668 exit signal Aborted (6)
> 
> I mean the problem is in the midgard-lib compilation.

I don't think it is, it's just reporting the problem. To find out
where it actually happens you'll have to use the debugger:

shut down apache.
start gdb with the apache binary, eg:
  # gdb /usr/sbin/httpd
  (gdb) run -X

Now request the URL that triggered the problem before using your
browser as usual.

The apache process running in the debugger will stop at the abort. At
that point, give the debugger command 'where', and mail us the resulting
output.

Emile


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to