Nicolas,
This is pretty weird, I had mod_neko.ndll in my apache conf file, and
it didn't complain.
I put in the mod_neko2.ndll file instead, and now neko.Web is working
fine again.
So I suppose it's false alarm. Although it's still strange(?)
Cheers,
Marcus Bergstrom
marcus.at.quickform.net
(mquickform)
On Jul 27, 2008, at 10:31 PM, Nicolas Cannasse wrote:
Marcus Bergstrom a écrit :
Ok I ran httpd with gdb to see what's going on, and I am getting
this data:
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000000
get_params () at cgi.c:445
445 const char *args = c->r->args;
(gdb) where
#0 get_params () at cgi.c:445
#1 0x005d0317 in neko_interp_loop (vm=0x2e3fdd0, m=0x7effc0,
_acc=61511536, _pc=0x3a81f2c) at vm/interp.c:800
Previous frame inner to this frame (gdb could not unwind past this
frame)
This is a apache:
Marcus-Laptop:bin mb$ httpd -V
Server version: Apache/2.2.6 (Unix)
Server built: Nov 24 2007 20:45:38
Server's Module Magic Number: 20051115:5
Server loaded: APR 1.2.7, APR-Util 1.2.7
Compiled using: APR 1.2.7, APR-Util 1.2.7
Architecture: 64-bit
Server MPM: Prefork
threaded: no
forked: yes (variable process count)
Again, everything seems to be working fine, but as soon as I try
to use the
neko.Web lib, it crashes...
Is this a bug or have I compiled something wrong? I cannot find
any more information on this subject.
I'm pretty sure it's something that went wrong with your
compilation, since it's not at all supposed to crash here.
Are you sure that Apache 2.2 correctly loads mod_neko2.ndll ?
Best,
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)
--
Neko : One VM to run them all
(http://nekovm.org)