#517 closed defect (invalid)
Strange segfaults when linking to pthreads
Reported by: | sjamaan | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | major | Milestone: | 4.9.0 |
Component: | core libraries | Version: | 4.6.x |
Keywords: | segfault, libpthreads | Cc: | |
Estimated difficulty: |
Description
As reported on the mailinglist: http://lists.nongnu.org/archive/html/chicken-users/2011-03/msg00010.html
(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]
Note: See
TracTickets for help on using
tickets.
According to Aleksej Saushev this is a NetBSD bug, not a Chicken bug. I'll close this ticket.