From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CC35CA04FD; Wed, 6 Apr 2022 14:01:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C231240689; Wed, 6 Apr 2022 14:01:30 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 199354014F for ; Wed, 6 Apr 2022 14:01:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649246489; x=1680782489; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=5660ZxctU8Q4FNgvWqH0zgCJhSNJWcyRm6V4JdQ9pR4=; b=FXlIh3YKY80aGPVVUW4SHC2mSGFJPMLWqC9lnUTRu0IVNF813vw2kclv IwkY6RljMSyTcQ+78XpWVmlpOLg1Kqg0DIJQ41qHR31d4J0PbAeFvpbkc UoJ8+2Hk4UOOvnRyURGvkoYE2dGtsFb3RxINxTYHoP+cj9Uqi3se730SG a6l7B99PF1OprFIUKDeZ4y+C5J5IgMo/Kqu3WlAJSqL2mJO4qeCjJnUOB 04cJdSszUx7dMBmRo/qUsm+2AGuDAY8yYebDD10MJBRqejqKzH0bHxdjf GyiNhVYGfDIPY+qnOS/EtsnGZrloTNqseTZFAVQdD0FcPxteiLsBd7qKT Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10308"; a="285995245" X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="285995245" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2022 05:01:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="570483511" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga008.jf.intel.com with ESMTP; 06 Apr 2022 05:01:27 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Wed, 6 Apr 2022 05:01:27 -0700 Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmsx605.amr.corp.intel.com ([10.18.126.85]) with mapi id 15.01.2308.027; Wed, 6 Apr 2022 05:01:27 -0700 From: "Tu, Lijuan" To: "Dong, JunX" , "dts@dpdk.org" CC: "Sun, QingX" Subject: RE: [dts] [PATCH V1] framework/dts: Regist generate ASan report action to atexit Thread-Topic: [dts] [PATCH V1] framework/dts: Regist generate ASan report action to atexit Thread-Index: AQHYRm9ZL2t1V2XoxEe7MIaEHtxqkqzizx6w Date: Wed, 6 Apr 2022 12:01:27 +0000 Message-ID: <0ea1d1f7d3414e1a8c898daebff1d6df@intel.com> References: <20220402085454.743-1-junx.dong@intel.com> In-Reply-To: <20220402085454.743-1-junx.dong@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org > -----Original Message----- > From: Dong, JunX > Sent: 2022=1B$BG/=1B(B4=1B$B7n=1B(B2=1B$BF|=1B(B 16:55 > To: dts@dpdk.org > Cc: Tu, Lijuan ; Sun, QingX ; D= ong, > JunX > Subject: [dts] [PATCH V1] framework/dts: Regist generate ASan report acti= on to > atexit >=20 > Sometime, the framework does not generate ASan reports when exiting > abnormally, because the operation of generating reports is at the end of = the > main flow of the framework, and there are no guarantee measures in case o= f > abnormality. So register the generate operation with the atexit module. >=20 > Signed-off-by: Jun Dong Acked-by: Lijuan Tu Applied, thanks