Summary

Strange segfaults when linking to pthreads

Metadata

Description

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]

Changes and comments

[2011-03-04 09:55:56 UTC] sjamaan changed status from new to closed

[2011-03-04 09:55:56 UTC] sjamaan set resolution to invalid

[2011-03-04 09:55:56 UTC] sjamaan wrote:

According to Aleksej Saushev this is a NetBSD bug, not a Chicken bug. I'll close this ticket.

[2011-06-01 09:00:41 UTC] felix changed milestone from 4.7.0 to 4.8.0

[2011-06-01 09:00:41 UTC] felix wrote:

Milestone 4.7.0 deleted

[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0

[2012-09-24 21:47:48 UTC] felix wrote:

Milestone 4.8.0 deleted