pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: firefox-112



------- Original Message -------
On Saturday, April 22nd, 2023 at 4:21 PM, Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost> wrote:


> On some machine (but not all here)
> 
> % env LIBGL_ALWAYS_SOFTWARE=true GALLIUM_DRIVER=swr firefox
> 
> works around.
> 
> ---
> Izumi Tsutsui

Thank you all,

Apparently, the first launch on a new X-session is nearly always successful. But, closing and relaunching causes a coredump.

Slightly different, though

GNU gdb (GDB) 11.0.50.20200914-git
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64--netbsd".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/pkg/lib/firefox/firefox...
(No debugging symbols found in /usr/pkg/lib/firefox/firefox)
[New process 2043]
[New process 1020]
[New process 3322]
[New process 2809]
[New process 755]
[New process 754]
[New process 753]
[New process 752]
[New process 751]
[New process 750]
[New process 749]
[New process 748]
[New process 2027]
[New process 2026]
[New process 2025]
[New process 2024]
[New process 2023]
[New process 2022]
[New process 741]
[New process 740]
[New process 2019]
[New process 2018]
[New process 2016]
[New process 2015]
[New process 990]
[New process 989]
[New process 988]
[New process 986]
--Type <RET> for more, q to quit, c to continue without paging--
Core was generated by `firefox'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007e8be1d2061a in _lwp_kill () from /usr/lib/libc.so.12
[Current thread is 1 (process 2043)]
(gdb) bt
#0  0x00007e8be1d2061a in _lwp_kill () from /usr/lib/libc.so.12
#1  0x00007e8bdc36c684 in ?? () from /usr/pkg/lib/firefox/libxul.so
#2  <signal handler called>
#3  0x00007e8bc966f1eb in _mesa_GetError () from /usr/X11R7/lib/modules/dri/i965_dri.so
#4  0x00007e8bd92a52a6 in ?? () from /usr/pkg/lib/firefox/libxul.so
#5  0x00007e8bd92a66da in ?? () from /usr/pkg/lib/firefox/libxul.so
#6  0x00007e8bd92713cf in ?? () from /usr/pkg/lib/firefox/libxul.so
#7  0x00007e8bd92719e4 in ?? () from /usr/pkg/lib/firefox/libxul.so
#8  0x00007e8bd944fe64 in ?? () from /usr/pkg/lib/firefox/libxul.so
#9  0x00007e8bd944f2f7 in ?? () from /usr/pkg/lib/firefox/libxul.so
#10 0x00007e8bd8f2bb80 in ?? () from /usr/pkg/lib/firefox/libxul.so
#11 0x00007e8bd8f3277a in ?? () from /usr/pkg/lib/firefox/libxul.so
#12 0x00007e8bd8f328bd in ?? () from /usr/pkg/lib/firefox/libxul.so
#13 0x00007e8bd8f2b646 in ?? () from /usr/pkg/lib/firefox/libxul.so
#14 0x00007e8bd8f38dd2 in ?? () from /usr/pkg/lib/firefox/libxul.so
#15 0x00007e8bd8f28012 in ?? () from /usr/pkg/lib/firefox/libxul.so
#16 0x00007e8be21d02df in ?? () from /usr/lib/libpthread.so.1
#17 0x00007e8be1c1f7f0 in ?? () from /usr/lib/libc.so.12
Backtrace stopped: Cannot access memory at address 0x7e8bc8fd9000

The workaround using

env LIBGL_ALWAYS_SOFTWARE=true GALLIUM_DRIVER=swr firefox

works here, thank you. Now I can use the browser without killing X and start a new session. I'll bind that to a keybinding for now until it is no longer needed.



Home | Main Index | Thread Index | Old Index