Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 426357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T19:28:17+00:00 2026-05-12T19:28:17+00:00

I just ran across an issue that probably exposes my ignorance of common threading

  • 0

I just ran across an issue that probably exposes my ignorance of common threading semantics. I assumed that the following ruby was valid:

   d = Thread.new{ Thread.stop }
   d.join

That is, I thought that joining a stopped thread would simply be a NOP – the thread is already finished, so join should return immediately.

Instead, Ruby-1.8.6 (irb) on Mac returns the following:

deadlock 0x569f14: sleep:-  - (irb):1
deadlock 0x35700: sleep:J(0x569f14) (main) - (irb):2
fatal: Thread(0x35700): deadlock
    from (irb):2:in `join'
    from (irb):2

Can anyone briefly explain why this is so? Is this just an implementation issue or a higher-level semantic that has gone over my head?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T19:28:17+00:00Added an answer on May 12, 2026 at 7:28 pm

    Your code creates a new Thread object with the corresponding block but never runs it, so when you do the join, you’re waiting for a thread to complete that is never started. Start the thread before you do the join and it should be fine:

    d = Thread.new{ Thread.stop }
    d.run
    d.join
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Time for a theoretical question I just ran across. The following code is valid
I just ran across the following syntax in a piece of Haskell code -
I just ran across this an Google App Engine article that uses that funny
I just ran across some jQuery that looks like this: $('.add-row').live('click.add', function() { //
I just ran across the following line of code: if(someInt <= int.MinValue) { /*
I just ran across a problem that took a little while to figure out
I just ran across the following error: (.gnu.linkonce.[stuff]): undefined reference to [method] [object file]:(.gnu.linkonce.[stuff]):
So I just ran across this oddity. It appears that Ubuntu has a feature
I just ran across a question with an answer suggesting the AntiXss library to
I just ran into this issue while making a GET request to a node.js

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.