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

example-pipe* files are not getting deleted after program exit's #1667

Open
Jignesh-007 opened this issue Dec 13, 2024 · 0 comments
Open

example-pipe* files are not getting deleted after program exit's #1667

Jignesh-007 opened this issue Dec 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Jignesh-007
Copy link

Describe the bug

When shared memory feature is used for communication between 2 application's and when program exit's then example-pipe* files are not getting deleted.
Expectation is the pipe file's created by each application should be deleted.

To reproduce

  1. In Json configuration, shared memory is set to TRUE and endpoints is "unixpipe/example-pipe"
  2. Run 1st application with above configuration
  3. Run 2nd application with above configuration
  4. 2nd application will auto exit on completion
  5. 1st application need to be killed using ctrl + C

System info

Machine and OS info as below
Linux 5.4.0-177-generic 197-Ubuntu SMP Thu Mar 28 22:45:47 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

@Jignesh-007 Jignesh-007 added the bug Something isn't working label Dec 13, 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

2 participants