Dear APE Team,
I updated the APE Server code to the latest GIT version but Im getting
seg-fault for the same.
Below is the gdb o/p.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1210685760 (LWP 20156)]
0x0805754c in plugin_read_config (plug=0x8085fa0, path=0x8066790
"/etc/ape/") at src/plugins.c:155
155 if (plug->infos->conf_file != NULL) {
(gdb) handle SIGPIPE nostop
Signal Stop Print Pass to program Description
SIGPIPE No Yes Yes Broken pipe
(gdb) bt
#0 0x0805754c in plugin_read_config (plug=0x8085fa0, path=0x8066790
"/etc/ape/") at src/plugins.c:155
#1 0x080572f1 in findandloadplugin (g_ape=0x80667a0) at src/plugins.c:90
#2 0x0804d274 in main (argc=3, argv=0xbfee6ea4) at src/entry.c:298
Also, please let me know whether is it necessary to update the JSF also .
--
Regards,
Sudeep Sunthankar
On Thu, Jun 3, 2010 at 6:27 PM, Nouknouk <[email protected]> wrote:
> Le 03/06/2010 13:49, Anthony Catel a écrit :
>
> Ok, it's pretty simple :
>>
>> - the client ask for a new incoming connection to x.x.x.x:80 and open a
>> new random port. It sends a SYN packet to x.x.x.x with its IP and this
>> random port (and some other headers)
>>
>> - the server open a new connection to the client on this port.
>>
>> That's why the client is limited to 65535 outgoing connections.
>>
>> And yes the server identify the fd by its ip:port.
>>
>> Hop im clear ;)
>>
>> Anthony Catel - envoyé depuis mon iPhone
>>
>> Le 3 juin 2010 à 13:30, Nouknouk <[email protected]> a écrit :
>>
>
> Thanks for those details.
>
>
> Nouk²
>
> --
> You received this message because you are subscribed to the Google
> Groups "APE Project" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<ape-project%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/ape-project?hl=en
> ---
> APE Project (Ajax Push Engine)
> Official website : http://www.ape-project.org/
> Git Hub : http://github.com/APE-Project/
>
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/