Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 19:30:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196399] databases/mariadb100-server: MariaDB daemon segfaults when built with clang 3.4 on 10.1-i386
Message-ID:  <bug-196399-13-FnS1sNv4KF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196399-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196399-13@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=196399

--- Comment #7 from Dimitry Andric <dim@FreeBSD.org> ---
Created attachment 153054
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153054&action=edit
Disable C11 atomics for i386, and use builtins instead

This is the second patch, which disables using __atomic_load_n() and
__atomic_store_n(), and chooses __sync_fetch_and_or() and
__sync_lock_test_and_set() instead.

Works for clang, but not for gcc, unless CPUTYPE is i586 or higher.

-- 
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-196399-13-FnS1sNv4KF>