[Bug 238828] Possible build race: lib/libsysdecode/tables.h:948: error: 'IPV6_MIN_MEMBERSHIPS' undeclared

2019-08-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238828

--- Comment #7 from commit-h...@freebsd.org ---
A commit references this bug:

Author: bdrewery
Date: Fri Aug 16 22:34:11 UTC 2019
New revision: 351151
URL: https://svnweb.freebsd.org/changeset/base/351151

Log:
  Rework r339635 to fix .depend.tables.h handling.

  Avoid touching the tables.h file unless it has changed to avoid unneeded
  rebuilds.

  Also revert r350301's explicit dependencies.

  Reviewed by:  emaste
  MFC after:2 weeks
  X-MFC-With:   r339635 (kevans request)
  PR:   238828
  Sponsored by: DellEMC
  Differential Revision:https://reviews.freebsd.org/D21295

Changes:
  head/lib/libsysdecode/Makefile
  head/lib/libsysdecode/mktables

-- 
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 238828] Possible build race: lib/libsysdecode/tables.h:948: error: 'IPV6_MIN_MEMBERSHIPS' undeclared

2019-08-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238828

--- Comment #6 from Ed Maste  ---
https://reviews.freebsd.org/D21295

-- 
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 239822] deadlock since FreeBSD 12.0 p9

2019-08-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239822

--- Comment #10 from Mark Johnston  ---
So, you still see problems after recompiling the kernel modules against -p9
sources?  What version were you running before the update?

-- 
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 233362] Building riscv with BSD_CRTBEGIN fails

2019-08-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233362

Ed Maste  changed:

   What|Removed |Added

 Resolution|--- |Unable to Reproduce
 Status|New |Closed

--- Comment #4 from Ed Maste  ---
I cannot reproduce this now.

-- 
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 239894] security.bsd.stack_guard_page default causes Java to crash

2019-08-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239894

Kurt Miller  changed:

   What|Removed |Added

 CC||k...@intricatesoftware.com

--- Comment #1 from Kurt Miller  ---
I'd like to additionally point out the current implementation of kernel placed
guard pages for MAP_STACK has issues that result in three bugs not specifically
related to the jvm:

1) pthread_attr_setguardsize(3) is not working when its size !=
security.bsd.stack_guard_page size.

2) pthread_create(3) will fail if security.bsd.stack_guard_page is set to
number that is greater than pthread_attr_setstacksize(3) size in pages.

3) mprotect(2) of MAP_STACK pages has no effect unless the pages have been
touched previously.

Test programs for #1 and #2 can be found here:

https://github.com/battleblow/openjdk-jdk11u/issues/51#issuecomment-522005954

#3 is demonstrated by test the program pthread_attr_setguardsize_test.c when
security.bsd.stack_guard_page is set to 1. libthr uses mprotect(3) to set its
guard pages and is the reason this test fails.

-- 
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 234031] loader can't traverse filesystem, LUA ERROR: cannot open /boot/lua/loader.lua

2019-08-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234031

--- Comment #26 from Denis Polygalov  ---
Please ignore my previous message.
The error message:
LUA ERROR: cannot open /boot/lua/loader.lua: no such file or directory.
was due to mis-configuration of my NFS server, so the loader.efi
did not have access to the /boot 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"