[GH-ISSUE #2986] FireFox pipe error: Broken pipe and Decode error #1867

Closed
opened 2026-05-05 08:32:08 -06:00 by gitea-mirror · 7 comments
Owner

Originally created by @Nurmagoz on GitHub (Oct 2, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2986

Whenever i browse using FF on Debian10 there always these errors popping up in the terminal, wonder if i report them might give some hints on the issue to solve them later:

user@host:~$ firejail firefox
Reading profile /etc/firejail/firefox.profile
Reading profile /etc/firejail/firefox-common.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/whitelist-common.inc
Reading profile /etc/firejail/whitelist-var-common.inc
Warning: networking feature is disabled in Firejail configuration file
Parent pid 3399, child pid 3400
Warning: An abstract unix socket for session D-BUS might still be available. Use --net or remove unix from --protocol set.
Warning: cleaning all supplementary groups
Warning: cleaning all supplementary groups
Post-exec seccomp protector enabled
Seccomp list in: @clock,@cpu-emulation,@debug,@module,@obsolete,@raw-io,@reboot,@resources,@swap,acct,add_key,bpf,fanotify_init,io_cancel,io_destroy,io_getevents,io_setup,io_submit,ioprio_set,kcmp,keyctl,mount,name_to_handle_at,nfsservctl,ni_syscall,open_by_handle_at,personality,pivot_root,process_vm_readv,ptrace,remap_file_pages,request_key,setdomainname,sethostname,syslog,umount,umount2,userfaultfd,vhangup,vmsplice, check list: @default-keep, prelist: adjtimex,clock_adjtime,clock_settime,settimeofday,modify_ldt,lookup_dcookie,perf_event_open,process_vm_writev,delete_module,finit_module,init_module,_sysctl,afs_syscall,create_module,get_kernel_syms,getpmsg,putpmsg,query_module,security,sysfs,tuxcall,uselib,ustat,vserver,ioperm,iopl,kexec_load,kexec_file_load,reboot,set_mempolicy,migrate_pages,move_pages,mbind,swapon,swapoff,acct,add_key,bpf,fanotify_init,io_cancel,io_destroy,io_getevents,io_setup,io_submit,ioprio_set,kcmp,keyctl,mount,name_to_handle_at,nfsservctl,open_by_handle_at,personality,pivot_root,process_vm_readv,ptrace,remap_file_pages,request_key,setdomainname,sethostname,syslog,umount2,userfaultfd,vhangup,vmsplice,
Warning: Cannot confine the application using AppArmor.
Maybe firejail-default AppArmor profile is not loaded into the kernel.
As root, run "aa-enforce firejail-default" to load it.
Child process initialized in 65.82 ms
[Parent 7, Gecko_IOThread] WARNING: pipe error: Broken pipe: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 694
[Parent 7, Gecko_IOThread] WARNING: pipe error: Broken pipe: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 694
[Parent 7, Gecko_IOThread] WARNING: pipe error: Broken pipe: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 694
[Parent 7, Gecko_IOThread] WARNING: pipe error: Broken pipe: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 694
[Child 166, MediaPlayback #3] WARNING: Decoder=74e5663a2020 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<mozilla::MozPromise<RefPtr<mozilla::MediaTrackDemuxer::SamplesHolder>, mozilla::MediaResult, true> > mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/dom/media/MediaDecoderStateMachine.cpp, line 3118
[Child 166, MediaPlayback #3] WARNING: Decoder=74e5663a2020 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<mozilla::MozPromise<RefPtr<mozilla::MediaTrackDemuxer::SamplesHolder>, mozilla::MediaResult, true> > mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/dom/media/MediaDecoderStateMachine.cpp, line 3118
[Child 166, MediaPlayback #1] WARNING: Decoder=74e5663a2020 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<mozilla::MozPromise<RefPtr<mozilla::MediaTrackDemuxer::SamplesHolder>, mozilla::MediaResult, true> > mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/dom/media/MediaDecoderStateMachine.cpp, line 3118
[Child 166, MediaPlayback #2] WARNING: Decoder=74e5663a2020 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<mozilla::MozPromise<RefPtr<mozilla::MediaTrackDemuxer::SamplesHolder>, mozilla::MediaResult, true> > mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/dom/media/MediaDecoderStateMachine.cpp, line 3118
[Parent 7, Gecko_IOThread] WARNING: pipe error: Broken pipe: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 694
[Parent 7, Gecko_IOThread] WARNING: pipe error: Broken pipe: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 694
Originally created by @Nurmagoz on GitHub (Oct 2, 2019). Original GitHub issue: https://github.com/netblue30/firejail/issues/2986 Whenever i browse using FF on Debian10 there always these errors popping up in the terminal, wonder if i report them might give some hints on the issue to solve them later: ``` user@host:~$ firejail firefox Reading profile /etc/firejail/firefox.profile Reading profile /etc/firejail/firefox-common.profile Reading profile /etc/firejail/disable-common.inc Reading profile /etc/firejail/disable-devel.inc Reading profile /etc/firejail/disable-interpreters.inc Reading profile /etc/firejail/disable-programs.inc Reading profile /etc/firejail/whitelist-common.inc Reading profile /etc/firejail/whitelist-var-common.inc Warning: networking feature is disabled in Firejail configuration file Parent pid 3399, child pid 3400 Warning: An abstract unix socket for session D-BUS might still be available. Use --net or remove unix from --protocol set. Warning: cleaning all supplementary groups Warning: cleaning all supplementary groups Post-exec seccomp protector enabled Seccomp list in: @clock,@cpu-emulation,@debug,@module,@obsolete,@raw-io,@reboot,@resources,@swap,acct,add_key,bpf,fanotify_init,io_cancel,io_destroy,io_getevents,io_setup,io_submit,ioprio_set,kcmp,keyctl,mount,name_to_handle_at,nfsservctl,ni_syscall,open_by_handle_at,personality,pivot_root,process_vm_readv,ptrace,remap_file_pages,request_key,setdomainname,sethostname,syslog,umount,umount2,userfaultfd,vhangup,vmsplice, check list: @default-keep, prelist: adjtimex,clock_adjtime,clock_settime,settimeofday,modify_ldt,lookup_dcookie,perf_event_open,process_vm_writev,delete_module,finit_module,init_module,_sysctl,afs_syscall,create_module,get_kernel_syms,getpmsg,putpmsg,query_module,security,sysfs,tuxcall,uselib,ustat,vserver,ioperm,iopl,kexec_load,kexec_file_load,reboot,set_mempolicy,migrate_pages,move_pages,mbind,swapon,swapoff,acct,add_key,bpf,fanotify_init,io_cancel,io_destroy,io_getevents,io_setup,io_submit,ioprio_set,kcmp,keyctl,mount,name_to_handle_at,nfsservctl,open_by_handle_at,personality,pivot_root,process_vm_readv,ptrace,remap_file_pages,request_key,setdomainname,sethostname,syslog,umount2,userfaultfd,vhangup,vmsplice, Warning: Cannot confine the application using AppArmor. Maybe firejail-default AppArmor profile is not loaded into the kernel. As root, run "aa-enforce firejail-default" to load it. Child process initialized in 65.82 ms [Parent 7, Gecko_IOThread] WARNING: pipe error: Broken pipe: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 694 [Parent 7, Gecko_IOThread] WARNING: pipe error: Broken pipe: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 694 [Parent 7, Gecko_IOThread] WARNING: pipe error: Broken pipe: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 694 [Parent 7, Gecko_IOThread] WARNING: pipe error: Broken pipe: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 694 [Child 166, MediaPlayback #3] WARNING: Decoder=74e5663a2020 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<mozilla::MozPromise<RefPtr<mozilla::MediaTrackDemuxer::SamplesHolder>, mozilla::MediaResult, true> > mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/dom/media/MediaDecoderStateMachine.cpp, line 3118 [Child 166, MediaPlayback #3] WARNING: Decoder=74e5663a2020 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<mozilla::MozPromise<RefPtr<mozilla::MediaTrackDemuxer::SamplesHolder>, mozilla::MediaResult, true> > mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/dom/media/MediaDecoderStateMachine.cpp, line 3118 [Child 166, MediaPlayback #1] WARNING: Decoder=74e5663a2020 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<mozilla::MozPromise<RefPtr<mozilla::MediaTrackDemuxer::SamplesHolder>, mozilla::MediaResult, true> > mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/dom/media/MediaDecoderStateMachine.cpp, line 3118 [Child 166, MediaPlayback #2] WARNING: Decoder=74e5663a2020 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<mozilla::MozPromise<RefPtr<mozilla::MediaTrackDemuxer::SamplesHolder>, mozilla::MediaResult, true> > mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/dom/media/MediaDecoderStateMachine.cpp, line 3118 [Parent 7, Gecko_IOThread] WARNING: pipe error: Broken pipe: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 694 [Parent 7, Gecko_IOThread] WARNING: pipe error: Broken pipe: file /build/firefox-esr-kzDiPm/firefox-esr-60.9.0esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 694 ```
gitea-mirror 2026-05-05 08:32:08 -06:00
Author
Owner

@SkewedZeppelin commented on GitHub (Oct 2, 2019):

https://github.com/netblue30/firejail/issues/1576#issuecomment-331971048

<!-- gh-comment-id:537719514 --> @SkewedZeppelin commented on GitHub (Oct 2, 2019): https://github.com/netblue30/firejail/issues/1576#issuecomment-331971048
Author
Owner

@rusty-snake commented on GitHub (Oct 13, 2019):

@TNTBOMBOM Is anything broken? If not I thing we can close.

<!-- gh-comment-id:541424759 --> @rusty-snake commented on GitHub (Oct 13, 2019): @TNTBOMBOM Is anything broken? If not I thing we can close.
Author
Owner

@Nurmagoz commented on GitHub (Oct 14, 2019):

Not directly broken , with these errors popping up and by keep browsing
the entire FF will freeze sooner or later(specially by opening multiple
Tabs).

but which error is doing that i dont know.

rusty-snake:

@TNTBOMBOM Is anything broken? If not I thing we can close.

<!-- gh-comment-id:541730070 --> @Nurmagoz commented on GitHub (Oct 14, 2019): Not directly broken , with these errors popping up and by keep browsing the entire FF will freeze sooner or later(specially by opening multiple Tabs). but which error is doing that i dont know. rusty-snake: > @TNTBOMBOM Is anything broken? If not I thing we can close. >
Author
Owner

@SkewedZeppelin commented on GitHub (Oct 14, 2019):

@TNTBOMBOM are you playing videos?

<!-- gh-comment-id:541737790 --> @SkewedZeppelin commented on GitHub (Oct 14, 2019): @TNTBOMBOM are you playing videos?
Author
Owner

@Nurmagoz commented on GitHub (Oct 14, 2019):

yes

SkewedZeppelin:

@TNTBOMBOM are you playing videos?

<!-- gh-comment-id:541740623 --> @Nurmagoz commented on GitHub (Oct 14, 2019): yes SkewedZeppelin: > @TNTBOMBOM are you playing videos? >
Author
Owner

@SkewedZeppelin commented on GitHub (Oct 14, 2019):

@TNTBOMBOM I've seen on older systems like GM45 when playing videos at a higher resolution will play but lockup after a while.
And you'll get similar decode errors.
Probably unrelated to Firejail, but worth trying to play at lower resolutions and see if it still locks up.

<!-- gh-comment-id:541762077 --> @SkewedZeppelin commented on GitHub (Oct 14, 2019): @TNTBOMBOM I've seen on older systems like GM45 when playing videos at a higher resolution will play but lockup after a while. And you'll get similar decode errors. Probably unrelated to Firejail, but worth trying to play at lower resolutions and see if it still locks up.
Author
Owner

@Nurmagoz commented on GitHub (Oct 22, 2019):

np , if this is indirectly related to FJ well feel free to close this ticket

ThX! :)

SkewedZeppelin:

@TNTBOMBOM I've seen on older systems like GM45 when playing videos at a higher resolution will play but lockup after a while.
And you'll get similar decode errors.
Probably unrelated to Firejail, but worth trying to play at lower resolutions and see if it still locks up.

<!-- gh-comment-id:544816962 --> @Nurmagoz commented on GitHub (Oct 22, 2019): np , if this is indirectly related to FJ well feel free to close this ticket ThX! :) SkewedZeppelin: > @TNTBOMBOM I've seen on older systems like GM45 when playing videos at a higher resolution will play but lockup after a while. > And you'll get similar decode errors. > Probably unrelated to Firejail, but worth trying to play at lower resolutions and see if it still locks up. >
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#1867
No description provided.