Date: Fri, 2 May 2014 16:45:33 +1000 From: Robert Backhaus <robbak@robbak.com> To: "Dr. Peter Voigt" <pvoigt@uos.de> Cc: Freebsd_mailinglist_PORTS <freebsd-ports@freebsd.org> Subject: Re: Thunderbird 24.5.0 - Segmentation fault (core dumped) Message-ID: <CABG_4j=4YPygLLdrwrMo69V4djDktc8t6BezOA9ReFuZpVBryg@mail.gmail.com> In-Reply-To: <20140502004330.220f006d@tiger2008.drpetervoigt.private> References: <20140502004330.220f006d@tiger2008.drpetervoigt.private>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <pvoigt@uos.de> 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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABG_4j=4YPygLLdrwrMo69V4djDktc8t6BezOA9ReFuZpVBryg>