Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

Zombie Process on 3D Segmentation

PKusm
New Contributor I
590 Views

Hi,

I have just updated my 3D segmentation app using the latest RSSDK (v 8.0.24) and DCM (v 1.4.27).
But then, if I close the app, there will be a zombie process (similar to unclean app shutdown).

I tried launching the 3D segmentation (C#) app provided on RSSDK example, and it does the same thing leaving a background process which should be killed manually through task manager. Anyone experience the same thing? Is it bug on the 3D Seg (C#)?

0 Kudos
1 Reply
jb455
Valued Contributor II
590 Views

I had the same problem with my project (not 3DSeg but may be similar). I was running the camera stuff on a thread separate to the UI and when I closed the UI the camera thread was still running. So I had to override the OnClosing event for the Window and do thread.Abort(); to ensure the camera shuts down. YMMV, but it worked for me!

0 Kudos
Reply