Fixed
Details
Details
Assignee
Matt Ranostay
Matt RanostayReporter
Edi Feschiyan
Edi FeschiyanFix versions
Contract ID
Hardware Platform(s) Affected
Intel Upsquare
Components
Affects versions
Priority
Created April 30, 2019 at 10:35 AM
Updated September 19, 2019 at 12:06 PM
Resolved May 3, 2019 at 2:59 PM
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.