Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#16016 - [sylpheed] breaks when a compose window is displayed with enchant 1.5.0
Attached to Project:
Arch Linux
Opened by Jan Stępień (janek) - Saturday, 05 September 2009, 09:31 GMT
Last edited by Eric Belanger (Snowman) - Friday, 06 November 2009, 22:23 GMT
Opened by Jan Stępień (janek) - Saturday, 05 September 2009, 09:31 GMT
Last edited by Eric Belanger (Snowman) - Friday, 06 November 2009, 22:23 GMT
|
DetailsSylpheed breaks with a SIGSEGV when trying to display a compose window.
Additional info: * Occurs with enchant 1.5.0. Downgrading to 1.4.8 solves the problem. * Tested on Sylpheed 2.7.1 and 2.6.0. * Backtrace attached. Steps to reproduce: 1. Install Sylpheed and enchant 1.5.0 2. Run Sylpheed and try to reply to a message or compose a new one. |
This task depends upon
Closed by Eric Belanger (Snowman)
Friday, 06 November 2009, 22:23 GMT
Reason for closing: Fixed
Additional comments about closing: sylpheed-2.7.1-3 has gtkspell disabled. It could be re-enabled when a solution for the seg faults is found.
Friday, 06 November 2009, 22:23 GMT
Reason for closing: Fixed
Additional comments about closing: sylpheed-2.7.1-3 has gtkspell disabled. It could be re-enabled when a solution for the seg faults is found.
http://www.claws-mail.org/tools.php
I am on x86_64 and it segfaults for me too.
I am unable to find 1.4.8 of enchant.
I can see 1.4.2 then 1.5 ??
this worked a treat.
this worked a treat.
Can we downgrade the package in the repo until this is fixed?
I don't really understand what it does, but it works (at least on Mandriva).
# $Id: PKGBUILD 52375 2009-09-19 01:49:39Z allan $
# Maintainer: Alexander Fehr <pizzapunk gmail com>
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=sylpheed
pkgver=2.7.1
pkgrel=2
pkgdesc="Lightweight and user-friendly e-mail client"
arch=('i686' 'x86_64')
url="http://sylpheed.sraoss.jp/en/"
license=('GPL')
depends=('gpgme' 'gtkspell')
makedepends=('compface')
source=(http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-$pkgver.tar.bz2)
md5sums=('1f470525c1fbe53253813a0978c18228')
build() {
cd "$srcdir/sylpheed-$pkgver"
./configure --prefix=/usr --enable-ldap --disable-gtkspell || return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
}
The spell checker is disabled, but at least can compose messages. Forum thread: With this solution t
Are there any side affects to downgrading enchant ? ( I haven't noticed any )