Konstantin Belousov
2018-Jul-27 14:38 UTC
Ryzen issues on FreeBSD ? (with sort of workaround)
On Fri, Jul 27, 2018 at 10:09:35AM -0400, Mike Tancsa wrote:> On 7/27/2018 10:00 AM, Pete French wrote: > > pkg install linux_base-c7 > > Same deal here > > 0{ryzenbsd11}# /compat/linux/bin/bash > Segmentation fault (core dumped) > 139{ryzenbsd11}# > > > This is stock FreeBSD image r335560.By stock you mean that no patches were applied, right ?> > 0{ryzenbsd11}# /compat/linux/bin/bash > Segmentation fault (core dumped) > 139{ryzenbsd11}# > > > pid 58901 (gio-querymodules-64), uid 0: exited on signal 11 (core dumped) > pid 58915 (bash), uid 0: exited on signal 11 (core dumped) > pid 58997 (gio-querymodules-64), uid 0: exited on signal 11 (core dumped) > pid 59027 (bash), uid 0: exited on signal 11 (core dumped) > > > ---Mike > > > -- > ------------------- > Mike Tancsa, tel +1 519 651 3400 x203 > Sentex Communications, mike at sentex.net > Providing Internet services since 1994 www.sentex.net > Cambridge, Ontario Canada
On 7/27/2018 10:38 AM, Konstantin Belousov wrote:>> >> This is stock FreeBSD image r335560. > By stock you mean that no patches were applied, right ? >Correct, just the regular tree, no patches and nothing in /etc/sysctl.conf and loader.conf just has # cat /boot/loader.conf kern.geom.label.disk_ident.enable="0" kern.geom.label.gptid.enable="0" vfs.zfs.min_auto_ashift=12 zfs_load="YES" amdtemp_load="YES" vmm_load="YES" aesni_load="YES" pf_load="YES" I just brought everything upto date and re-tested and same issue. FreeBSD 11.2-STABLE #1 r336761 # mount | grep -v zfs devfs on /dev (devfs, local, multilabel) linprocfs on /compat/linux/proc (linprocfs, local) linsysfs on /compat/linux/sys (linsysfs, local) tmpfs on /compat/linux/dev/shm (tmpfs, local) # /compat/linux/bin/bash Segmentation fault (core dumped) #