Marcus Bergstrom a écrit : > Is there any way to solve a segmentation fault? > Are there any flags or something I can change? > This is what I get from gdb: > > #0 0x00752123 in context_new () from /lib/libselinux.so.1 > #1 0x0013e07a in neko_init () from /home/mb/neko/mod_neko.ndll > #2 0x0807ae50 in ap_run_post_config (pconf=0x9b95550, plog=0x9be17c0, > ptemp=0x9be37c8, s=0x9bbfc98) at config.c:91 > #3 0x080689b9 in main (argc=163132744, argv=0x9c7cbe8) at main.c:684
Uhm. Looks like you're having a symbol conflict, context_new is resolved into /lib/libselinux.so instead of inside mod_neko.ndll or libneko.so Could you try to add in neko/src/tools/install.neko in mod_neko src array the file "../../vm/context". Best, Nicolas -- Neko : One VM to run them all (http://nekovm.org)
