Henri Kaukola wrote:

> I'm running the latest CVS snapshot (1.4.1-cvs-20010719/SG) on my
> system. I'm trying to export a site I've built to another box. However,
> Repligard keeps segfaulting on export, both as root and as the mysql
> user.
> 
> I've attached my repligard.conf, and can also send the core file
> on request.
> 
> $ repligard -c /tmp/repligard.conf -a -e /tmp/test.xmlgz

Run this in gdb:

$ gdb repligard
[bla bla]
(gdb) run -c /tmp/repligard.conf -a -e /tmp/test.xmlgz
[bla bla]
..segfault...
(gdb) backtrace

The output of this last command will tell us where it's segfaulting...
and may also tell us where other parts of midgard are having problems.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to