Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-2368

agl-service-mediaplayer segfault using controls:volume API without additional volume parameter

XMLWordPrintable

    • Intel Upsquare

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            mranostay Matt Ranostay
            edi.feschiyan Edi Feschiyan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: