Judging by No such session error, this could indicate a problem with your SbDrm...() implementation. Did you run NPLB tests? Try ninja -C out/linux-x64x11_debug nplb followed by out/linux-x64x11_debug/nplb. Replace linux-x64x11 with the name of your platform.
From your stack trace, there is no log related to cobalt and it indicates you are using Broadcom platform. It would be better to ask your Broadcom contact about this issue. It's highly possible that it is fixed in recent updates.
1
Akash Reddy Kankanala
On
after running "ninja -C out/linux-x64x11_debug nplb" libnplb.so file is generated what should I do next to run nplb tests.
Judging by
No such sessionerror, this could indicate a problem with yourSbDrm...()implementation. Did you run NPLB tests? Tryninja -C out/linux-x64x11_debug nplbfollowed byout/linux-x64x11_debug/nplb. Replacelinux-x64x11with the name of your platform.For the reference, NPLB is a conformance test suite for Starboard, see https://cobalt.dev/starboard/testing.html.