Emiliano wrote:
>
> 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.
Right, did that and here's the whole output:
(gdb) run -c /tmp/repligard.conf -a -e /tmp/text.xml.gz
Starting program: /usr/local/bin/repligard -c /tmp/repligard.conf -a -e
/tmp/text.xml.gz
Message: Reading config file /tmp/repligard.conf
Message: Exporting to /tmp/text.xml.gz
Program received signal SIGSEGV, Segmentation fault.
0x804e9bd in rpd_write_object_tree (value=0x807cb50,
user_data=0xbffff8d0)
at export.c:505
505 if ((object_type->type == R_TREE_OBJECT) && exp_data->expandtree)
(gdb) backtrace
#0 0x804e9bd in rpd_write_object_tree (value=0x807cb50,
user_data=0xbffff8d0)
at export.c:505
#1 0x8050579 in g_list_foreach ()
#2 0x804f28d in repligard_export_xml (mgd=0x80765e0,
schemacfg=0x8059bf8,
guid_hash=0x805b708, filename=0x807c280 "/tmp/text.xml.gz") at
export.c:855
#3 0x804fc59 in main (argc=6, argv=0xbffff9b4) at main.c:385
#4 0x40103b65 in __libc_start_main (main=0x804f7c8 <main>, argc=6,
ubp_av=0xbffff9b4, init=0x804992c <_init>, fini=0x80508bc <_fini>,
rtld_fini=0x4000df24 <_dl_fini>, stack_end=0xbffff9ac)
at ../sysdeps/generic/libc-start.c:111
/Henri Kaukola
> Emile
>
--
Henri Kaukola [EMAIL PROTECTED]
Consultant Trainee Tel: +358-40-8268 934
Nemein Solutions Oy http://www.nemein.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]