Firefox 版本给出“[Parent][RunMessage] 错误:通道关闭:发送/接收太晚,消息将丢失”

Clo*_* Ye 9 browser crash firefox gdb

我使用这里的源代码构建了 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
Run Code Online (Sandbox Code Playgroud)

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