You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug ProcessSimpleIpResponse exception on program stop.
Stacktrace
Include a stack trace of the exception if possible.
[08:57:00.086]App 1:Received Program Status Event : Stopping
[08:57:00.088]App 1:[display1] ProcessSimpleIpResponse Exception: Thread was being aborted.
[08:57:00.088]App 1:[display2] ProcessSimpleIpResponse Exception: Thread was being aborted.
Waiting for un-registration to complete:01...[08:57:00.117]App 1:[display1] ProcessSimpleIpResponse Exception Stack Trace: at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal(intptr*,int,bool,int)
at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle waitableSafeHandle, System.UInt32 millisecondsTimeout, System.Boolean hasThreadAffinity, System.Boolean exitContext) [0x00044] in <2ad40006e9c141b299c9c7c533021a74>:0
at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle waitableSafeHandle, System.Int64 millisecondsTimeout, System.Boolean hasThreadAffinity, System.Boolean exitContext) [0x00014] in <2ad40006e9c141b299c9c7c533021a74>:0
at System.Threading.WaitHandle.WaitOne (System.Int64 timeout, System.Boolean exitContext) [0x00000] in <2ad40006e9c141b299c9c7c533021a74>:0
at System.Threading.WaitHandle.WaitOne (System.Int32 millisecondsTimeout, System.Boolean exitContext) [0x00019] in <2ad40006e9c141b299c9c7c533021a74>:0
at System.Threading.WaitHandle.WaitOne () [0x00000] in <2ad40006e9c141b299c9c7c533021a74>:0
at Crestron.SimplSharp.CrestronQueue`1[T].Dequeue (T& objectDequeued) [0x00009] in <8554553dde874ff995d13cddf29e977b>:0
at Crestron.SimplSharp.CrestronQueue`1[T].Dequeue () [0x00078] in <8554553dde874ff995d13cddf29e977b>:0
at SonyBraviaEpi.SonyBraviaDevice.ProcessSimpleIpResponse (System.Object _) [0x00012] in <49b8a0ef7a4144cbaecb077891ed6ecc>:0
[08:57:00.117]App 1:[display1] --------------------------------------------------
[08:57:00.117]App 1:[display2] ProcessSimpleIpResponse Exception Stack Trace: at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal(intptr*,int,bool,int)
at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle waitableSafeHandle, System.UInt32 millisecondsTimeout, System.Boolean hasThreadAffinity, System.Boolean exitContext) [0x00044] in <2ad40006e9c141b299c9c7c533021a74>:0
at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle waitableSafeHandle, System.Int64 millisecondsTimeout, System.Boolean hasThreadAffinity, System.Boolean exitContext) [0x00014] in <2ad40006e9c141b299c9c7c533021a74>:0
at System.Threading.WaitHandle.WaitOne (System.Int64 timeout, System.Boolean exitContext) [0x00000] in <2ad40006e9c141b299c9c7c533021a74>:0
at System.Threading.WaitHandle.WaitOne (System.Int32 millisecondsTimeout, System.Boolean exitContext) [0x00019] in <2ad40006e9c141b299c9c7c533021a74>:0
at System.Threading.WaitHandle.WaitOne () [0x00000] in <2ad40006e9c141b299c9c7c533021a74>:0
at Crestron.SimplSharp.CrestronQueue`1[T].Dequeue (T& objectDequeued) [0x00009] in <8554553dde874ff995d13cddf29e977b>:0
at Crestron.SimplSharp.CrestronQueue`1[T].Dequeue () [0x00078] in <8554553dde874ff995d13cddf29e977b>:0
at SonyBraviaEpi.SonyBraviaDevice.ProcessSimpleIpResponse (System.Object _) [0x00012] in <49b8a0ef7a4144cbaecb077891ed6ecc>:0
[08:57:00.118]App 1:[display2] --------------------------------------------------
..............................
Completing program stop:01
**Program Stopped:1**
**Restarting Program:1**
To Reproduce
Steps to reproduce the behavior:
Stop a running program using epi v1.0.3
The text was updated successfully, but these errors were encountered:
Describe the bug
ProcessSimpleIpResponse
exception on program stop.Stacktrace
Include a stack trace of the exception if possible.
To Reproduce
Steps to reproduce the behavior:
v1.0.3
The text was updated successfully, but these errors were encountered: