On 6 huhti, 01:12, Anthony Catel<[email protected]> wrote:
Le 06/04/2011 00:10, Kerbe a crit :
On 6 huhti, 01:07, Anthony Catel<[email protected]> wrote:
Hey,
Any custom server-side JS?
lol, no. I'm still trying to get APE starting up for once to get
through even tests, can't even think about custom JS anywhere. I have
written few days back into this group what I did while trying to get
1.0 to start up, this is new version and a bit new kind of problem.
-Kerbe
ok :)
It's a really strange problem you have here.
Can you run aped using "strace" ? (# strace ./aped) and give me the tail
of the output ?
Thanks
It goes endless loop of this:
-snip-
mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x6e39d7ec0000
munmap(0x6e39d7ec0000, 2097152) = 0
mmap(0x6e39d7f00000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|
MAP_ANONYMOUS, -1, 0) = 0x6e39d7fc0000
munmap(0x6e39d7fc0000, 1048576) = 0
mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x6e39d7ec0000
munmap(0x6e39d7ec0000, 2097152) = 0
mmap(0x6e39d7f00000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|
MAP_ANONYMOUS, -1, 0) = 0x6e39d7fc0000
munmap(0x6e39d7fc0000, 1048576) = 0
mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x6e39d7ec0000
munmap(0x6e39d7ec0000, 2097152) = 0
mmap(0x6e39d7f00000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|
MAP_ANONYMOUS, -1, 0) = 0x6e39d7fc0000
munmap(0x6e39d7fc0000, 1048576) = 0
mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x6e39d7ec0000
munmap(0x6e39d7ec0000, 2097152) = 0
mmap(0x6e39d7f00000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|
MAP_ANONYMOUS, -1, 0) = 0x6e39d7fc0000
munmap(0x6e39d7fc0000, 1048576) = 0
mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x6e39d7ec0000
munmap(0x6e39d7ec0000, 2097152) = 0
mmap(0x6e39d7f00000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|
MAP_ANONYMOUS, -1, 0) = 0x6e39d7fc0000
^C, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0
<unfinished ...>
-/snip-