Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 May 2018 01:46:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 227552] w, uptime i386 cordeump
Message-ID:  <bug-227552-227-ctcHrevOE0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227552-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227552-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227552

--- Comment #19 from Phil Shafer <phil@freebsd.org> ---
The work around is:

@@ -1376,8 +1380,8 @@
     xo_retain_entry_t *xr_bucket[RETAIN_HASH_SIZE];
 } xo_retain_t;

-static THREAD_LOCAL(xo_retain_t) xo_retain;
-static THREAD_LOCAL(unsigned) xo_retain_count;
+static THREAD_LOCAL(xo_retain_t) xo_retain =3D { 0 };
+static THREAD_LOCAL(unsigned) xo_retain_count =3D 0;

 /*
  * Simple hash function based on Thomas Wang's paper.  The original is

Thanks,
 Phil

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227552-227-ctcHrevOE0>