Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]-ProcessSimpleIpResponse Exception on program stop #8

Open
jkdevito opened this issue Jan 31, 2024 · 0 comments
Open

[BUG]-ProcessSimpleIpResponse Exception on program stop #8

jkdevito opened this issue Jan 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jkdevito
Copy link
Contributor

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:

  1. Stop a running program using epi v1.0.3
@jkdevito jkdevito added the bug Something isn't working label Jan 31, 2024
@jkdevito jkdevito changed the title [BUG]- [BUG]-ProcessSimpleIpResponse Exception on program stop Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant