Menu
Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
Thread issues with ruby 1.8.0 on OpenBSD 3.3
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Rick Nooner, post: 4420095"] I'm seeing problems with threading using ruby 1.8.0 on OpenBSD 3.3. When I use threads, I get longjump botch. Illegal instruction (core dumped) Following is a short script that reproduces the problem. This script runs fine using ruby 1.8.0 on Solaris 8. Are there known issues with ruby threading on OpenBSD? Thanks, Rick -- require 'thread' threads = [] q = Queue.new threads << Thread.new { puts q.pop } q.push("gronk") threads.each { |t| t.join } [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Thread issues with ruby 1.8.0 on OpenBSD 3.3
Top