From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7F8D7A0524 for ; Mon, 7 Dec 2020 09:32:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4C2ADC8CC; Mon, 7 Dec 2020 09:32:36 +0100 (CET) Received: from mailfilter03.viettel.com.vn (mailfilter03.viettel.com.vn [125.235.240.55]) by dpdk.org (Postfix) with ESMTP id 2EB6120BD for ; Sun, 6 Dec 2020 14:04:56 +0100 (CET) DomainKey-Signature: s=dmsig1; d=viettel.com.vn; c=simple; q=dns; h=Authentication-Results:X-IronPort-AV:Received:Received: Received:Received:To:Subject:Organization:Message-ID: MIME-Version:Content-Type:X-Mailer:Thread-Index: Content-Language:MilterAction:Date:From; b=BCNetEgpwds52bu0oowonGmDyD8SIhcXi2wmA7oIOBGU/LB35IgKji8j uZo1uoUu+ICx8I/QaMGUOo/IdSyFzF6II9pu8vKiF+MamYhn2gYLDN+z+ YlzbZWfCv1vu0TnW35EbK12ZHCkJlC+gqGBunPRtIgxz7BeCd8Qlv06uQ V1oYf446vsuhDbIxvUO2lpwJonrpNF0kpCJTNkK9c+Iy2G4Zh9wyEXOc+ IfUEMTDELV0rX7QvgXAbKKPAjwmc3r8TZO69j78Rx7nqVL70uOwWHy0vx MNGIFgBJ97qRZssr4YClSCBCsYpKlLBVrQG+/M9KkYCUKER6DdAVesYYj w==; DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=viettel.com.vn; s=dkim1; t=1607259898; h=to:subject:message-id:mime-version:date:from; bh=IQ5p53ghXa8AcVvXKUcCiCpsFnW9IlfWdE+J4FGgYeI=; b=GMjq9MlgKNnc/KCv3leD7w2g7m0l1N+57zaqKpjYNbWXFkyLO6RGbDOM IZLTnoaq5ltKRRRLTMA2xuMG17rz1EWIIxZI+ZDGgkmEWtQS2GvjcdYck nUbOErWIosHDHGZFXEnMpEOxVwE46gSm7BsTNl6uORBGPHAv81WdBFZ7I monVkNALsryZh8l82auj39sGNG/bRBloUDkvZ8rYRgqpzfuqQJazMZSwF 2BYHMj3SD8ghuxcIaqMI4yVdjbBgk6/jeApynAvBvbBcOQH0Gt7MlUQAf 7fscwZYB9bGO4ai8hdFqLT80ImdL2Um4NsqnKOcheXp6R7bf1bh7P2l1K A==; Authentication-Results: mailfilter03.viettel.com.vn; spf=Pass smtp.mailfrom=hoanlv4@viettel.com.vn; dmarc=pass (p=none dis=none) d=viettel.com.vn X-IronPort-AV: E=Sophos;i="5.56,253,1539622800"; d="txt'?scan'208,217";a="192986393" Received: from 125.235.240.45.adsl.viettel.vn (HELO mta2.viettel.com.vn) ([125.235.240.45]) by mailfilter03.viettel.com.vn with ESMTP; 06 Dec 2020 20:04:47 +0700 Received: from mta2.viettel.com.vn (localhost [127.0.0.1]) by mta2.viettel.com.vn (Postfix) with ESMTP id ED6826806EA for ; Sun, 6 Dec 2020 20:04:46 +0700 (ICT) Received: from mta2.viettel.com.vn (localhost [127.0.0.1]) by mta2.viettel.com.vn (Postfix) with ESMTP id DD4BC680738 for ; Sun, 6 Dec 2020 20:04:46 +0700 (ICT) Received: from VHTHOANLV4 (unknown [27.68.241.28]) by mta2.viettel.com.vn (Postfix) with ESMTPSA id 631156806EA for ; Sun, 6 Dec 2020 20:04:46 +0700 (ICT) To: Organization: Viettel Message-ID: <000001d6cbd0$5797f1a0$06c7d4e0$@viettel.com.vn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-Index: AdbLzqzo8sTeojlSQy6I8xSBV28N0w== Content-Language: en-us MilterAction: FORWARD Date: Sun, 6 Dec 2020 20:04:46 +0700 (ICT) From: hoanlv4@viettel.com.vn X-Mailman-Approved-At: Mon, 07 Dec 2020 09:32:33 +0100 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: [dpdk-users] app get core dumped in rte_timer_reset X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" Dear DPDK users, Today our application get core dump in rte_timer_reset function. We have been tried to debug, but we do not have many info to continue. So I post my problem here with hope that anyone can give me some hints to continue with debug. We use DPDK version 17.05 and build DPDK without debug info (just build it with dpdk-setup script). The attachment includes some output from gdb: backtrace and layout split. Many thanks, HoanLV4 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: gdb_layout_asm.txt URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: back_trace_full.txt URL: