[GH-ISSUE #1992] 0.9.55 regression #1344

Closed
opened 2026-05-05 07:54:17 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @chiraag-nataraj on GitHub (Jun 13, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1992

When private-bin is empty (e.g. private-bin emp) and private-lib is specified with a list of libraries, 0.9.54 works just fine (it skips over emp and loads the requested libraries), while 0.9.55 segfaults with a "cannot sync with peer: unexpected EOF". I'm going to investigate further, just wanted to create an issue here.

Originally created by @chiraag-nataraj on GitHub (Jun 13, 2018). Original GitHub issue: https://github.com/netblue30/firejail/issues/1992 When `private-bin` is empty (e.g. `private-bin emp`) and `private-lib` is specified with a list of libraries, `0.9.54` works just fine (it skips over `emp` and loads the requested libraries), while `0.9.55` segfaults with a "cannot sync with peer: unexpected EOF". I'm going to investigate further, just wanted to create an issue here.
gitea-mirror 2026-05-05 07:54:17 -06:00
Author
Owner

@chiraag-nataraj commented on GitHub (Jun 13, 2018):

The issue is 259f818c93

<!-- gh-comment-id:397043375 --> @chiraag-nataraj commented on GitHub (Jun 13, 2018): The issue is 259f818c93664bcc6068303764f6d995cd129c8e
Author
Owner

@netblue30 commented on GitHub (Jun 15, 2018):

We had this problem with gedit. So I ended up with adding /usr/bin/gedit on private-lib line in the profile and the fix in the code. There could be some other programs with this problem.

<!-- gh-comment-id:397592384 --> @netblue30 commented on GitHub (Jun 15, 2018): We had this problem with gedit. So I ended up with adding /usr/bin/gedit on private-lib line in the profile and the fix in the code. There could be some other programs with this problem.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1344
No description provided.