当我在Wayland下运行Firefox时,
dbus[913]: arguments to dbus_message_new_method_call() were incorrect, assertion "_dbus_check_is_valid_path (path)" failed in file ../../../dbus/dbus-message.c line 1366.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
Redirecting call to abort() to mozalloc_abort
ExceptionHandler::GenerateDump cloned child 925
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...我在用Debian Bullseye。我试过设置MOZ_DBUS_REMOTE=1根据摇摆常见问题,但它没有任何影响。我怎么能让火狐工作。
发布于 2020-05-16 00:23:43
显然,这是Firefox实现DBUS或Debian打包Firefox的一个bug,
https://bugzilla.mozilla.org/show_bug.cgi?id=1555308
您可以通过添加--no-remote选项来解决这个问题。
https://unix.stackexchange.com/questions/586951
复制相似问题