Hello Mr. Bernhard, I cant install those packages. when hit apt install gdb konqueror-dbgsym libgl1-mesa-dri-dbgsym unable to locate packages , even after update.
glxinfo -B name of display: :0 display: :0 screen: 0 direct rendering: Yes Extended renderer info (GLX_MESA_query_renderer): Vendor: VMware, Inc. (0xffffffff) Device: llvmpipe (LLVM 7.0, 256 bits) (0xffffffff) Version: 18.3.6 Accelerated: no Video memory: 3897MB Unified memory: no Preferred profile: core (0x1) Max core profile version: 3.3 Max compat profile version: 3.1 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.0 OpenGL vendor string: VMware, Inc. OpenGL renderer string: llvmpipe (LLVM 7.0, 256 bits) OpenGL core profile version string: 3.3 (Core Profile) Mesa 18.3.6 OpenGL core profile shading language version string: 3.30 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL version string: 3.1 Mesa 18.3.6 OpenGL shading language version string: 1.40 OpenGL context flags: (none) OpenGL ES profile version string: OpenGL ES 3.0 Mesa 18.3.6 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00 On Fri, Apr 26, 2019 at 5:40 PM Bernhard Übelacker <bernha...@mailbox.org> wrote: > Hello Osama Nasr, > > > > Thanks a lot for your help, but actually i don't need that app, I just > > was reporting this bug. > > I am also not involved in packaging konqueror, just tried to collect > some more information, for the maintainers to work with. > > > > Do you need me to install proprietary drivers and test it ? > > I think this would gain not much for this bug, it would just be > a workaround, but as far as other applications are working for you > this might not be neccessary. > > > What might be interesting would be a backtrace with debug symbols > installed like described in [1]. > > Following steps should produce such a file that might be useful > for the maintainer and could be forwarded to this bug: > > - Install packages: gdb konqueror-dbgsym libgl1-mesa-dri-dbgsym > > - Start konqueror as usual > > - Attach gdb to it with this command line: > script -a gdb_konqueror_$(date +%Y-%m-%d_%H-%M-%S).log -c "gdb -q > -batch -ex 'set width 0' -ex 'set pagination off' -ex 'cont' -ex 'display/i > $pc' -ex 'bt' -ex 'info share' -ex 'info reg' -ex 'bt full' --pid $(pidof > konqueror)" > > - Then open the ususal webpage to trigger the crash. > > > Kind regards, > Bernhard > > > [1] > https://wiki.debian.org/HowToGetABacktrace#Installing_the_debugging_symbols >