unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* pthread fast mutexes
@ 2004-02-23 21:16 Kevin Ryde
  2004-02-23 22:05 ` Mikael Djurfeldt
  0 siblings, 1 reply; 10+ messages in thread
From: Kevin Ryde @ 2004-02-23 21:16 UTC (permalink / raw)


In the current cvs on my i386 debian,

	(unlock-mutex (make-mutex))

gives a seg fault.

I'm guessing it's because make-mutex uses a pthread fast mutex, and
that style means no error checking by the unlock.

Maybe the scheme level functions will need to use the "normal" mutexes
so the above can throw an exception.  Or is there some other theory on
this?


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-03-20 22:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-23 21:16 pthread fast mutexes Kevin Ryde
2004-02-23 22:05 ` Mikael Djurfeldt
2004-02-23 22:22   ` Mikael Djurfeldt
2004-02-23 23:46     ` Kevin Ryde
2004-02-24  0:02       ` Mikael Djurfeldt
2004-02-28 20:18         ` Kevin Ryde
2004-03-20 22:51     ` Marius Vollmer
2004-02-23 22:33   ` Kevin Ryde
2004-02-24  1:17     ` Mikael Djurfeldt
2004-03-20 22:51       ` Marius Vollmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).