Module Name:    src
Committed By:   rin
Date:           Fri Nov  1 20:55:56 UTC 2019

Modified Files:
        src/doc: HACKS

Log Message:
Describe workaround for PR port-alpha/54307.


To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 src/doc/HACKS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/HACKS
diff -u src/doc/HACKS:1.194 src/doc/HACKS:1.195
--- src/doc/HACKS:1.194	Wed Oct 30 00:26:54 2019
+++ src/doc/HACKS	Fri Nov  1 20:55:55 2019
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.194 2019/10/30 00:26:54 christos Exp $
+# $NetBSD: HACKS,v 1.195 2019/11/01 20:55:55 rin Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -962,3 +962,12 @@ file	src/libexec/ld.elf_so/Makefile: 1.1
 descr	Disable optimization for rtld.c on the vax with gcc-7. Crashes on the
 	second pass loop with elm == 0xffffffff
 kcah
+
+port	alpha
+hack	userland binaries crash randomly (port-alpha/54307)
+cdate	Fri Nov  1 20:43:35 UTC 2019
+who	rin
+file	src/external/bsd/jemalloc/lib/Makefile.inc: 1.11
+descr	rtree.c and tcache.c need to be compiled with -O0, alternatively,
+	you can compile whole jemalloc with -DJEMALLOC_DEBUG.
+kcah

Reply via email to