[opensuse-arm] Raspi LXQT Image_: Falkon crashes
Hi, I installed a new image with LXQT desktop today, together with falkon as browser. When calling it, it crashes. From the command line: linux:~ # falkon libEGL warning: DRI2: failed to authenticate [1030/140331.137334:WARNING:stack_trace_posix.cc(648)] Failed to open file: / root/#26439 (deleted) Error: No such file or directory [1867:1896:1030/140331.881644:ERROR:gl_implementation.cc(246)] Failed to load /usr/bin/libGLESv2.so: /usr/bin/libGLESv2.so: cannot open shared object file: No such file or directory Falkon: 1 extensions loaded [1867:1896:1030/140342.503582:ERROR:gl_surface_qt.cpp(701)] Requested OpenGL implementation is not supported. Implementation: 0 *** stack smashing detected ***: <unknown> terminated Received signal 6 #0 0xffff84bf0a80 <unknown> #1 0xffff83984714 <unknown> #2 0xffff84bf0e64 <unknown> #3 0xffff8a7586c0 ([vdso]+0x6bf) #4 0xffff894ff5e8 __GI_raise #5 0xffff89500c0c __GI_abort #6 0xffff8953ac48 __libc_message #7 0xffff895b12a8 __GI___fortify_fail_abort #8 0xffff895b1260 __stack_chk_fail_local #9 0xffff839dc84c <unknown> #10 0xffff8556d344 <unknown> #11 0xffff85579bb8 <unknown> #12 0xffff8557c404 <unknown> #13 0xffff8557d444 <unknown> #14 0xffff85576fe8 <unknown> #15 0xffff85577820 <unknown> #16 0xffff85576930 <unknown> #17 0xffff85578e24 <unknown> #18 0xffff84c73d40 <unknown> #19 0xffff84c0d140 <unknown> #20 0xffff84c0df98 <unknown> #21 0xffff84c0e37c <unknown> #22 0xffff84c0f394 <unknown> #23 0xffff84c2d4c0 <unknown> #24 0xffff84c49068 <unknown> #25 0xffff84c4452c <unknown> #26 0xffff827f8058 start_thread #27 0xffff8959fe2c thread_start [end of stack trace] Calling _exit(1). Core file will not be generated. linux:~ # I installed Mesa-libGLESv2-2, but that did not fix it. Any ideas? Bugreport? Thanks Axel -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On Dienstag, 30. Oktober 2018 15:15:38 CET Axel Braun wrote:
Hi,
I installed a new image with LXQT desktop today, together with falkon as browser.
When calling it, it crashes. From the command line: linux:~ # falkon libEGL warning: DRI2: failed to authenticate [1030/140331.137334:WARNING:stack_trace_posix.cc(648)] Failed to open file: ... [1867:1896:1030/140331.881644:ERROR:gl_implementation.cc(246)] Failed to load /usr/bin/libGLESv2.so: /usr/bin/libGLESv2.so: cannot open shared
Tries to load a shared library from /usr/bin ...
object file: No such file or directory Falkon: 1 extensions loaded [1867:1896:1030/140342.503582:ERROR:gl_surface_qt.cpp(701)] Requested OpenGL implementation is not supported. Implementation: 0 *** stack smashing detected ***: <unknown> terminated Received signal 6 #0 0xffff8 [end of stack trace] Calling _exit(1). Core file will not be generated. linux:~ #
I installed Mesa-libGLESv2-2, but that did not fix it. Any ideas? Bugreport?
You can try - **as a temporary hack** - if symlinking libGLESv2 works. The next question is which part of Falkon tries to open the library. ldd may give you some hints. Next, try "grep libGLESv2.so" on the binary and linked libraries. Kind regards, Stefan-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (2)
-
Axel Braun
-
Brüns, Stefan