> Hi!
>
> After the performance problems I encountered on one of my machines, I
> downgraded to 1.8.2.2 again (since then, the server runs flawless again)
> and
> wanted to try it on another machine, unfortunately with even less luck,
> and
> lots of segfaults instead. So I installed the 1.8.4 snapshot, which
> segfaults
> a little bit less, but still every second time I load a page in
> spider-admin:

Are you sure midgard-php extension is loaded only once in php.ini?

> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 47404134410544 (LWP 26883)]
> 0x00002b1d284380c0 in ?? ()
> (gdb) backtrace
> #0  0x00002b1d284380c0 in ?? ()
> #1  0x00002b1d24687662 in g_logv () from /usr/lib/libglib-2.0.so.0
> #2  0x00002b1d246878d3 in g_log () from /usr/lib/libglib-2.0.so.0

Query failed. Can you try to investigate it through MySQL logs?
No idea why it segfaulted in g_log, though.

> When I try acessing a midcom-2.6 host, I get the following (every time):
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 47328021317936 (LWP 26966)]
> 0x0000000000000000 in ?? ()

Go to midgard-php directory.

    make clean
    unset CFLAGS
    export CFLAGS='-g -Wall -fno-strict-aliasing '
    make -s

If you get no warning or error , edit Makefile directly and replace CFLAGS.

Looks like php tries to invoke function which is not loaded via any library.

Piotras


_______________________________________________
user mailing list
[email protected]
http://lists.midgard-project.org/mailman/listinfo/user

Reply via email to