From owner-freebsd-stable@FreeBSD.ORG Thu Nov 3 00:35:50 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35817106566B for ; Thu, 3 Nov 2011 00:35:50 +0000 (UTC) (envelope-from frank@zzattack.org) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id BB4728FC13 for ; Thu, 3 Nov 2011 00:35:49 +0000 (UTC) Received: by eyd10 with SMTP id 10so966810eyd.13 for ; Wed, 02 Nov 2011 17:35:48 -0700 (PDT) Received: by 10.213.21.9 with SMTP id h9mr794266ebb.47.1320280548452; Wed, 02 Nov 2011 17:35:48 -0700 (PDT) Received: from [10.31.45.20] (163-68-ftth.onsneteindhoven.nl. [88.159.68.163]) by mx.google.com with ESMTPS id 49sm10950252eec.1.2011.11.02.17.35.47 (version=SSLv3 cipher=OTHER); Wed, 02 Nov 2011 17:35:47 -0700 (PDT) Message-ID: <4EB1E199.2030002@zzattack.org> Date: Thu, 03 Nov 2011 01:34:33 +0100 From: Frank Razenberg User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Xin LI References: <4EB1BCAD.7080206@zzattack.org> <20111102233807.GA67112@icarus.home.lan> <4EB1D6F9.3060008@zzattack.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: smartmontools-support@lists.sourceforge.net, FreeBSD Stable Mailing List , Jeremy Chadwick Subject: Re: smartctl / mpt on 9.0-RC1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2011 00:35:50 -0000 A small bit more info appears at the bottom of the stack. -Frank #1086 0x0000000800fe4338 in std::string::_Rep::_S_empty_rep_storage () from /usr/lib/libstdc++.so.6 #1087 0x0000000000000000 in ?? () #1088 0x0000000000000000 in ?? () #1089 0x00007fffffffda00 in ?? () #1090 0x0000000000000000 in ?? () #1091 0x0000000801ca4b68 in ?? () #1092 0x0000000801ca4b98 in ?? () #1093 0x0000000801ca5578 in ?? () ---Type to continue, or q to quit--- #1094 0x0000000800fe4338 in std::string::_Rep::_S_empty_rep_storage () from /usr/lib/libstdc++.so.6 #1095 0x0000000801c831b0 in ?? () #1096 0x0000000000000000 in ?? () #1097 0x0001000101010101 in ?? () #1098 0x0000000000000000 in ?? () #1099 0x00007fffff000000 in ?? () #1100 0x00007fffffffdb40 in ?? () #1101 0x0000000000000000 in ?? () #1102 0x00000008014f7fd2 in __cxa_atexit () from /lib/libc.so.7 #1103 0x000000000040705c in main (argc=Cannot access memory at address 0xffffffffffffffd4 ) at smartctl.cpp:1129 On 11/3/2011 1:23 AM, Xin LI wrote: > Hi, > > On Wed, Nov 2, 2011 at 4:49 PM, Frank Razenberg wrote: >> Loaded symbols for /libexec/ld-elf.so.1 >> #0 0x0000000000000000 in ?? () >> (gdb) bt >> #0 0x0000000000000000 in ?? () >> #1 0x0000000000000000 in ?? () > Your stack is mangled. Can you recompile and install the port with > 'WITH_DEBUG=' and try if you can regenerate the core and gdb to see if > there is any change? > > Cheers,