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

  • Home
  • SEARCH
  • 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 95293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T23:38:08+00:00 2026-05-10T23:38:08+00:00

Apologies for the long post, but I wonder if I could get some more

  • 0

Apologies for the long post, but I wonder if I could get some more eyeballs on this before I submit a bug report to Sun.

JVM: 6u11
O/S: Windows XP SP3
Hardware: AMD Athlon 64 X2 4600+ @ 2.41GHz, with 3.25 GB RAM.

I believe I have encountered a fault in the JVM where no thread is given a monitor. In the following thread traces, the monitor <0x12a8f9f8> was acquired by RelayedMessages-0000000001, which ended up waiting on it; that thread was subsequently notified. However, even though all of the threads listed are contending for the monitor, none are getting it.

I promise the thread dump is complete for every thread which refers to monitor <0x12a8f9f8>. The dump was obtained using Java VisualVM, three times over a period of 16 hours, and shown to be consistent each time (these threads were unchanged).

Does anyone disagree with my assessment that the JVM is failing to deliver the monitor to any of the eligible threads, when it should deliver it to one of them?

'RelayedMessages-0000000001' daemon prio=6 tid=0x03694400 nid=0x1750 waiting for monitor entry [0x05e1f000..0x05e1fc94]    java.lang.Thread.State: BLOCKED (on object monitor)     at java.lang.Object.wait(Native Method)     at com.companyremoved.thd.EzWaiter.ezWait(EzWaiter.java:249)     - locked <0x12a8f9f8> (a com.companyremoved.system.coms.ComsSender)     at com.companyremoved.ioc.IsolatedObject.waitWithinMessage(IsolatedObject.java:352)     - locked <0x12a8f9f8> (a com.companyremoved.system.coms.ComsSender)     at com.companyremoved.system.coms.ComsSender.waitForAvailablePipe(ComsSender.java:219)     at com.companyremoved.system.coms.ComsSender.sendObject(ComsSender.java:185)     at com.companyremoved.system.coms.ComsSender.processIocMessage(ComsSender.java:98)     at com.companyremoved.ioc.IsolatedObject.deliver(IsolatedObject.java:311)     - locked <0x12a8f9f8> (a com.companyremoved.system.coms.ComsSender)     at com.companyremoved.ioc.IsolatedObject.iocMessage(IsolatedObject.java:265)     at com.companyremoved.ioc.IocTarget.iocMessage(IocTarget.java:138)     at com.companyremoved.ioc.IocBinding.iocMessage(IocBinding.java:105)     at com.companyremoved.system.coms.ComsSender$Messages.sendObject(ComsSender.java:333)     at com.companyremoved.system.coms.ComsSender$Messages.sendObject(ComsSender.java:316)     at com.companyremoved.system.coms.RelayedMessage.run(RelayedMessage.java:104)     - locked <0x130fe8e0> (a com.companyremoved.system.coms.RelayedMessage)     at com.companyremoved.thd.RunQueue.runEntry(RunQueue.java:293)     at com.companyremoved.thd.RunQueue.run(RunQueue.java:273)     at java.lang.Thread.run(Unknown Source)     Locked ownable synchronizers:     - None  'ScbPipe Writer' daemon prio=6 tid=0x4fff0c00 nid=0xf14 waiting for monitor entry [0x0594f000..0x0594fc14]    java.lang.Thread.State: BLOCKED (on object monitor)     at com.companyremoved.ioc.IsolatedObject.deliver(IsolatedObject.java:293)     - waiting to lock <0x12a8f9f8> (a com.companyremoved.system.coms.ComsSender)     at com.companyremoved.ioc.IsolatedObject.iocMessage(IsolatedObject.java:265)     at com.companyremoved.ioc.IocTarget.iocMessage(IocTarget.java:138)     at com.companyremoved.coms.stm.ioc.ComsPipe$Receiver.scbPipeDefaultProcessor(ComsPipe.java:403)     at com.companyremoved.scb.ScbPipe.processObject(ScbPipe.java:915)     - locked <0x131a4ea0> (a java.lang.Object)     at com.companyremoved.scb.ScbPipe.writerRun(ScbPipe.java:817)     at com.companyremoved.scb.ScbPipe.run(ScbPipe.java:728)     at java.lang.Thread.run(Unknown Source)     Locked ownable synchronizers:     - None  'ScbPipe Writer' daemon prio=6 tid=0x4c647400 nid=0xe00 waiting for monitor entry [0x059ef000..0x059efb94]    java.lang.Thread.State: BLOCKED (on object monitor)     at com.companyremoved.ioc.IsolatedObject.deliver(IsolatedObject.java:293)     - waiting to lock <0x12a8f9f8> (a com.companyremoved.system.coms.ComsSender)     at com.companyremoved.ioc.IsolatedObject.iocMessage(IsolatedObject.java:265)     at com.companyremoved.ioc.IocTarget.iocMessage(IocTarget.java:138)     at com.companyremoved.coms.stm.ioc.ComsPipe$Receiver.scbPipeDefaultProcessor(ComsPipe.java:403)     at com.companyremoved.scb.ScbPipe.processObject(ScbPipe.java:915)     - locked <0x13188bb8> (a java.lang.Object)     at com.companyremoved.scb.ScbPipe.writerRun(ScbPipe.java:817)     at com.companyremoved.scb.ScbPipe.run(ScbPipe.java:728)     at java.lang.Thread.run(Unknown Source)     Locked ownable synchronizers:     - None  'ScbPipe Writer' daemon prio=6 tid=0x035f7800 nid=0x1130 waiting for monitor entry [0x0726f000..0x0726fc94]    java.lang.Thread.State: BLOCKED (on object monitor)     at com.companyremoved.ioc.IsolatedObject.deliver(IsolatedObject.java:293)     - waiting to lock <0x12a8f9f8> (a com.companyremoved.system.coms.ComsSender)     at com.companyremoved.ioc.IsolatedObject.iocMessage(IsolatedObject.java:265)     at com.companyremoved.ioc.IocTarget.iocMessage(IocTarget.java:138)     at com.companyremoved.coms.stm.ioc.ComsPipe$Receiver.scbPipeDefaultProcessor(ComsPipe.java:403)     at com.companyremoved.scb.ScbPipe.processObject(ScbPipe.java:915)     - locked <0x12a8a478> (a java.lang.Object)     at com.companyremoved.scb.ScbPipe.writerRun(ScbPipe.java:817)     at com.companyremoved.scb.ScbPipe.run(ScbPipe.java:728)     at java.lang.Thread.run(Unknown Source)     Locked ownable synchronizers:     - None  'IOC Signals-0000000001' daemon prio=6 tid=0x03673000 nid=0x1434 waiting for monitor entry [0x0415f000..0x0415fd94]    java.lang.Thread.State: BLOCKED (on object monitor)     at com.companyremoved.ioc.IsolatedObject.deliver(IsolatedObject.java:293)     - waiting to lock <0x12a8f9f8> (a com.companyremoved.system.coms.ComsSender)     at com.companyremoved.ioc.IsolatedObject.iocMessage(IsolatedObject.java:265)     at com.companyremoved.ioc.IocTarget.iocMessage(IocTarget.java:138)     at com.companyremoved.ioc.IocBinding.iocMessage(IocBinding.java:105)     at com.companyremoved.system.coms.ComsSender$Messages.removePipe(ComsSender.java:302)     at com.companyremoved.system.coms.ConnectionController.disconnect(ConnectionController.java:712)     at com.companyremoved.system.coms.ConnectionController.shutdown(ConnectionController.java:224)     at com.companyremoved.system.coms.ConnectionController.processIocMessage(ConnectionController.java:168)     at com.companyremoved.ioc.IsolatedObject.deliver(IsolatedObject.java:311)     - locked <0x12a8b798> (a com.companyremoved.system.coms.ConnectionController)     at com.companyremoved.ioc.IsolatedObject.access$100(IsolatedObject.java:36)     at com.companyremoved.ioc.IsolatedObject$SignalProxy.run(IsolatedObject.java:526)     at com.companyremoved.thd.RunQueue.runEntry(RunQueue.java:293)     at com.companyremoved.thd.RunQueue.run(RunQueue.java:273)     at java.lang.Thread.run(Unknown Source)     Locked ownable synchronizers:     - None 
  • 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. 2026-05-10T23:38:08+00:00Added an answer on May 10, 2026 at 11:38 pm

    The provided thread trace is complete with respect to the lock in question. Two other people I work with agree that a JVM fault is clearly indicated, as do the programmers at jProfiler (ej-technologies).

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

Sidebar

Ask A Question

Stats

  • Questions 59k
  • Answers 59k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Public release notes should contain at least: release, buildnumber all… May 11, 2026 at 8:56 am
  • added an answer Don't have any benchmarks to support this, but one would… May 11, 2026 at 8:56 am
  • added an answer You could intercept the mouse location and the click.. if… May 11, 2026 at 8:56 am

Related Questions

Apologies for the long post, but I wonder if I could get some more
I apologize in advance for the long post... I used to be able to
Apologies in advance for the long-winded question. I'm really a database programmer, but have
Final question for the night. And apologies for the complete noobness of this. I
Good morning, Apologies for the newbie question. I'm just getting started with ASP.NET internationalization
I apologize profusely for the incredibly newbish question I'm about to ask, but for
Let me apologize in advance for the simplicity of this question (I heard Jeff's
I am playing around with ASP.NET MVC for the first time, so I apologize
WARNING: I have been learning Python for all of 10 minutes so apologies for
I apologize for asking such a generalized question, but it's something that can prove

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.