https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219399
--- Comment #219 from commit-h...@freebsd.org ---
A commit references this bug:
Author: truckman
Date: Wed Aug 16 07:59:58 UTC 2017
New revision: 322569
URL: https://svnweb.freebsd.org/changeset/base/322569
Log:
MFC r321899
Lower the
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221557
Bug ID: 221557
Summary: Kernel does not compile with options DEBUG
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221337
--- Comment #2 from Konstantin Belousov ---
(In reply to Dimitry Andric from comment #1)
Module tls is allocated in rtld.c:allocate_module_tls(). We use the requested
alignment of the TLS initialization segment as the guaranteed alignment
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221337
--- Comment #3 from Ed Maste ---
Looking at libclang_rt.asan-i386.so it does have PT_TLS with 4-byte alignment,
and perhaps that should be changed on general principle:
% readelf -l /usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-i386.so
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221337
--- Comment #4 from Konstantin Belousov ---
(In reply to Ed Maste from comment #3)
So it asserts that the TLS segment for module with the index 1 is 8-bytes
aligned. Which is strange, indeed.
--
You are receiving this mail because:
You a
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221557
--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:
Author: ian
Date: Wed Aug 16 16:51:55 UTC 2017
New revision: 322580
URL: https://svnweb.freebsd.org/changeset/base/322580
Log:
Fix compile error with option DE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221557
Ian Lepore changed:
What|Removed |Added
Resolution|--- |FIXED
Status|New
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221337
--- Comment #5 from Dimitry Andric ---
(In reply to Ed Maste from comment #3)
> Looking at libclang_rt.asan-i386.so it does have PT_TLS with 4-byte
> alignment, and perhaps that should be changed on general principle:
>
> % readelf -l /usr
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190660
--- Comment #7 from Guangyuan (Charlie) Yang ---
Submitted a review to fix this bug.
Differential Revision: https://reviews.freebsd.org/D12037
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221337
--- Comment #6 from Konstantin Belousov ---
(In reply to Dimitry Andric from comment #5)
Still the question is up. Why this code wants 8-byte alignment of the TLS
segment for module with index 1 ?
What would not work otherwise ?
--
You
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194823
--- Comment #8 from commit-h...@freebsd.org ---
A commit references this bug:
Author: kevans
Date: Wed Aug 16 17:38:38 UTC 2017
New revision: 322582
URL: https://svnweb.freebsd.org/changeset/base/322582
Log:
MFC r317254: bsdgrep: add BSD
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219451
Mark Johnston changed:
What|Removed |Added
Assignee|freebsd-bugs@FreeBSD.org|ma...@freebsd.org
--
You are rece
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218467
--- Comment #5 from commit-h...@freebsd.org ---
A commit references this bug:
Author: kevans
Date: Wed Aug 16 17:42:39 UTC 2017
New revision: 322583
URL: https://svnweb.freebsd.org/changeset/base/322583
Log:
MFC r317665: bsdgrep: fix -w
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218811
--- Comment #12 from commit-h...@freebsd.org ---
A commit references this bug:
Author: kevans
Date: Wed Aug 16 17:42:39 UTC 2017
New revision: 322583
URL: https://svnweb.freebsd.org/changeset/base/322583
Log:
MFC r317665: bsdgrep: fix -w
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221337
--- Comment #7 from Dimitry Andric ---
(In reply to Konstantin Belousov from comment #6)
> (In reply to Dimitry Andric from comment #5)
> Still the question is up. Why this code wants 8-byte alignment of the TLS
> segment for module with i
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219077
--- Comment #4 from commit-h...@freebsd.org ---
A commit references this bug:
Author: kevans
Date: Wed Aug 16 18:00:33 UTC 2017
New revision: 322587
URL: https://svnweb.freebsd.org/changeset/base/322587
Log:
bsdgrep: fix -w flag matching
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181263
Kyle Evans changed:
What|Removed |Added
Assignee|freebsd-bugs@FreeBSD.org|kev...@freebsd.org
--
You are receiv
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197555
Kyle Evans changed:
What|Removed |Added
Assignee|freebsd-bugs@FreeBSD.org|kev...@freebsd.org
--
You are receiv
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218467
Kyle Evans changed:
What|Removed |Added
Assignee|freebsd-bugs@FreeBSD.org|kev...@freebsd.org
--
You are receiv
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218811
Kyle Evans changed:
What|Removed |Added
Assignee|freebsd-bugs@FreeBSD.org|kev...@freebsd.org
--
You are receiv
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219077
Kyle Evans changed:
What|Removed |Added
Assignee|freebsd-bugs@FreeBSD.org|kev...@freebsd.org
--
You are receiv
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221557
--- Comment #2 from Sylvain Garrigues ---
Thank you Ian.
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221570
Bug ID: 221570
Summary: lock order reversal fs_mount.c:1271,
msdosfs_vfsops.c:928
Product: Base System
Version: CURRENT
Hardware: amd64
OS: Any
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218597
John Baldwin changed:
What|Removed |Added
Status|New |In Progress
Assignee|free
24 matches
Mail list logo