Summary of Problem Reports from 2021

Automatically generated on 29 Mar 2024 15:00:01 GMT

Severity
Categorycriticalseriousnon-criticalDescription
bin31921Utility bugs
install 104Installation bugs
kern159015Kernel bugs
lib192Library bugs
misc 25Miscellaneous bugs
pkg33327NetBSD pkgsrc bugs
port-alpha 3 NetBSD/alpha bugs
port-amd64191NetBSD/amd64 bugs
port-arm12 NetBSD/arm bugs
port-atari1  NetBSD/atari bugs
port-evbarm 62NetBSD/evbarm bugs
port-hppa 11NetBSD/hppa bugs
port-i386  2NetBSD/i386 bugs
port-mac68k 1 NetBSD/mac68k bugs
port-macppc12 NetBSD/macppc bugs
port-mips1  NetBSD/mips bugs
port-powerpc1  NetBSD/powerpc bugs
port-sparc2 1NetBSD/sparc bugs
port-sparc64 1 NetBSD/sparc64 bugs
port-vax14 NetBSD/vax bugs
port-xen11 NetBSD/xen bugs
security  1Security bugs
standards 11Standards conformance
toolchain344Toolchain bugs
xsrc 51X Window System bugs

Sorted by Category, Severity, and Priority.


[NetBSD home] [Summary index] [Search PRs] [Send a PR]


Category: bin

Severity: critical

bin/56127
[open high priority sw-bug] netpgpkeys --generate-key --userid underdocumented/not working
bin/56293
[open high priority sw-bug] Xen Dom0 with no active DomUs stalls during shutdown
bin/56515
[open medium priority sw-bug] dhcpd dumps core after running a while (SIGSEGV)

Severity: serious

bin/55907
[open high priority sw-bug] dhcpcd dumps core
bin/55908
[open medium priority sw-bug] gdb does not work for mips64 with 32bit userland
bin/55973
[open medium priority sw-bug] ntpd(8) does not notice all interface changes any more
bin/55987
[open medium priority sw-bug] top(1) segfaults
bin/56080
[feedback medium priority sw-bug] tar(1) dumps core on nfs volume
bin/56110
[open medium priority sw-bug] pkg_add can fail without an error message
bin/56221
[open medium priority sw-bug] fs/tmpfs/t_vnd crashes ATF on Alpha under Qemu
bin/56249
[open medium priority sw-bug] ``dump -[Ww]'' exits on missing NAME=label
bin/56254
[open medium priority sw-bug] script(1) abuses non-async-signal-safe functions in signal handlers
bin/56257
[open medium priority sw-bug] tar segfaults during emacs build
bin/56263
[open medium priority sw-bug] mdnsd advertises link-local addresses in non-standard KAME format
bin/56300
[open medium priority sw-bug] gpt useless on gpt labels extending beyond disk size (also affects sysinst)
bin/56425
[open medium priority sw-bug] top crashed on system with 80 cpus and being resized
bin/56496
[open medium priority sw-bug] etcupdate(8) merge formatting issue
bin/56506
[open medium priority sw-bug] sys/rc/t_rc_d_cli tests randomly fail
bin/56514
[open medium priority sw-bug] sparc userland on sparc64 has broken jemalloc or sh(1) is freeing bogus memory
bin/56530
[open medium priority sw-bug] fstyp(8): Segmentation fault in the HAMMER2 filesystem check
bin/56548
[open medium priority sw-bug] mail(1) segfaults if thread commands are used in ~/.mailrc
bin/56584
[needs-pullups medium priority sw-bug] "grep -D skip" fails to skip fifos

Severity: non-critical

bin/55917
[open medium priority doc-bug] /etc/rc.d/cgd stalls on encrypted swap partitions
bin/55935
[open medium priority sw-bug] aarch64: Interrupts columns of systat vm
bin/55967
[open medium priority change-request] savecore(8) needs a ``-D dumpdev'' option
bin/56013
[needs-pullups medium priority sw-bug] systat vm reports incorrect number of users, when user login/logout
bin/56031
[open medium priority sw-bug] binary compiled with -pg (profiling) segfaults if linked against shared library
bin/56112
[needs-pullups medium priority sw-bug] races in usr.bin/shlock
bin/56166
[open medium priority sw-bug] audioplay fails to play 24-bit wave files
bin/56448
[open medium priority change-request] Inetd Refactoring and IP rate limiting improvement
bin/56472
[open medium priority sw-bug] mandoc does not complain about missing closes
bin/56490
[open medium priority sw-bug] Very sporadic dig core dump, inside libpthread
bin/56585
[open medium priority change-request] support input with quoted separators
bin/56083
[open low priority sw-bug] tar -c hangs when reading from FUSE-ext2 filesystems
bin/56138
[open low priority sw-bug] Changing Login field with chsh requires manual effort
bin/56345
[open low priority change-request] mount_psshfs requires typing in password twice when using "-c 2" flag
bin/56387
[open low priority sw-bug] Wrong uptime output: returns all but the uptime
bin/56452
[open low priority sw-bug] MAKEDEV should also create /dev/dri/renderD* devices
bin/56529
[open low priority sw-bug] mount: exec mount_ for /mnt: mount_: No such file or directory
bin/56540
[open low priority sw-bug] unzip: some improvements from FreeBSD
bin/56550
[open low priority sw-bug] swapctl -l sometimes reports an error when there is no error
bin/56552
[open low priority sw-bug] mixerctl(1) does not increment volume with ++ or +=1
bin/56569
[open low priority sw-bug] ssh: local variable, limit, unused in channel_pre_open in channels.c

Category: install

Severity: serious

install/56185
[open high priority sw-bug] Kernel notifications break installation
install/56310
[feedback high priority sw-bug] creating RAID and ZFS partitions on GPT -> segfault
install/56320
[open high priority sw-bug] sysinst 9.2_STABLE Upgrade: No root partition defined. Cannot continue
install/56449
[open high priority doc-bug] Diskless instructions suggest an fstab without ptsfs, procfs, etc...
install/55929
[open medium priority sw-bug] ``build.sh install-image'' doesn't work with KERNEL_DIR=yes
install/56017
[open medium priority sw-bug] newfs_msdos not found
install/56062
[open medium priority sw-bug] UEFI boot code not upgraded by sysinst upgrade
install/56228
[open medium priority sw-bug] extended partitioning segfaults when saving changes
install/56394
[open medium priority sw-bug] 'build release' fails to include ld.elf_so in base.tar.xz
install/56458
[open medium priority sw-bug] pkg_add leaves files installed when POST-INSTALL fails

Severity: non-critical

install/56061
[open medium priority sw-bug] crash on first boot of live usbdisk
install/56255
[open medium priority sw-bug] Release set syssrc does not exist
install/56384
[open low priority sw-bug] Exiting and restarting sysinst during installation leaves /targetroot unmounted
install/56385
[open low priority change-request] sysinst - allow uid to be specified for a new user

Category: kern

Severity: critical

kern/55903
[open high priority sw-bug] LOCKDEBUG show all locks broken?
kern/55933
[open high priority sw-bug] diskless machine hangs at boot
kern/55958
[open high priority sw-bug] pciback.hide parsing error
kern/56314
[open high priority sw-bug] show mount in ddb with a LOCKDEBUG kernel might jump through a NULL pointer
kern/56344
[open high priority sw-bug] KASSERT LIST_EMPTY(&l->l_pi_lenders) failing
kern/56399
[open high priority sw-bug] NetBSD HEAD snapshot i386 fails to boot under HyperV (64 bit)
kern/56413
[open high priority sw-bug] bad mutex owner in soreceive
kern/56578
[open high priority sw-bug] 9.99.93 GENERIC kernel does not boot
kern/56581
[open high priority sw-bug] audiocfg: Kernel panic on USB audio test use
kern/56097
[open medium priority sw-bug] ntpdate breaks ums(4)
kern/56099
[open medium priority sw-bug] USB xHCI panic when using microphone
kern/56115
[open medium priority sw-bug] uvideo does not work on rpi4
kern/56164
[feedback medium priority sw-bug] System panicked: kernel diagnostic assertion "(target->prt_class == class)" failed: file "/src/src/sys/kern/subr_psref.c", line 296 mismatched psref target class: 0x0 (ref) != 0xffffd2ef411bc940 (expected)
kern/56562
[open medium priority sw-bug] drm update breaks Sandy Bridge display
kern/56573
[open medium priority sw-bug] memory leak with i915 with drm56

Severity: serious

kern/55945
[open high priority sw-bug] rump/rumpkern/t_vm:busypage fails since early December
kern/56103
[open high priority sw-bug] i915 crashes kernel
kern/56329
[open high priority sw-bug] nvme(4) takes long time to umount
kern/56353
[open high priority sw-bug] Build hung
kern/56414
[feedback high priority sw-bug] cmake hang on kqueue
kern/56438
[open high priority sw-bug] panic when trying to use gpioiic in -current 9.99.90
kern/56442
[open high priority sw-bug] Tests hang under NVMM with options DEBUG
kern/56516
[open high priority sw-bug] pgdaemon spins despite lots of memory available
kern/56517
[open high priority sw-bug] dual G4 macppc locks up during atf test run
kern/56521
[open high priority sw-bug] Linux emulation: dotnet does not work
kern/56524
[open high priority sw-bug] NVMM: Unexpected VM exit code 0xffffffffffffffff [hw=0x31]
kern/56566
[feedback high priority sw-bug] amdgpu/drm: X screen corruption, resets and errors
kern/56589
[open high priority sw-bug] mpii kassert panic
kern/55924
[open medium priority sw-bug] dmesg(8) broken on aarch64
kern/55926
[open medium priority sw-bug] aarch64: pci_intr_alloc() return msi/msi-x count, but struct msi is not initialized.
kern/55928
[open medium priority sw-bug] KERNEL_DIR option tries to put multiple kernels in $DESTDIR/netbsd/kernel
kern/55932
[open medium priority sw-bug] NFS root is not read only
kern/55963
[open medium priority sw-bug] #ifdef __HAVE_PCI_CONF_HOOK is needed to define pcihost_conf_hook() at pcihost_fdt.c
kern/55964
[open medium priority sw-bug] pms(4) middle mouse button (2) not recognized
kern/55965
[open medium priority sw-bug] st(4) on adaptec fails to 'mt erase'
kern/55968
[feedback medium priority sw-bug] urtwn_tx null dereference
kern/55980
[open medium priority sw-bug] panic: kernel diagnostic assertion "atomic_load_relaxed...
kern/55983
[open medium priority doc-bug] shortcomings in poll(2)
kern/56005
[open medium priority sw-bug] open(2) vs NULL checks are implemented poorly
kern/56008
[open medium priority sw-bug] Zpool lost when disk is moved to another bus
kern/56043
[open medium priority sw-bug] wpi0: fatal firmware error
kern/56045
[open medium priority sw-bug] uvideo apparently causes kernel memory corruption
kern/56055
[open medium priority sw-bug] vmem: import/release/xrelease mismatch between docs/signatures/implementation
kern/56075
[open medium priority sw-bug] USB (xhci) panic while using uaudio recording
kern/56086
[open medium priority sw-bug] Resume hangs when tpm(4) is enabled
kern/56087
[open medium priority sw-bug] dual-CPU macppc panic: pr_phinpage_check: [pmap_upvopl] ...
kern/56113
[open medium priority sw-bug] Short reads on AF_UNIX/SOCK_STREAM sockets return early in CURRENT
kern/56121
[open medium priority sw-bug] struct kinfo_lwp is inconsistent in NUL-termination of its char arrays, ps assumes all are NUL-terminated!
kern/56133
[open medium priority sw-bug] kernel panic at boot with i915drmkms enabled
kern/56145
[open medium priority sw-bug] umb(4): fix kernel panics and make IP traffic actually work
kern/56170
[open medium priority sw-bug] NFS+gcc-ASAN-related: panic: lock error: Mutex: mutex_vector_enter,543: locking against myself
kern/56177
[open medium priority sw-bug] locking against myself error for nfs_delayedtruncate()
kern/56189
[open medium priority sw-bug] System panicked: /: bad dir ino 5045785 at offset 0: Bad dir (too big)
kern/56194
[open medium priority sw-bug] xhci panic: kernel diagnostic assertion "xs->xs_xr[dci] == NULL" failed
kern/56209
[open medium priority sw-bug] erratic usb operation
kern/56210
[open medium priority sw-bug] wpi0: autoconfiguration error: fatal firmware error
kern/56232
[open medium priority sw-bug] Unstable system with tar on /dev
kern/56235
[analyzed medium priority sw-bug] ti driver creates DMA maps in interrupt context
kern/56244
[open medium priority sw-bug] Expresscard re(4) does not attach
kern/56252
[open medium priority sw-bug] wg(4) state machine has race conditions
kern/56253
[open medium priority sw-bug] udf_renamerace_cycle test is flaky
kern/56262
[open medium priority sw-bug] NVMM aborts doing install of FreeDOS 1.3
kern/56277
[open medium priority sw-bug] ktruss -o /dev/stderr doesn't work
kern/56309
[open medium priority sw-bug] swapctl -U is very inefficient (takes ages to eternities)
kern/56319
[open medium priority sw-bug] CBQ: high bandwidths are inaccurate
kern/56322
[open medium priority sw-bug] Excessive clock drift
kern/56334
[open medium priority sw-bug] LOCKDEBUG panic after unplugging USB device
kern/56350
[open medium priority sw-bug] netbsd-9.2-amd64-install.img.gz installation fails with message "panic: cnopen: no device"
kern/56355
[open medium priority sw-bug] dtrace triggers double-fault in supervisor mode
kern/56357
[open medium priority sw-bug] net/if_vlan/t_vlan:vlan_promisc test case randomly fails
kern/56364
[open medium priority change-request] genfb uses device properties to pass around virtual / physical addresses
kern/56365
[open medium priority sw-bug] LFS/UVM panic: "uvm_page_owner_locked_p(pg, false)" failed
kern/56386
[open medium priority sw-bug] unplugging ugenif while in use causes panic
kern/56393
[open medium priority sw-bug] panic in usbd_create_xfer
kern/56397
[open medium priority sw-bug] Lock order reversal in dtrace: dtrace_provider_lock <-> kernconfig_lock
kern/56405
[open medium priority sw-bug] kthread_join is busted
kern/56407
[open medium priority sw-bug] nvme(4) not working for alpha (page size 8KB) and powerpc/ibm4xx (16KB)
kern/56410
[open medium priority sw-bug] panic when accessing double same-source same-destination union
kern/56412
[open medium priority sw-bug] lwp_dtor() causes cross-call storm
kern/56417
[open medium priority sw-bug] Panic in ccb/iscsi
kern/56418
[open medium priority sw-bug] cannot compile INSTALL_FLOPPY kernel on current/i386
kern/56421
[open medium priority sw-bug] panic: ffs_blkfree: bad size, fsck doens't fix it
kern/56430
[open medium priority sw-bug] lo(4) and tun(4) devices do not support "header complete" packets via bpf(4)
kern/56436
[open medium priority sw-bug] panic from scsibus scan
kern/56445
[open medium priority sw-bug] DDB_DUMPSTACK is not documented and counterintuitive
kern/56447
[open medium priority sw-bug] Random rump kernel panic: assertion "LIST_EMPTY(&p->p_lwps)" failed
kern/56455
[open medium priority sw-bug] panic in if_get_bylla when if_set_sadl is called
kern/56461
[open medium priority sw-bug] audio/zynaddsubfx hangs at exit and can't save settings
kern/56476
[open medium priority sw-bug] Pointer jumps with synaptics driver
kern/56481
[open medium priority sw-bug] synaptics: since r1.73, sc->ext_middle gets "stuck down"
kern/56489
[open medium priority sw-bug] NetBSD 9.99.92/amd64 panicked by aircrack-ng
kern/56494
[open medium priority sw-bug] uvm_loanobjpages at uvm_loan.c, error is uninitialized
kern/56518
[open medium priority sw-bug] USB panic when using uaudio
kern/56535
[open medium priority sw-bug] Memory corruption in multi-threaded Go parent process following fork() on AMD CPUs
kern/56542
[open medium priority sw-bug] radeon drawing updates sometimes slow in X
kern/56549
[open medium priority sw-bug] consecutive sem_open() do not return the same address
kern/56580
[open medium priority sw-bug] evbarm-earmv7hf testbed sometimes loses serial console keystrokes
kern/56588
[open medium priority sw-bug] ESP's extended sequence number support
kern/56002
[open low priority sw-bug] lockstat shows huge times on aarch64
kern/56143
[open low priority sw-bug] Serial-line speed switch can corrupt "drained" output
kern/56276
[open low priority sw-bug] exit hangs with vfork waiting
kern/56285
[open low priority sw-bug] audio(4): NetBSD/amd64 9.99.85: using audioctl(1) during playback locks-up system.
kern/56325
[open low priority sw-bug] chfs panics on file truncation reproducible using dd
kern/56499
[open low priority sw-bug] v7fs_renamerace_cycle test case randomly fails
kern/56568
[open low priority sw-bug] ipmi.c 1.7 causes large boot delays

Severity: non-critical

kern/56536
[open high priority sw-bug] shutdown issue in usbnet
kern/55930
[open medium priority change-request] KERNEL_DIR should co-locate module debug stuff with the modules themselves
kern/56074
[feedback medium priority sw-bug] Kernel panic in uvm_pglist_alloc_contig_agressive with uvideo
kern/56271
[open medium priority sw-bug] default cgdroot setup doesn't work on systems using wedges
kern/56351
[open medium priority sw-bug] if non-root, kevent proc filter can't be attached to processes of other users nor suid processes
kern/56431
[open medium priority sw-bug] if_lagg failing to build (laggattach() prototype complaint)
kern/56441
[open medium priority sw-bug] puffs(4) has error-check wrong way around for poll(2) ops
kern/56575
[open medium priority sw-bug] 9.99.92/93 i915drmkms regression: BIOS invisible after reboot
kern/56576
[open medium priority sw-bug] 9.99.93 regression: synaptic touchpad in RHPS mode
kern/55981
[open low priority sw-bug] nouveau panic on boot (one-off)
kern/56245
[open low priority sw-bug] NetBSD 9.2 amd64 with AMD FirePro W4100 throws constant kernel errors of 'Can't enable IRQ/MSI because no handler is installed'
kern/56287
[open low priority sw-bug] pmf_class_network_suspend in kern_pmf.c needs an assert
kern/56332
[open low priority sw-bug] swap on 4k sector device uses only 1/8 of the configured capacity
kern/56346
[open low priority sw-bug] Listening socket instantly closes if TCP_KEEPALIVE options are set on the server side
kern/56390
[open low priority sw-bug] vioif config error on evbarm/aarch64/Parallels Desktop for M1 Mac 17

Category: lib

Severity: critical

lib/56275
[open high priority sw-bug] pthread_cond_timedwait broken

Severity: serious

lib/56148
[open high priority sw-bug] lib/libc/stdio/t_printf:snprintf_float test randomly fails
lib/56323
[open high priority sw-bug] fvwrite assertion failures during install
lib/56173
[open medium priority sw-bug] libcurses: reset_prog_mode() after reset_shell_mode() overwrites original TTY state
lib/56239
[open medium priority sw-bug] lib/libc/regex/t_exhaust:regcomp_too_big test fails
lib/56243
[open medium priority sw-bug] libcurses: with DISABLE_WCHAR, mvaddch may add at incorrect position
lib/56247
[open medium priority sw-bug] printf("%La", LDBL_MIN) dumps core
lib/56532
[open medium priority sw-bug] RPC client unconditionally unblock user signals
lib/56577
[open medium priority sw-bug] Missing long double remainderl
lib/56428
[open low priority sw-bug] recvfrom() is not a cancelation point as documented in pthread_setcanceltype.3

Severity: non-critical

lib/56241
[open medium priority change-request] Many string functions do not confirm to the C99 standard
lib/56531
[open medium priority sw-bug] Huge buffer stack in getaddrinfo(3)

Category: misc

Severity: serious

misc/56368
[open medium priority sw-bug] Using if=virtio,cache=none causes device to fail to read until reboot
misc/56453
[open medium priority sw-bug] config(1): Assertion fails in config -L

Severity: non-critical

misc/56272
[open medium priority change-request] No support for ipf -T at boot time
misc/56446
[open low priority doc-bug] Bridge documentation should include note identifying need for unique mac address on taps
misc/56526
[open low priority change-request] Confusing ATF output when system clock is wrong
misc/56541
[open low priority sw-bug] ctwm complains about TitleFocus line in system.ctwmrc
misc/56544
[open low priority sw-bug] My Sunbranded network card is not supported

Category: pkg

Severity: critical

pkg/56559
[open high priority sw-bug] sudo and gnupg2 memory fault (core dumped) when run.
pkg/56144
[open medium priority sw-bug] firefox52 build fails on NetBSD/amd64-9.99.82
pkg/56349
[open medium priority sw-bug] devel/got: build failure on macOS

Severity: serious

pkg/55910
[open high priority sw-bug] qt5-qcbase incomplete package installation / failed build
pkg/55913
[open high priority sw-bug] devel/kconfig config issue / dbus / build failure
pkg/55921
[open medium priority sw-bug] print/xetex fails to compile on Solaris 11/sparc, graphite2 missing in harfbuzz
pkg/55938
[open medium priority sw-bug] lang/python39 build with dtrace issue
pkg/55953
[open medium priority sw-bug] www/firefox fails to find node.js on first attempt
pkg/55977
[open medium priority sw-bug] net/libcmis fails to build
pkg/55988
[open medium priority change-request] lang/coq: request to update to dune build system and latest release
pkg/56000
[open medium priority sw-bug] textproc/p5-XML-Parser: [macOS Big Sur] scripts fail with missing symbol `_XML_ParserCreate_MM` due to Expat.bundle not being linked against libexpat
pkg/56003
[open medium priority sw-bug] mk/gnu-config - config.guess doesn't recognize M1 Macs
pkg/56034
[open medium priority sw-bug] devel/pkgconf fails to compile on Solaris 10u7 w/ SunStudio 12u1
pkg/56037
[open medium priority sw-bug] security/openssl fails to compile on Solaris 10u7 w/ SunStudio 12u1
pkg/56038
[feedback medium priority sw-bug] databases/lmdb fails to compile on Solaris 10u7 w/ SunStudio 12u1
pkg/56044
[open medium priority sw-bug] databases/mysql57-server fails to compile on earmv7hf
pkg/56053
[open medium priority sw-bug] net/nsd flags bogus syntax error in zone file
pkg/56101
[open medium priority sw-bug] pkg_install fails to build with GNU tsort
pkg/56105
[open medium priority sw-bug] docbook-xml version 5 missing (update textproc/docbook-xml)
pkg/56140
[open medium priority sw-bug] Major dev toolchain is not working on NetBSD 9x: OpenJDK11+Gradle 6x
pkg/56141
[open medium priority sw-bug] Many localized messags for Japanese were not used after 7.1.2.2
pkg/56186
[open medium priority sw-bug] libarchive: fix dirfd() check
pkg/56211
[open medium priority sw-bug] net/tigervnc fails to build and install
pkg/56236
[open medium priority sw-bug] Patch FreeBSD link errors, "can't create dynamic relocation R_386_32 ..."
pkg/56305
[open medium priority sw-bug] x11/qt5-qtwebkit aborts on vmEntryToJavaScript
pkg/56336
[open medium priority sw-bug] m4 fails to build on Solaris 10
pkg/56339
[open medium priority sw-bug] audio/flac fails to build i386 asm on NetBSD with MKPIE
pkg/56347
[open medium priority sw-bug] security/p5-GSSAPI does not identfy Kerberos implementation on Darwin
pkg/56371
[analyzed medium priority sw-bug] lang/rust fails to bootstrap on NetBSD 9 i386
pkg/56432
[open medium priority sw-bug] sysutils/conky miscalculates mem requirements
pkg/56469
[open medium priority sw-bug] openjdk11 keytool crashes on pkgsrc build on NetBSD 9.99.88/evbarm (aarch64)
pkg/56475
[open medium priority sw-bug] x11/xf86-video-xgi build fails on Linux with "open with O_CREAT or O_TMPFILE in second argument needs 3 arguments"
pkg/56482
[open medium priority sw-bug] devel/kcoreaddons fails on build on Linux due to devel/libinotify dependency
pkg/56508
[open medium priority sw-bug] zabbix needs adapting for NetBSD/current
pkg/56558
[open medium priority sw-bug] editors/emacs27 fails to build due to undefined reference to epoxy_has_glx
pkg/56251
[open low priority change-request] meta-packages are fragile

Severity: non-critical

pkg/56217
[open high priority sw-bug] py-autorandr-1.11.post1
pkg/56082
[open medium priority sw-bug] Aspell uses GNU regex extenions, which aren't currenlty supported.
pkg/56104
[open medium priority change-request] oath-toolkit: provide -doc option
pkg/56208
[open medium priority change-request] [PATCH] profanity: add gpgme option (enabled by default)
pkg/56342
[open medium priority change-request] Fix developers/lua-compat53
pkg/56483
[open medium priority sw-bug] doas /sbin/reboot hangs
pkg/56493
[open medium priority change-request] binutils 2.37 on Solaris 10 sparc64 build issue (fails to detect endianess)
pkg/56502
[open medium priority sw-bug] ffmpegthumbnailer fails to build due to missing glib symbols
pkg/56594
[open medium priority sw-bug] pbulk leaves dangling compat symlinks
pkg/55911
[open low priority change-request] Update of darktable to version 3.4
pkg/55950
[open low priority sw-bug] TKabber does not support TLS encryption
pkg/55960
[open low priority sw-bug] Incorrect reference in pkg_comp.conf man page
pkg/55995
[open low priority sw-bug] graphics/ruby-cairo fails to compile on NetBSD/earm
pkg/56015
[open low priority sw-bug] 'pkg_admin audit -s' allows signature from unvalidated key
pkg/56022
[open low priority sw-bug] Gajim does not store or remember passwords
pkg/56028
[open low priority sw-bug] mail/neomutt fails to build if converters/libiconv is installed.
pkg/56139
[open low priority sw-bug] www/webkit-gtk fails to compile on NetBSD/m68k
pkg/56163
[open low priority sw-bug] Solaris 10 support for GNU ld, missing library path
pkg/56169
[open low priority sw-bug] modular-xorg-xephyr build problem on Solaris 10
pkg/56203
[open low priority sw-bug] LibreOffice 7.1.3.2 print the "broken" word in About info
pkg/56283
[open low priority sw-bug] xelatex cannot find "l3backend-xdvipdfmx.def"
pkg/56377
[open low priority sw-bug] Inconsistent libarchive.pc for builtin libarchive
pkg/56520
[open low priority sw-bug] print/libcups fails to compile on Solaris 10
pkg/56527
[open low priority sw-bug] pkgsrc/databases/postgresql13-client fails on NetBSD/m68k
pkg/56537
[feedback low priority sw-bug] jemalloc fails to build on Solaris 10
pkg/56543
[open low priority sw-bug] devel/gobject-introspection fails to compile when an older version is installed
pkg/56586
[open low priority change-request] Support keeping worklog in succeeded packages in pbulk

Category: port-alpha

Severity: serious

port-alpha/56196
[feedback medium priority sw-bug] ssh-keygen dumps core on Qemu Alpha virtual machines
port-alpha/56306
[open medium priority sw-bug] kernel/t_fpufork:fpufork fails under qemu-system-alpha, passes on AXPpci33
port-alpha/56321
[open medium priority sw-bug] Alpha PWS 500au tlp0 media auto selection broken in HEAD/202107200810Z

Category: port-amd64

Severity: critical

port-amd64/55954
[open high priority sw-bug] bootx64.efi hangs up on boot

Severity: serious

port-amd64/56171
[open high priority sw-bug] Removing USB keyboard always causes panic
port-amd64/55904
[open medium priority sw-bug] silent booting is too verbose
port-amd64/55941
[open medium priority support] NetBSD 9+ /boot does not load, NetBSD 8+ /boot works ok - after update from 8-->9
port-amd64/55955
[open medium priority sw-bug] guest NetBSD 9.1 does not boot in qemu-kvm with "-cpu host" on Phenom II X4 970 CPU on ubuntu 20.04
port-amd64/56039
[open medium priority sw-bug] abort on dhcpd for 9.99.80
port-amd64/56456
[open medium priority sw-bug] clang and x11 (which uses clang) releases will not build
port-amd64/56534
[open medium priority sw-bug] uefiboot hangs when countdown should start
port-amd64/56172
[open low priority sw-bug] Jabra Evolve 20 headset fails to work and may cause panic on removal or audio play
port-amd64/56361
[open low priority sw-bug] NetBSD/amd64 install media boot failed in qemu/kvm with ovmf uefi firmware

Severity: non-critical

port-amd64/56505
[open low priority sw-bug] amdzentemp0: autoconfiguration error: unable to register with sysmon (error=22)

Category: port-arm

Severity: critical

port-arm/56296
[open high priority sw-bug] gdb spins in lib/libc/tls/t_tls_dlopen

Severity: serious

port-arm/56380
[open medium priority sw-bug] Userland process randomly crashes with PAX_ASLR=0 on arm926ej-s
port-arm/56463
[open medium priority sw-bug] armv4 kernel/t_lock tests locks up machine

Category: port-atari

Severity: critical

port-atari/56582
[open high priority sw-bug] port-atari freeze on installation when extracting base.tgz

Category: port-evbarm

Severity: serious

port-evbarm/55998
[open medium priority sw-bug] Many keyboard events dropped on raspberry pi 3 using aarch64, works fine under armv7hf
port-evbarm/56095
[open medium priority sw-bug] SOPINE Clusterboard unable to transmit network data
port-evbarm/56231
[open medium priority sw-bug] Several ARM-Variants seem to miss gcov-iov.h
port-evbarm/56376
[open medium priority sw-bug] eMMC module no longer works on odroid c2 under NetBSD HEAD (9.99.88)
port-evbarm/56392
[open medium priority sw-bug] lack(s) of guard digits or failure(s) to correctly round or chop
port-evbarm/56551
[open medium priority sw-bug] panic: pmap_growkernel: cannot allocate L3 table error=12

Severity: non-critical

port-evbarm/56096
[open medium priority sw-bug] "sdmmc_mem_enable failed with error 60" until SD card is plugged in
port-evbarm/56545
[open low priority sw-bug] fatal kernel by holding return key on boot with keyboard attached

Category: port-hppa

Severity: serious

port-hppa/56027
[open high priority support] No hppa builds

Severity: non-critical

port-hppa/56065
[open medium priority sw-bug] Several old hppa binaries don't work on NetBSD 9.1

Category: port-i386

Severity: non-critical

port-i386/56051
[open medium priority change-request] finsio at isa* unusable
port-i386/56528
[open medium priority sw-bug] x86_fpregs_fpu_write, x86_xstate_fpu_write test cases fail

Category: port-mac68k

Severity: serious

port-mac68k/56131
[open medium priority sw-bug] mount WAPBL SCSI disk causes panic

Category: port-macppc

Severity: critical

port-macppc/56375
[open high priority sw-bug] kernel crashes from wdc dma

Severity: serious

port-macppc/56011
[open high priority sw-bug] Latest kernel crashes
port-macppc/56297
[open medium priority sw-bug] reboot doesn't

Category: port-mips

Severity: critical

port-mips/56563
[open high priority sw-bug] NetBSD 9.x/current sysinst segfault when marking a new parition as active

Category: port-powerpc

Severity: critical

port-powerpc/56471
[feedback high priority sw-bug] ntpd dies at startup on macppc/current, sshd randomly dies

Category: port-sparc64

Severity: serious

port-sparc64/56363
[open medium priority sw-bug] boot: Inode not directory

Category: port-sparc

Severity: critical

port-sparc/55971
[open high priority support] It is impossible to build gcc7 because of buh with GNU Fortran on SPARC32 platform
port-sparc/56068
[open high priority sw-bug] lib/csu test crashes machine

Severity: non-critical

port-sparc/56084
[open medium priority sw-bug] sparc crashdump and savecore(8) not working

Category: port-vax

Severity: critical

port-vax/56485
[open high priority sw-bug] SIMH VAX NetBSD 9.2 ISO boot panic: SEGV in kernel mode: pc 0x800144ae addr 0xbedababe

Severity: serious

port-vax/56451
[open high priority sw-bug] sqlite broken
port-vax/56340
[open medium priority sw-bug] KA410 support broken since 4.x-ish
port-vax/56360
[open medium priority sw-bug] NetBSD/vax install media boot failed in simh/microvax3900 set 512MB ram
port-vax/56383
[open low priority sw-bug] KA630 slow clock drift

Category: port-xen

Severity: critical

port-xen/56063
[open low priority sw-bug] Xen boot fails with "heap full"

Severity: serious

port-xen/55978
[open medium priority sw-bug] panic: HYPERVISOR_mmu_update failed

Category: security

Severity: non-critical

security/56204
[open medium priority sw-bug] net80211: reject mixed plaintext/encrypted fragments

Category: standards

Severity: serious

standards/56402
[open medium priority sw-bug] Definition of lldiv_t with ANSI_SOURCE and POSIX_SOURCE

Severity: non-critical

standards/56234
[open medium priority sw-bug] missing C99 frobs in <math.h>

Category: toolchain

Severity: critical

toolchain/56178
[open high priority sw-bug] gdb fails to link when building with clang
toolchain/56302
[open high priority sw-bug] gdb does not work on mipsn64
toolchain/56330
[open high priority sw-bug] amd64 gdb issues

Severity: serious

toolchain/56102
[open medium priority sw-bug] libstc++ missing locale_t if _XOPEN_SOURCE defined
toolchain/56155
[open medium priority sw-bug] gdb is broken for threaded application on powerpc
toolchain/56222
[open medium priority sw-bug] ICE building tools compat/bt_page.lo on NetBSD/alpha under Qemu
toolchain/56268
[open medium priority sw-bug] GDB backtrace fails for core dump on m68k

Severity: non-critical

toolchain/56136
[open medium priority sw-bug] Checksum in mtree file differs from that for the file itself in distribution builds
toolchain/55937
[needs-pullups low priority change-request] zfs should be built by default on sparc64 as well.
toolchain/55996
[open low priority change-request] postinstall fix manconf could be more helpful
toolchain/56391
[open low priority sw-bug] spurious .git* files in source

Category: xsrc

Severity: serious

xsrc/56175
[open high priority sw-bug] xf86-video-nv fails to build with clang
xsrc/55984
[open medium priority sw-bug] OpenGL works in gdb, remains black when run normally
xsrc/56054
[open medium priority sw-bug] Xorg fails to start with 24-bit wsfb
xsrc/56279
[open medium priority sw-bug] line editing performance regression in xterm(?)
xsrc/56567
[open low priority sw-bug] user wskbd map enforces default layout in X

Severity: non-critical

xsrc/56284
[feedback medium priority sw-bug] no keyboard focus change in X

[NetBSD home] [Page top] [Summary index] [Search PRs] [Send a PR]