chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #517: Strange segfaults when linking to pthreads


From: Chicken Trac
Subject: [Chicken-janitors] #517: Strange segfaults when linking to pthreads
Date: Fri, 04 Mar 2011 08:05:33 -0000

#517: Strange segfaults when linking to pthreads
-----------------------------------+----------------------------------------
 Reporter:  sjamaan                |       Owner:  felix
     Type:  defect                 |      Status:  new  
 Priority:  major                  |   Milestone:  4.7.0
Component:  core libraries         |     Version:  4.6.x
 Keywords:  segfault, libpthreads  |  
-----------------------------------+----------------------------------------
 As reported on the mailinglist: http://lists.nongnu.org/archive/html
 /chicken-users/2011-03/msg00010.html

 {{{
 #!scm
 (module foo *
   (import chicken scheme)
   ;; Just a lot of semi-random libraries here:
   (use srfi-1 srfi-13 srfi-4 data-structures spiffy test)
   (print "yo"))
 }}}

 {{{
 $ csc -s -lpthread foo.scm
 $ csi
 #;1> (load "foo")
 [segfault]
 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/517>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]