We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Firefox tab crashes at startup

  • 4 답장
  • 1 이 문제를 만남
  • 58 보기
  • 최종 답변자: cor-el

more options

I am logged in via ssh on remote CentOS machine: $ cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7"

I am trying to start Firefox from that CentOS machine and display it on my MAC (Catalina) where I have installed XQuartz but Firefox is crashing with message: "Your tab just crashed" (see attach) and the error message in CentOS terminal as follows:

$ firefox

[Parent 151228] WARNING: pipe error (36): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322 [Parent 151228] WARNING: pipe error (44): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322 [Parent 151228] WARNING: pipe error (42): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322 [Parent 151228] WARNING: pipe error (40): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322

      1. !!! [Parent][MessageChannel] Error: (msgtype=0x46000E,name=PContent::Msg_NotifyLayerAllocated) Channel error: cannot send/recv


      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C0002,name=PBrowser::Msg_PRenderFrameConstructor) Channel error: cannot send/recv


      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C0068,name=PBrowser::Msg_Show) Channel error: cannot send/recv


      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C0082,name=PBrowser::Msg_LoadRemoteScript) Channel error: cannot send/recv


      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C0069,name=PBrowser::Msg_LoadURL) Channel error: cannot send/recv


      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C0084,name=PBrowser::Msg_SetDocShellIsActive) Channel error: cannot send/recv


      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C006A,name=PBrowser::Msg_UpdateDimensions) Channel error: cannot send/recv


      1. !!! [Parent][RunMessage] Error: Channel error: cannot send/recv

[Parent 151228] WARNING: FileDescriptorSet destroyed with unconsumed descriptors: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc, line 22

      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C0083,name=PBrowser::Msg_Destroy) Channel error: cannot send/recv

[Parent 151228] WARNING: pipe error (49): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322 [Parent 151228] WARNING: pipe error (56): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322 [Parent 151228] WARNING: pipe error (54): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322 [Parent 151228] WARNING: pipe error (52): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322

      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C006A,name=PBrowser::Msg_UpdateDimensions) Channel error: cannot send/recv


      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C006C,name=PBrowser::Msg_Activate) Channel error: cannot send/recv


      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C0001,name=PBrowser::Msg_AsyncMessage) Channel error: cannot send/recv


      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C0001,name=PBrowser::Msg_AsyncMessage) Channel error: cannot send/recv


      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C0075,name=PBrowser::Msg_RealMouseButtonEvent) Channel error: cannot send/recv


      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C0073,name=PBrowser::Msg_RealMouseMoveEvent) Channel error: cannot send/recv


      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C0074,name=PBrowser::Msg_SynthMouseMoveEvent) Channel error: cannot send/recv


      1. !!! [Parent][RunMessage] Error: Channel error: cannot send/recv

[Parent 151228] WARNING: FileDescriptorSet destroyed with unconsumed descriptors: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc, line 22

      1. !!! [Parent][MessageChannel] Error: (msgtype=0x2C0083,name=PBrowser::Msg_Destroy) Channel error: cannot send/recv


I should mention that I am able to run Firefox from my MAC terminal without issues.

I followed solution given here (https://support.mozilla.org/en-US/questions/1167673) but that didn't resolve my issue.

Please advise,

I am logged in via ssh on remote CentOS machine: $ cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7" I am trying to start Firefox from that CentOS machine and display it on my MAC (Catalina) where I have installed XQuartz but Firefox is crashing with message: "Your tab just crashed" (see attach) and the error message in CentOS terminal as follows: $ firefox [Parent 151228] WARNING: pipe error (36): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322 [Parent 151228] WARNING: pipe error (44): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322 [Parent 151228] WARNING: pipe error (42): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322 [Parent 151228] WARNING: pipe error (40): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322 ###!!! [Parent][MessageChannel] Error: (msgtype=0x46000E,name=PContent::Msg_NotifyLayerAllocated) Channel error: cannot send/recv ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C0002,name=PBrowser::Msg_PRenderFrameConstructor) Channel error: cannot send/recv ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C0068,name=PBrowser::Msg_Show) Channel error: cannot send/recv ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C0082,name=PBrowser::Msg_LoadRemoteScript) Channel error: cannot send/recv ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C0069,name=PBrowser::Msg_LoadURL) Channel error: cannot send/recv ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C0084,name=PBrowser::Msg_SetDocShellIsActive) Channel error: cannot send/recv ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C006A,name=PBrowser::Msg_UpdateDimensions) Channel error: cannot send/recv ###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv [Parent 151228] WARNING: FileDescriptorSet destroyed with unconsumed descriptors: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc, line 22 ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C0083,name=PBrowser::Msg_Destroy) Channel error: cannot send/recv [Parent 151228] WARNING: pipe error (49): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322 [Parent 151228] WARNING: pipe error (56): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322 [Parent 151228] WARNING: pipe error (54): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322 [Parent 151228] WARNING: pipe error (52): Connection reset by peer: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 322 ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C006A,name=PBrowser::Msg_UpdateDimensions) Channel error: cannot send/recv ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C006C,name=PBrowser::Msg_Activate) Channel error: cannot send/recv ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C0001,name=PBrowser::Msg_AsyncMessage) Channel error: cannot send/recv ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C0001,name=PBrowser::Msg_AsyncMessage) Channel error: cannot send/recv ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C0075,name=PBrowser::Msg_RealMouseButtonEvent) Channel error: cannot send/recv ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C0073,name=PBrowser::Msg_RealMouseMoveEvent) Channel error: cannot send/recv ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C0074,name=PBrowser::Msg_SynthMouseMoveEvent) Channel error: cannot send/recv ###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv [Parent 151228] WARNING: FileDescriptorSet destroyed with unconsumed descriptors: file /builddir/build/BUILD/firefox-52.7.2/firefox-52.7.2esr/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc, line 22 ###!!! [Parent][MessageChannel] Error: (msgtype=0x2C0083,name=PBrowser::Msg_Destroy) Channel error: cannot send/recv I should mention that I am able to run Firefox from my MAC terminal without issues. I followed solution given here (https://support.mozilla.org/en-US/questions/1167673) but that didn't resolve my issue. Please advise,
첨부된 스크린샷

모든 댓글 (4)

more options

Hello,

I do not completely understand why you would like this use case; however I will try to help.

Your Firefox seems extremely out of date. Please update your Firefox using RPM.

more options

Can you please tell me what is the exact command I should run from the terminal? And do I run it from the remote CentOS machine or the local MAC?

more options

If you plan to keep using Firefox over ssh, you should execute sudo rpm update then sudo rpm install Firefox or ''sudo rpm upgrade

I do not use red hat based distros, so I believe those are the commands to use.

more options