From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id U/00Ltj38GRy6g4AWB0awg (envelope-from ) for ; Thu, 31 Aug 2023 16:28:08 -0400 Authentication-Results: simark.ca; dkim=pass (2048-bit key; unprotected) header.d=lists.lttng.org header.i=@lists.lttng.org header.a=rsa-sha256 header.s=default header.b=OEsadQR+; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id AE17F1E0C2; Thu, 31 Aug 2023 16:28:08 -0400 (EDT) Received: from lists.lttng.org (lists.lttng.org [167.114.26.123]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 7F3471E092 for ; Thu, 31 Aug 2023 16:28:06 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1693513686; bh=ycj0BRV13b/61iu1uMckA1O2dGFbEf0rizz51cEjH5c=; h=To:In-Reply-To:References:Date:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=OEsadQR+68y3ox/wYW1KAlxZugrXh4oezwAprFJLnn2AP/CFhjie8SZIpZ+0FpD41 9KDRcCu6/wL+D31vk1+vKArqz33jLP1By8odAbTxdTGZB7t6QbaoxmGM+0p1mmFRg5 A7SU76MkMQDiVn1W2Mlxbz84egetTqOirt6pXoWv8pzpOq/Ku1zteg0Wa+O48hhsv3 g5n9k+SPyHTgILPXJZo0yVOfAs89Jw7yPulbh4dnyZAcW02obf8kRedph573tj1LUj P3dV98QsVty11k53HEvP0sSUouBxzpq679lXgZ2jN8X8a6USNYyDBuos/bhY7I6ou4 etUTVU+kYb5Zg== Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4RcCQt0293z2TSq; Thu, 31 Aug 2023 16:28:06 -0400 (EDT) Received: from smtpout.efficios.com (smtpout.efficios.com [167.114.26.122]) by lists.lttng.org (Postfix) with ESMTPS id 4RcCQr32Vbz2TSp for ; Thu, 31 Aug 2023 16:28:04 -0400 (EDT) Received: from localhost (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) by smtpout.efficios.com (Postfix) with ESMTPSA id 4RcCQq4jPSz1MnV; Thu, 31 Aug 2023 16:28:03 -0400 (EDT) To: Alexei Sholomitskiy , lttng-dev@lists.lttng.org In-Reply-To: <43c25c75-3e34-9e24-e466-f6bd1d7a1c4e@gmail.com> Organization: EfficiOS References: <43c25c75-3e34-9e24-e466-f6bd1d7a1c4e@gmail.com> Date: Thu, 31 Aug 2023 16:28:03 -0400 Message-ID: <87bkenare4.fsf@laura> MIME-Version: 1.0 Subject: Re: [lttng-dev] userspace-rcu-0.14.0 - make check bug X-BeenThere: lttng-dev@lists.lttng.org X-Mailman-Version: 2.1.39 Precedence: list List-Id: LTTng development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Olivier Dion via lttng-dev Reply-To: Olivier Dion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" Hi Alexei, On Wed, 30 Aug 2023, Alexei Sholomitskiy via lttng-dev wrote: [...] > ./configure --prefix=/libs/librcu-0.14.0 --enable-rcu-debug > --enable-cds-lfht-iter-debug --disable-static > > make Can you provide the log for the configure and make commands? > alexei@Aspire:~/build/liburcu-0.14.0$ make check [...] > ERROR: test_urcu_multiflavor - too few tests run (expected 5, got 0) > ERROR: test_urcu_multiflavor - exited with status 134 (terminated by > signal 6?) The multiflavor tests seem to be running since we can see the expected count. However, ERROR probably means that the test crashes. Since the `got count' is zero, I think it might have crashed in test_mf_memb(). [...] > PASS: test_urcu_multiflavor_single_unit 1 - !test_mf_mb() > PASS: test_urcu_multiflavor_single_unit 2 - !test_mf_bp() > ERROR: test_urcu_multiflavor_single_unit - too few tests run (expected > 5, got 2) > ERROR: test_urcu_multiflavor_single_unit - exited with status 134 Here this time, we got two PASSes then an ERROR on the third test, which is again on test_mf_memb(). So everything is pointing toward test_mf_memb(). If this is the case, I suspect that if you run the regression tests with `make regtest' you will have PASS on everything except test_*_membarrier_* which will have ERROR. [...] Thanks, Olivier -- Olivier Dion EfficiOS Inc. https://www.efficios.com _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev