Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2009 10:58:29 +0200 (CEST)
From:      Mohacsi Janos <mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dougb@FreeBSD.org
Subject:   ports/135434: avoiding most of the crashing problem on mail/alpine on FreeBSD 6.x
Message-ID:  <20090610085829.1B3568504A@mail.ki.iif.hu>
Resent-Message-ID: <200906100900.n5A90BjS042511@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         135434
>Category:       ports
>Synopsis:       avoiding most of the crashing problem on mail/alpine on FreeBSD 6.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 10 09:00:10 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Mohacsi Janos
>Release:        FreeBSD 6.4-STABLE i386
>Organization:
NIIF
>Environment:
System: FreeBSD mignon.ki.iif.hu 6.4-STABLE FreeBSD 6.4-STABLE #16: Fri May 22 11:36:59 CEST 2009 root@mignon.ki.iif.hu:/usr/obj/usr/src/sys/MIGNON2 i386


	
>Description:
	alpine is crashing on FreeBSD 6.x due to threading implementation 
        difference..
>How-To-Repeat:
	try alpine on FreeBSD 6.x - open a large folder (> 60000 messages)
>Fix:
	
Copy from message thread from alpine-info mailing list:

"
Threads on FreeBSD 6.x used KSE (M:N threads) and threads on FreeBSD 7.x are
1:1.  What does that mean for you you may ask.  It means that some issues
were fixed by moving to the simpler 1:1 threads that now exist in 7.x.  I
recommend, if you have permission, that you build Alpine from ports with the
thread option disabled:

1. cd /usr/ports/mail/alpine && make config
2. Set THREADS to off in the menu.
3. make clean
4. make deinstall install clean

Sean
-- 
scf@FreeBSD.org

"

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090610085829.1B3568504A>