-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
qutebrowser on ubuntu core dump #66755
Comments
How is it when you use nixos-19.03? |
the same works fine on nixo-19.03 |
Seems the same kind of issue of qutebrowser/qutebrowser#4429. |
You should try running the KDE Falkon browser (it uses QtWebEngine) to see if the problem is in QtWebEngine or is specific to qutebrowser. |
indeed, the problem applies to falkon too:
|
Not really, that error is probably due to #65399. |
Ok, it should be fixed in the unstable channel. Can you update your channel and try falkon again? |
is that what you asked ? |
Yes, thank you. This confirms that whatever the issue is related to QtWebEngine. |
Confirming issue. Can't run qutebrowser on ubuntu 18.04, too. 13:16:57 WARNING: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
13:16:57 WARNING: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
13:16:57 CRITICAL: Could not initialize GLX
Fatal Python error: Aborted
Current thread 0x00007feb3aada1c0 (most recent call first):
File "/nix/store/0dall7nx9i0wl90kck2n9ihy215x2yfi-qutebrowser-1.8.1/lib/python3.7/site-packages/qutebrowser/app.py", line 814 in __init__
File "/nix/store/0dall7nx9i0wl90kck2n9ihy215x2yfi-qutebrowser-1.8.1/lib/python3.7/site-packages/qutebrowser/app.py", line 105 in run
File "/nix/store/0dall7nx9i0wl90kck2n9ihy215x2yfi-qutebrowser-1.8.1/lib/python3.7/site-packages/qutebrowser/qutebrowser.py", line 200 in main
File "/nix/store/0dall7nx9i0wl90kck2n9ihy215x2yfi-qutebrowser-1.8.1/bin/.qutebrowser-wrapped", line 9 in <module>
fish: Process 11601, “qutebrowser” “qutebrowser | xclip -selection…” terminated by signal SIGABRT (Abort) |
This also applies on archlinux |
Still the case after the recent update to |
I wonder if it's an issue with openGL in nixpkgs... |
I have the same problem, but with the package anki. I use Ubuntu 19.10. Freshly installed Nix.
Tried installing Ubuntu package |
@sindikat: Can you try to run a different openGL program in nixpkgs? Like glxinfo/glxgears should do. I'd like to know if the issue is limited to qtwebengine or whole nixpkgs. |
Installed package
Removed it & installed |
same behavior for me |
Similar issue with p4v on Arch Linux:
|
Pinging @vcunat as mesa maintainer. I'm not sure who else could help here... |
If that's the issue, OpenGL in nixpkgs on non-NixOS is still troublesome, I suppose. Years ago I decided not spend my time on that combination, as no easy solution could be found (EDIT: well, that seems an understatement). There are some discussion threads here – people were sometimes able to make their use case work. You might want to try #62177 (and/or look at the tickets linked in this PR's description) |
I've had the same problem with Mathematica 12 which I was able to work around by: export USE_WOLFRAM_LD_LIBRARY_PATH=1
export QT_XCB_GL_INTEGRATION=none The first statement is of course specific to Mathematica but I believe the second one should fix other Qt applications as well. |
I can confirm that @hmenke's suggestion (using |
Thanks @pmiddend - I can confirm that this environment variable works for me. |
I'm not exactly sure what the meaning of that variable is, but it looks like it's disabling hardware acceleration. |
I marked this as stale due to inactivity. → More info |
why export QT_XCB_GL_INTEGRATION=none can fix the problem in pyqt5.qtwebengine when qtwebengine initialize : librga:RGA_GET_VERSION:3.02,3.020000 |
Closing in favor of #82959 which has a better title |
Describe the bug
I am using nix on ubuntu 18.04. I tried to install
qutebrozser
. I get this error:To Reproduce
Steps to reproduce the behavior:
metadata
The text was updated successfully, but these errors were encountered: