On 04/18/2008 12:51 PM, jz@uva wrote with possible deletions:
Hi all,
I am using MD4 with XQuery + PF/Tijah module.
I have a problem that my server sometimes/frequently crashes. I could not detect a trigger, as it occurs randomly and at any time.
It gives me this error:
26747 Segmentation fault Mserver --dbinit="module(pathfinder);"
but it gives me any number before it.
I am not sure where I can locate the MD error log (if it exists), and how it is triggered.
You could give us a hint by starting the Mserver in a debugging session: $ gdb --args Mserver --dbinit='module(pathfinder); mil_start();' start the Mserver with: run and create a dump as soon as you triggered the segmentation fault with: bt This should give us an idea where your problem is located. Jan -- Jan Rittinger Database Systems Technische Universität München (Germany) http://www-db.in.tum.de/~rittinge/