From owner-freebsd-stable@FreeBSD.ORG Wed Sep 28 02:17:55 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 C8EEE106564A for ; Wed, 28 Sep 2011 02:17:55 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4FA9E8FC08 for ; Wed, 28 Sep 2011 02:17:55 +0000 (UTC) Received: by yia13 with SMTP id 13so7515603yia.13 for ; Tue, 27 Sep 2011 19:17:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=lAoof3GR0L55oGDok/C93cQDscMWn7ejvs294yO1PrQ=; b=RygsqmRtj9N6wJsxG+rGlfNzXJO2e0CUoXnhEXXHuWXVmQCFc9jzrbg6G4FrKhMOAO EbdRDWSM7/DokzX8qXtgMrsWR+rJY6r+az2825s7jDZYmlOc3k5U1mVd+GGPVZZLqdvC Bgm4Yyzrl9KDrUXD4IBqpz88s+0PprbHZeBcY= MIME-Version: 1.0 Received: by 10.236.124.97 with SMTP id w61mr51681593yhh.106.1317176274514; Tue, 27 Sep 2011 19:17:54 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Tue, 27 Sep 2011 19:17:54 -0700 (PDT) In-Reply-To: <20110928010859.GA17098@fbsd.t60.cpu> References: <20110928010859.GA17098@fbsd.t60.cpu> Date: Wed, 28 Sep 2011 10:17:54 +0800 X-Google-Sender-Auth: H05gpoozG-VmKOZzWGtRlpt4xeQ Message-ID: From: Adrian Chadd To: Yue Wu Content-Type: text/plain; charset=ISO-8859-1 Cc: ml-freebsd-stable Subject: Re: luit -encoding gbk causes Segmentation fault (core dumped) in 9-stable 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: Wed, 28 Sep 2011 02:17:55 -0000 On 28 September 2011 09:08, Yue Wu wrote: > Hello list, > > As the title said. When on 8-stable, luit -encdoding gbk works fine, > anyone can figure it out what's wrong? > > I'm sure it's not a luit's bug because luit works fine and no any > version updating happened before and after OS's upgrading, I just > recompiled luit from ports after upgrade from 8-stable to 9-stable, with > the same compiling options. Can you use gdb with the binary and core dump to investigate where it crashed? That may provide some clues. Adrian