Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2015 02:10:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199055] lang/sbcl: upgrade to 1.2.10 and fix thread concurrency
Message-ID:  <bug-199055-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199055

            Bug ID: 199055
           Summary: lang/sbcl: upgrade to 1.2.10 and fix thread
                    concurrency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jack@crepinc.com

Created attachment 155036
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155036&action=edit
lang-sbcl-1.2.10.patch

This patch against HEAD brings sbcl to 1.2.10 (latest), and reenables the
THREADS option. I've fixed the thread concurrency test simply by disabling the
single failing test when the system is defined as freebsd; for reference,
here's the test I've disabled:

---
Test SB-CONCURRENCY-TEST::MAILBOX.MULTIPLE-PRODUCERS-MULTIPLE-CONSUMERS failed
Form: (SB-CONCURRENCY-TEST::TEST-MAILBOX-PRODUCERS-CONSUMERS :N-SENDERS 50
                                                             :N-RECEIVERS 50
                                                             :N-MESSAGES 1000)
Expected values: (:RECEIVED . 50000)
                 (:GARBAGE . 0)
                 (:ERRORS . 0)
                 (:TIMEOUTS . 0)
Actual values: (:RECEIVED . 49993)
               (:GARBAGE . 0)
               (:ERRORS . 0)
               (:TIMEOUTS . 1).
---

-- 
You are receiving this mail because:
You are the assignee for the bug.



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