﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
517	Strange segfaults when linking to pthreads	sjamaan	felix winkelmann	"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]
}}}"	defect	closed	major	4.9.0	core libraries	4.6.x	invalid	segfault, libpthreads		
