Hai

I finaly got to take a better look at this a little better. 
Segfault occurs when setting properties with a value null;
Ape.registerCmd('testNullProperty', true, function(params, info) {
    myChan = Ape.mkChan("testChan");
    myChannel.setProperty('testKeyChan', null);
    info.user.setProperty('testKeyUser', null);
    info.user.pipe.setProperty('tesKeyPipe', null);
    return 0;
}
I have fixed it in my set up!
As soon as I am more familiar with git, I will share it.


Peter

-- 
-- 
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/

--- 
You received this message because you are subscribed to the Google Groups "APE 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to