Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4599479

Linux: intermittent hang due to mutex being granted to suspended thread (2)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.0_02
    • 1.4.1
    • hotspot
    • None
    • 02
    • generic
    • linux

        Same problem as 4461173, but this time it happens on pthread_cond_wait()
        and pthread_cond_timedwait(). pthread_cond_wait() and pthread_cond_timedwait()
        need to reenter the mutex once the condition variable is signaled
        (or timed out). If it's signal suspended when it's waiting for the mutex,
        OS may still grant the mutex to the suspended thread and cause hangs.

        This happens on SR_lock during PepTest stress tests.

              hhuangsunw Hui Huang (Inactive)
              hhuangsunw Hui Huang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: