[Bug 241848] lib/googletest/gtest/tests: gmock-matchers_test.cc requires a pathological amount of memory to compile
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241848 Dimitry Andric changed: What|Removed |Added CC||d...@freebsd.org --- Comment #15 from Dimitry Andric --- This particular source file is indeed a rather pathological case. On my 13.0-CURRENT test system, using clang 10.0.0-rc3 (with assertions enabled), it takes a maxrss of 1982620, so ~1936 MiB to compile with -O2. Gcc 9.2.0 from ports fares even worse, it takes about 20% more time to compile, and a maxrss of 2684812, so ~2622 MiB. I also tried the clang90 port, but this assertions disabled, and this takes a maxrss of 1755320, so ~1714 MiB. For now, my advice would be to compile this file with -O1, or even -O0, as it seems to be an internal test for googletest itself, and not something that we actively need to have heavily optimized. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 244713] Processes hanging in "nfs" state
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244713 --- Comment #4 from Julien Cigar --- Thanks for you reply kib, I've attached the full procstat -kk -a -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 244713] Processes hanging in "nfs" state
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244713 --- Comment #5 from Julien Cigar --- Created attachment 212324 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212324&action=edit procstat -kk -a -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
Re: vt [was: Re: [Bug 235564] INDEX.keymaps for vt contains "from-" keymaps but the files are missing]
On Tue, 10 Mar 2020 at 19:15, Andy Farkas wrote: > > Is it just a matter of putting "syscons=[sc|vt]" in loader.conf > to select whatever driver? Have a look at sc(4) and vt(4) - in loader.conf: kern.vty=sc or kern.vty=vt And sysctl kern.vty will let you know which you're using. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
missing library after upgrade from 12.0-p12 to 12.1-p2
Hi, In my daily reports I'm seeing this: ld-elf.so.1: Shared object "libnetgraph.so.4" not found, required by "netstat" This system uses freebsd-update. How can I fix this? thanks, -- J. signature.asc Description: PGP signature
Re: missing library after upgrade from 12.0-p12 to 12.1-p2
On Wed, Mar 11, 2020 at 06:40:14PM +, tech-lists wrote: Hi, In my daily reports I'm seeing this: ld-elf.so.1: Shared object "libnetgraph.so.4" not found, required by "netstat" This system uses freebsd-update. How can I fix this? Following up to this, I find that all my freebsd-update managed vms/computers suffer the same issue. It's not present on 12.1-stable. freebsd 12.1-p2 freebsd-update managed system: root@REDACTED:~ # uname -a FreeBSD REDACTED.zyxst.net 12.1-RELEASE-p2 FreeBSD 12.1-RELEASE-p2 GENERIC amd64 root@REDACTED:~ # ls -l /usr/lib | grep -i netgraph root@REDACTED:~ # 12.1-stable system, updated a few days ago: root@REDACTED:/root# uname -a FreeBSD REDACTED.local 12.1-STABLE FreeBSD 12.1-STABLE #0 r358577: Tue Mar 3 15:51:41 GMT 2020 root@REDACTED.local:/usr/obj/usr/src/amd64.amd64/sys/REDACTED amd64 root@REDACTED:/root# ls -l /usr/lib | grep -i netgraph -r--r--r-- 1 root wheel 64758 Feb 6 14:05 libnetgraph.a lrwxr-xr-x 1 root wheel16 Mar 3 17:07 libnetgraph.so -> libnetgraph.so.4 -r--r--r-- 1 root wheel 23456 Mar 3 17:07 libnetgraph.so.4 -r--r--r-- 1 root wheel 66214 Feb 6 14:05 libnetgraph_p.a lrwxr-xr-x 1 root wheel18 Mar 3 17:08 snmp_netgraph.so -> snmp_netgraph.so.6 -r--r--r-- 1 root wheel 43864 Mar 3 17:08 snmp_netgraph.so.6 root@REDACTED:/root# Do I need to fill out a PR ? -- J. signature.asc Description: PGP signature
[Bug 244743] ypldap.conf.5 examples incorrect path
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244743 Bug ID: 244743 Summary: ypldap.conf.5 examples incorrect path Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Manual Pages Assignee: b...@freebsd.org Reporter: a...@i.org.ua CC: d...@freebsd.org Created attachment 212339 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212339&action=edit corrected path to /usr/share/examples/ypldap/ypldap.conf file ypldap.conf.5 has incorrect path to examples directory. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 244713] Processes hanging in "nfs" state
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244713 --- Comment #6 from Konstantin Belousov --- I think I see the problem. The proposed (untested) patch for CURRENT is at https://reviews.freebsd.org/D24038 Since it is not applicable to stable/12 without conflicts, there were a lot of rewriting, I attached the port of the patch to 12. It is not tested as well. Please try it and report results. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 244713] Processes hanging in "nfs" state
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244713 --- Comment #7 from Konstantin Belousov --- Created attachment 212343 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212343&action=edit Port of D24038 to stable/12 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"