Re: Some problems under NetBSD/amd64-current
Ryo ONODERA <[email protected]> Mon, 20 Jul 2026 18:07:18 +0900
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
Hi, The src tree with `TZ=UTC cvs up -dP -D2026-07-17` works without any problem. There is a problematic changes after 2026-07-17. Thank you. Ryo ONODERA <[email protected]> writes: > Hi, > > I have some problems with NetBSD/amd64-current of today. > I want to bisect src tree, however some revisons has more bad situations, > for example sudo command from pkgsrc/security/sudo get segfault and so on. > > (1) pkgsrc/www/firefox and pkgsrc/mail/thuderbird get segfaults in startup > A backtrace of firefox is as follows: > > $ gdb /usr/pkg/lib/firefox/firefox-bin ./firefox-bin.core > GNU gdb (GDB) 17.1 > Copyright (C) 2025 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-bin... > (No debugging symbols found in /usr/pkg/lib/firefox/firefox-bin) > [New process 3675] > [New process 3676] > [New process 3658] > [New process 3943] > [New process 3947] > [New process 6238] > Core was generated by `firefox-bin'. > Program terminated with signal SIGSEGV, Segmentation fault. > #0 0x00007f7ff7ac580a in _rtld_load_library ( > name=name@entry=0x7f7fff6e3940 "/usr/pkg/lib/dri/tls/swrast_dri.so", > refobj=refobj@entry=0x74cccaeb3000, flags=flags@entry=9, > mask=mask@entry=0x7f7fff6e38b0) at /usr/src/libexec/ld.elf_so/search.c:197 > 197 assert(obj->refcount > 0); > [Current thread is 1 (process 3675)] > (gdb) bt > #0 0x00007f7ff7ac580a in _rtld_load_library ( > name=name@entry=0x7f7fff6e3940 "/usr/pkg/lib/dri/tls/swrast_dri.so", > refobj=refobj@entry=0x74cccaeb3000, flags=flags@entry=9, > mask=mask@entry=0x7f7fff6e38b0) at /usr/src/libexec/ld.elf_so/search.c:197 > #1 0x00007f7ff7ac2c4e in dlopen ( > name=0x7f7fff6e3940 "/usr/pkg/lib/dri/tls/swrast_dri.so", mode=258) > at /usr/src/libexec/ld.elf_so/rtld.c:1696 > #2 0x000074ccb9d75b35 in loader_open_driver_lib () from /usr/pkg/lib/libGL.so > #3 0x000074ccb9d75ccb in loader_open_driver () from /usr/pkg/lib/libGL.so > #4 0x000074ccb9d5e8c2 in driOpenDriver () from /usr/pkg/lib/libGL.so > #5 0x000074ccb9d5fcd0 in driswCreateScreen () from /usr/pkg/lib/libGL.so > #6 0x000074ccb9d65e4a in __glXInitialize () from /usr/pkg/lib/libGL.so > #7 0x000074ccb9d62b3c in glXQueryServerString () from /usr/pkg/lib/libGL.so > #8 0x000074ccc8914591 in epoxy_glx_version () from /usr/pkg/lib/libepoxy.so.0 > #9 0x000074ccca4e714a in gdk_x11_screen_init_gl () > from /usr/pkg/lib/libgdk-3.so.0 > #10 0x000074ccca4e740a in _gdk_x11_screen_update_visuals_for_gl () > from /usr/pkg/lib/libgdk-3.so.0 > #11 0x000074ccca4f0141 in _gdk_x11_screen_init_visuals () > from /usr/pkg/lib/libgdk-3.so.0 > #12 0x000074ccca4ecd5e in _gdk_x11_screen_new () > from /usr/pkg/lib/libgdk-3.so.0 > #13 0x000074ccca4de194 in _gdk_x11_display_open () > from /usr/pkg/lib/libgdk-3.so.0 > #14 0x000074ccca498913 in gdk_display_manager_open_display () > from /usr/pkg/lib/libgdk-3.so.0 > #15 0x000074ccc2516a60 in ?? () from /usr/pkg/lib/firefox/libxul.so > #16 0x000074ccc2519240 in ?? () from /usr/pkg/lib/firefox/libxul.so > #17 0x000074ccc2519944 in ?? () from /usr/pkg/lib/firefox/libxul.so > #18 0x00000000001d3cb0 in ?? () > #19 0x00000000001d3190 in ?? () > #20 0x00000000001d2b29 in _start () > (gdb) > > (3) uim-toolbar-gtk3 from pkgsrc/inputmethod/uim get segfault. > I have no detailed information yet. > > (3) dig(1) fails with assertion > $ dig txt _spf.google.com > assertion "ALIGNED_P(q, obj->tlsalign)" failed: file "/usr/src/libexec/ld.elf_so/tls.c", line 333 > zsh: abort (core dumped) dig txt _spf.google.com > > -- > Ryo ONODERA // [email protected] > PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3 -- Ryo ONODERA // [email protected] PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3