From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <52034FEF.7070102@redhat.com> Date: Thu, 08 Aug 2013 09:59:43 +0200 From: Peter Rajnoha MIME-Version: 1.0 References: <52034E72.7050403@redhat.com> <52034F2A.1000608@redhat.com> In-Reply-To: <52034F2A.1000608@redhat.com> Content-Transfer-Encoding: 7bit Subject: Re: [linux-lvm] Weird errors after fresh install Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii" To: LVM general discussion and development Cc: Raymond Jennings On 08/08/2013 09:56 AM, Peter Rajnoha wrote: > On 08/08/2013 09:53 AM, Peter Rajnoha wrote: >> We've nailed this down to a problem with gcc >> compiler and its optimisation. It happens if -O2 optimisation is used >> during compilation, but it does not happen with -O1 nor -O0. Also, we >> could not reproduce with gcc 4.7, but reproduced with 4.8. To get rid of these message until we find the workaround, please, set config {checks = 0} in your lvm.conf. Peter