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 7493543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T17:01:33+00:00 2026-05-29T17:01:33+00:00

If there is some code that 2 threads trying to write to the same

  • 0

If there is some code that 2 threads trying to write to the same object at the same time, my understanding is that it will not generate any compile-time error, which is the part of the reason why debugging multithreading program is so difficult. But will this generate a run-time error / exception?

Can anyone suggest any good multithreading debug techniques?

Thanks.

  • 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-29T17:01:40+00:00Added an answer on May 29, 2026 at 5:01 pm

    Accessing the same object from inside two or more different threads would not generate an error either in run time or in a debugger BUT it most probably would screw around with the object in ways that you did not intend to.

    The way to handle it in a multi-threaded environment safely is to use mutexes and semaphores.
    For mutexes check the wikipedia link.

    Mutexes are generally used when you want to limit the access to an object by only one thread at a time.

    Semaphores on the other hand are a more generic case (mutexes are actually a special case of a semaphore) which have a counter that each thread will increase/decrease depending on the activation/deactivation of the semaphore. When the semaphore reaches 0 it will lock itself and the thread that caused it. For more information on semaphores check the wikipedia page

    If you want more specific advice, then I suggest you give us information on the Operating system you are targeting and/or the API you are using since anything having to do with threads (mutexes,semaphores e.t.c.) are OS-specific

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There is some code that I'm trying to convert from IList to IEnumerable :
I'm trying to write some code that performs a wait via JNA (e.g. by
I'm using .net. Is there some code somewhere that can change $11,456.50 -> eleven
We're storing some Guid's in a MS SQL database. There's some legacy code that
I'm writing some code that has a lot of substitution. There's a list<char> productions
There's some code in our project that looks a bit like this: Private Sub
I have some jQuery/JavaScript code that I want to run only when there is
Is there some tool that can automatically convert the following c style code A
We have some old C code here that's built with nmake. Is there an
We are in the process of refactoring some code. There is a feature that

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.