pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
compiler-rt-netbsd: Add new entry in TODO
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Oct 24 22:58:35 2017 +0200
Changeset: 5eb45ad2a946895f8f4cafdf4a0d84f66ed2e7bf
Modified Files:
compiler-rt-netbsd/TODO
Log Message:
compiler-rt-netbsd: Add new entry in TODO
- FreeBSD reports issue in AsanTSDInit(), it calls pthread_key_create() while
libthr.so is not loaded, and that causes pthread_key_create() to always return
ENOSYS. https://reviews.llvm.org/D39254
Check whether it is valid for NetBSD.
Sponsored by <The NetBSD Foundation>
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5eb45ad2a946895f8f4cafdf4a0d84f66ed2e7bf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
compiler-rt-netbsd/TODO | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/compiler-rt-netbsd/TODO b/compiler-rt-netbsd/TODO
index c098b1f954..d83ccbee95 100644
--- a/compiler-rt-netbsd/TODO
+++ b/compiler-rt-netbsd/TODO
@@ -3,3 +3,7 @@
but since it can be disabled on per-application basis - require it on NetBSD for
tsan aware applications.
This might be comparable in future for msan/NetBSD.
+- FreeBSD reports issue in AsanTSDInit(), it calls pthread_key_create() while
+ libthr.so is not loaded, and that causes pthread_key_create() to always return
+ ENOSYS. https://reviews.llvm.org/D39254
+ Check whether it is valid for NetBSD.
Home |
Main Index |
Thread Index |
Old Index