If you pass a class member function as the callback handler, it adds an implicit "self" parameter before the userData parameter. This causes a seg fault, either during the instantiation or, more likely, during the call chain.
This is a challenging bug to chase down for the client. We should check for valid parameters and not crash.
If you pass a class member function as the callback handler, it adds an implicit "self" parameter before the userData parameter. This causes a seg fault, either during the instantiation or, more likely, during the call chain.
This is a challenging bug to chase down for the client. We should check for valid parameters and not crash.