From owner-freebsd-ports@FreeBSD.ORG Fri May 2 06:45:34 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36587985 for ; Fri, 2 May 2014 06:45:34 +0000 (UTC) Received: from mail-oa0-x230.google.com (mail-oa0-x230.google.com [IPv6:2607:f8b0:4003:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1BA11130 for ; Fri, 2 May 2014 06:45:33 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id i4so4015130oah.35 for ; Thu, 01 May 2014 23:45:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=qVtpnqNmYmbk9B+PkQowU7S2+8g0LNUAtHer8SaSfVs=; b=EB2uZhbBBnq1L5Ug6RpoWqo9rlErbz75bdBsmduWMrwXWuIxDJM9mL39VO13mLlDeb Y4fAH5q9ndk8ojzb/vKPURyw9KDICyWl3/kyIY1S4I7SnPNY6H8lEY7VsPnaYpTMOPpL 9CQqeuDYhBHOFPgo67N/Ttv+gYFI0sGNCAKXe1t4JE50vuaDlQJow4sugXJpCmjZg04h RB0bMS43zb+AbaeP4qQ3Vhp7/eRvPYSMc+NMaTA+uGPd7KtWHIyBq2FWogqfnI2ZAuke qXlcJm/AMfQPnOXmQrhDxxMoUfGoZtQ4H2ZMLTzqo/K3HoiIQ0j+x8gigrJj9BD9gUid wQtA== MIME-Version: 1.0 X-Received: by 10.60.155.35 with SMTP id vt3mr15412933oeb.32.1399013133165; Thu, 01 May 2014 23:45:33 -0700 (PDT) Sender: robbak@gmail.com Received: by 10.76.174.9 with HTTP; Thu, 1 May 2014 23:45:33 -0700 (PDT) In-Reply-To: <20140502004330.220f006d@tiger2008.drpetervoigt.private> References: <20140502004330.220f006d@tiger2008.drpetervoigt.private> Date: Fri, 2 May 2014 16:45:33 +1000 X-Google-Sender-Auth: JclHUJwOyXy5l2CBKrLNAR87bho Message-ID: Subject: Re: Thunderbird 24.5.0 - Segmentation fault (core dumped) From: Robert Backhaus To: "Dr. Peter Voigt" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Freebsd_mailinglist_PORTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 06:45:34 -0000 A backtrace would be useful. Re-make the port with make -DWITH_DEBUG clean build . Then cd into the work directory and run the program from there. You can run it directly, and then pull the backtrace from the dumpfile (gdb ./thunderbird thunderbird.core), or or run it inside of gdb (gdb ./thunderbird, then type run). Get the backtrace by typing 'bt full' into gdb once the program crashes. On 2 May 2014 08:43, Dr. Peter Voigt wrote: > I am running 10.0-RELEASE and I have just successfully built > Thunderbird 24.5.0 from ports. Thunderbird start just fine but as soon > as I start to create an email account it crashes with message > "Segmentation fault (core dumped)". > > I have observed the same behavior with Thunderbird 24.4.0 and wrote > PR188019 which is still open: > http://www.freebsd.org/cgi/query-pr.cgi?pr=188019 > > I have not read about similar experiences of others in the list or the > forums with Thunderbird 24.4/24.5. Therefore I am wondering, if there > might be something special with my configuration causing the > segmentation fault: > > # make showconfig > ===> The following configuration options are available for > thunderbird-24.5.0: DBUS=on: D-Bus IPC system support > DEBUG=off: Build with debugging support > ENIGMAIL=on: Enigmail extension > GCONF=off: GConf configuration backend support > GIO=on: GIO for file I/O > GNOMEUI=off: libgnomeui support module > GNOMEVFS2=off: GnomeVFS2 (virtual file system) support > GSTREAMER=off: Multimedia support via GStreamer > LIBPROXY=off: Proxy support via libproxy > LIGHTNING=on: Calendar extension > LOGGING=on: Additional log messages > OPTIMIZED_CFLAGS=on: Use extra compiler optimizations > PGO=off: Use Profile-Guided Optimization > PROFILE=off: Build with profiling support > TEST=off: Build and/or run tests > ====> Options available for the multi AUDIO: you have to choose at > least one of them ALSA=on: ALSA audio architecture support > PULSEAUDIO=off: PulseAudio sound server support > ===> Use 'make config' to modify these settings > > As Thunderbird is currently unusable for me I do appreciate any hints > on it. > > Regards, > Peter > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >