Required Info:
- Software Version
DRIVE OS 6.0.8.1 - Target OS
Linux - SDK Manager Version
1.9.2.10884 - Host Machine Version
native Ubuntu Linux 20.04 Host installed with DRIVE OS DOCKER Containers
Describe the bug
running helloworld cgf example throw NvSciIpcOpenEndpointWithEventService() failed; Returned err: 514.
Actual behavior
the stm_master.log shows
[STM WARNING]:[av/stm/runtime/src/core/stdout.c][logSetVerbose] [26]: Verbose mode has been enabled for STM. ***Note that this mode affects STM latency guarantees, and is meant for use only in debugging. Do not use '-v' for performance testing.
[STM INFO]:[av/stm/runtime/src/master/master.c][stmMasterInitScheduleList] Input Schedule: /home/nvidia/zhaohong/cgf/gaworks_develop_v0.0.0_dt/target/aarch64/install/bin/xplatform_node/DWCGFSingleCameraDeployPipe__standardSchedule.stm
[STM INFO]:[av/stm/runtime/src/master/master.c][stmMasterInitScheduleList] Following 1 schedules provided.
[STM INFO]:[av/stm/runtime/src/master/master.c][stmMasterInitScheduleList] Schedule0 : /home/nvidia/zhaohong/cgf/gaworks_develop_v0.0.0_dt/target/aarch64/install/bin/xplatform_node/DWCGFSingleCameraDeployPipe__standardSchedule.stm.
[STM INFO]:[av/stm/runtime/src/master/master.c][stmMasterInitClientPerSchedule] Schedule ID : 0
[STM INFO]:[av/stm/runtime/src/master/master.c][stmMasterInitClientPerSchedule] Client name: singlePipe_process
[STM INFO]:[av/stm/runtime/src/master/master.c][stmMasterInitClientPerSchedule] Client soc: TegraA
[STM INFO]:[av/stm/runtime/src/master/master.c][stmMasterInitClientPerSchedule] Client name: framesync_TegraA_perceptionHyperepoch_cameraEpoch
[STM INFO]:[av/stm/runtime/src/master/master.c][stmMasterInitClientPerSchedule] Client soc: TegraA
terminate called after throwing an instance of 'nvstm::ReturnedError<NvSciError>'
what(): NvSciIpcOpenEndpointWithEventService() failed; Returned err: 514
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
Additional context
qst1. what’s the error mean?
qst2. how to take a work around to avoid this error?