-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenBSD Chromium Crash #566
Comments
Related to #533? Any browser crash needs to be reported to Chromium devs, executing javascript is not supposed to crash a browser, and when it does, this is a browser bug. |
Sorry, I think I have been unclear - the browser itself is not crashing, just the plugin. It is auto-disabled the moment I launch the browser, and it cannot be re-enabled. |
When I say "browser crash", I also refer to a process associated with any specific tab or extension crashing, it does not have to be the main browser process. Start chromium from the command line shell and see what is the output when you try to enable uBlock. |
Ah, OK, I misunderstood. The output from the shell is the same as that originally mentioned in my xorg log. I shall submit a bug to the chromium devs and the OpenBSD porters (as uBlock was working fine on my previous Debian setup). Thanks for pointing me in the right direction, and for all your hard work on this project. |
If you type |
I get "function". I assume you mean this console: https://developer.chrome.com/devtools/docs/console ? Anything else I can test/do to help? |
So I can't use this. Kind of strange that WebRTC is not build into Chromium and yet the |
Perhaps a check for This diff fixes it for me, but I haven't tested it on any !OpenBSD platforms:
|
Works for me on -current's Chromium 45.0.2454.85 👍 |
Same problem here. OpenBSD 5.8-stable amd64 and Chromium 44.0.2453.125 (64-bit). As OP mentions, works fine both on Firefox and Chromium (on OpenBSD 5.7-stable and Debian/Ubuntu as well). @tslight : Did you have any replies on the porters? Thanks in advance. |
09d7d1f should close this. |
Closing as duplicate of #533. |
uBlock Origin will not run in Chromium on OpenBSD. However it works fine in Firefox.
My xorg log reports the following errors:
extension_function.cc(410)] Bad extension message types.ChromeSetting.set
extension_function_dispatcher.cc(112)] Terminating renderer because of malformed extension message.
uBlock Origin version: 1.0.0.1
Chromium version: 44.0.2403.125
Other extensions: HTTPS Everywhere, LastPass. Disabling did nothing.
The text was updated successfully, but these errors were encountered: