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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T14:18:19+00:00 2026-06-10T14:18:19+00:00

Eclipse 3.7.2 is bugged in Solaris 11 X86 – its main thread randomly enters

  • 0

Eclipse 3.7.2 is bugged in Solaris 11 X86 – its main thread randomly enters sleep state and never wakes up from it. I wish to interrupt the sleep so that the main thread will continue running. Is it possible?

More details here: Eclipse hangs forever, thread dump says main thread is sleeping

  • 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-06-10T14:18:20+00:00Added an answer on June 10, 2026 at 2:18 pm

    I don’t think it’s a great idea to interrupt threads which are running code that you didn’t write — you could possibly cause deadlocks, corrupt data structures, etc. Or it could possibly be benign. But that’s your risk…

    Yes, it is possible to do what you want. If you can get some of your own code running within that application, then you can monitor the threads until you see a thread which has a specific name and been sleeping for a long time, and interrupt it, pretty easily with:

    Thread.enumerate()
    Thread.getName()
    Thread.interrupt()
    

    To get your code to run at the same time as the rest of the program, you can modify the launcher: modify the classpath, create a class with a main method which starts your own monitoring thread and then calls the real main method.

    Alternatively you could write your monitoring thread as a Java agent and use the “-javaagent” switch. See http://docs.oracle.com/javase/7/docs/api/java/lang/instrument/package-summary.html for more information.

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

Sidebar

Related Questions

Eclipse's Search results view is quite handy with its tree-like structure. Is there any
Eclipse complains about my catch statement below public class NaturalLanguageMultiply { public class WrongMultiplierException
Eclipse is showing the following errors in my Spring's applicationContext.xml : cvc-complex-type.2.4.c: The matching
Eclipse project, I have Subversion set to ignore the bin directory, and also within
Eclipse was working fine just a day ago. But today, when I click the
Eclipse Helios periodically starts running a job which displays Computing additional info. During this
Eclipse is complaining about my Android project saying all my references to resources are
Eclipse and MyEclipse create new Java files with an extra blank line after the
Eclipse was running fine last night, but this morning I tried starting it up
Eclipse allows us to define a class as: interface MyInterface { void methodA(); int

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.