Skip to content

7067310: 3 tests from closed/javax/sound/sampled caused BSOD on win 7 x86 - #678

Open
rm-gh-8 wants to merge 1 commit into
openjdk:masterfrom
rm-gh-8:JDK-7067310-V25
Open

7067310: 3 tests from closed/javax/sound/sampled caused BSOD on win 7 x86#678
rm-gh-8 wants to merge 1 commit into
openjdk:masterfrom
rm-gh-8:JDK-7067310-V25

Conversation

@rm-gh-8

@rm-gh-8 rm-gh-8 commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Backporting JDK-7067310, JDK-8307574, and JDK-8308395: tests from closed/javax/sound/sampled caused BSOD on win 7 x86, ClipIsRunningAfterStop.java failed with "../nptl/pthread_mutex_lock.c:81: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed.", and javax/sound/sampled/Clip/ClipFlushCrash.java timed out

This PR removes several sound tests from the problem list.

For parity with Oracle JDK.

Ran related tests on linux-x64, linux-aarch64, and macos-aarch64:

make test TEST="test/jdk/javax/sound/sampled/DirectAudio/bug6372428.java test/jdk/javax/sound/sampled/Clip/bug5070081.java test/jdk/javax/sound/sampled/DataLine/LongFramePosition.java test/jdk/javax/sound/sampled/Mixers/DisabledAssertionCrash.java test/jdk/javax/sound/midi/Sequencer/Recording.java test/jdk/javax/sound/midi/Sequencer/Looping.java test/jdk/javax/sound/sampled/Clip/ClipIsRunningAfterStop.java test/jdk/javax/sound/sampled/Clip/ClipFlushCrash.java"

Results:

macos-aarch64-specific-test.log
linux-x64-specific-test.log
linux-aarch64-specific-test.log

Ran related tests on windows-x64:

make test TEST=test/jdk/javax/sound/sampled/DirectAudio/bug6372428.java
make test TEST=test/jdk/javax/sound/sampled/Clip/bug5070081.java
make test TEST=test/jdk/javax/sound/sampled/DataLine/LongFramePosition.java
make test TEST=test/jdk/javax/sound/sampled/Mixers/DisabledAssertionCrash.java
make test TEST=test/jdk/javax/sound/midi/Sequencer/Recording.java
make test TEST=test/jdk/javax/sound/midi/Sequencer/Looping.java
make test TEST=test/jdk/javax/sound/sampled/Clip/ClipIsRunningAfterStop.java
make test TEST=test/jdk/javax/sound/sampled/Clip/ClipFlushCrash.java

Results:

windows-x64-specific-test.log
windows-x64-specific-2-test.log
windows-x64-specific-3-test.log
windows-x64-specific-4-test.log
windows-x64-specific-5-test.log
windows-x64-specific-6-test.log
windows-x64-specific-7-test.log
windows-x64-specific-8-test.log

Please note that I also ran "../jtreg/build/images/jtreg/bin/jtreg -jdk build/*/images/jdk test/jdk/javax/sound/midi/Sequencer/Looping.java" on windows-x64 and it passed.



Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • JDK-8307574 needs maintainer approval
  • JDK-8308395 needs maintainer approval
  • JDK-7067310 needs maintainer approval

Issues

  • JDK-7067310: 3 tests from closed/javax/sound/sampled caused BSOD on win 7 x86 (Bug - P3 - Approved)
  • JDK-8307574: ClipIsRunningAfterStop.java failed with "../nptl/pthread_mutex_lock.c:81: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed." (Bug - P4 - Approved)
  • JDK-8308395: javax/sound/sampled/Clip/ClipFlushCrash.java timed out (Bug - P4 - Approved)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk25u-dev.git pull/678/head:pull/678
$ git checkout pull/678

Update a local copy of the PR:
$ git checkout pull/678
$ git pull https://git.openjdk.org/jdk25u-dev.git pull/678/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 678

View PR using the GUI difftool:
$ git pr show -t 678

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk25u-dev/pull/678.diff

Using Webrev

Link to Webrev Comment

@rm-gh-8
rm-gh-8 marked this pull request as ready for review July 23, 2026 12:40
@bridgekeeper

bridgekeeper Bot commented Jul 23, 2026

Copy link
Copy Markdown

👋 Welcome back rmesde! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk

openjdk Bot commented Jul 23, 2026

Copy link
Copy Markdown

@rm-gh-8 This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

7067310: 3 tests from closed/javax/sound/sampled caused BSOD on win 7 x86
8307574: ClipIsRunningAfterStop.java failed with "../nptl/pthread_mutex_lock.c:81: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed."
8308395: javax/sound/sampled/Clip/ClipFlushCrash.java timed out

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 18 new commits pushed to the master branch:

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk Bot changed the title Backport 9b12c0bb190de3f7d06db71411f37f9465992a04 7067310: 3 tests from closed/javax/sound/sampled caused BSOD on win 7 x86 Jul 23, 2026
@openjdk

openjdk Bot commented Jul 23, 2026

Copy link
Copy Markdown

This backport pull request has now been updated with issues from the original commit.

@openjdk openjdk Bot added backport Port of a pull request already in a different code base clean Identical backport; no merge resolution required labels Jul 23, 2026
@openjdk

openjdk Bot commented Jul 23, 2026

Copy link
Copy Markdown

⚠️ @rm-gh-8 This change is now ready for you to apply for maintainer approval. This can be done directly in each associated issue or by using the /approval command.

@openjdk openjdk Bot added the rfr Pull request is ready for review label Jul 23, 2026
@mlbridge

mlbridge Bot commented Jul 23, 2026

Copy link
Copy Markdown

Webrevs

@rm-gh-8

rm-gh-8 commented Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

/approval request for backport of JDK-7067310, JDK-8307574, and JDK-8308395.

This is a problem list update.

For parity with Oracle JDK.

@openjdk

openjdk Bot commented Jul 23, 2026

Copy link
Copy Markdown

@rm-gh-8
7067310: The approval request has been created successfully.
8307574: The approval request has been created successfully.
8308395: The approval request has been created successfully.

@openjdk openjdk Bot added approval Requires approval; will be removed when approval is received ready Pull request is ready to be integrated and removed approval Requires approval; will be removed when approval is received labels Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Port of a pull request already in a different code base clean Identical backport; no merge resolution required ready Pull request is ready to be integrated rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.

1 participant