Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
master
-
Intel Upsquare
Description
After executing:
afb-client-demo -H 'ws://localhost:31014/api?token=HELLO&uuid=magic' mediaplayer controls '{"value": "volume"}'
The service crashes and has to be restarted manually
intel-corei7-64:~# afb-client-demo -H 'ws://localhost:31014/api?token=HELLO&uuid=magic' mediaplayer controls '{"value": "volume"}' ON-REPLY 1:mediaplayer/controls: ERROR { "jtype":"afb-reply", "request":{ "status":"aborted", "info":"signal Segmentation fault(11) caught", "uuid":"magic" } }
The service does not crash when executed with
afb-client-demo -H 'ws://localhost:31014/api?token=HELLO&uuid=magic' mediaplayer controls '{"value": "volume", "volume": "10"}'
for example.
The service crashes also when the subscribe and unsubscribe verbs when called with no additional parameters.