Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#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]

Change History (3)

comment:1 Changed 13 years ago by sjamaan

Resolution: invalid
Status: newclosed

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

comment:2 Changed 13 years ago by felix winkelmann

Milestone: 4.7.04.8.0

Milestone 4.7.0 deleted

comment:3 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.