首页 > 解决方案 > Firefox 构建给出“[Parent][RunMessage] 错误:通道关闭:发送/接收太晚,消息将丢失”

问题描述

我使用此处的源代码构建了 Firefox 57.0 。

成功构建后,我运行./firefox-57.0/objdir-ff-dbg/dist/bin/firefox --no-remote --headless file:///home/ug16zy2/test.html,它给出:

###!!! [Parent][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost

而且我认为没有test.html成功加载。

似乎 Firefox 在启动时崩溃了(也许)?你知道发生了什么,为什么,或者如何调试它?提前致谢。

PS:我用选项构建 Firefox:

ac_add_options --disable-jemalloc
ac_add_options --enable-crashreporter
ac_add_options --disable-elf-hack
export MOZ_DEBUG_SYMBOLS=1
ac_add_options --enable-debug-symbols
ac_add_options --disable-install-strip
ac_add_options --disable-strip
ac_add_options --enable-optimize="-g -O2"
ac_add_options --enable-debug
ac_add_options --enable-valgrind
ac_add_options --disable-profiling
ac_add_options --disable-tests
ac_add_options --enable-gczeal
JS_GC_ZEAL=IncrementalMultipleSlices

PS:我必须让 Firefox 57.0 工作,因为我在玩那个版本的漏洞。我在没有显示的服务器上运行它,所以必须使用“--headless”。

标签: firefoxbrowsercrashgdb

解决方案


推荐阅读