-
Bug
-
Resolution: Fixed
-
P4
-
21, 22
-
b12
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8334410 | 21.0.5-oracle | Harshitha Onkar | P4 | Resolved | Fixed | b01 |
JDK-8334584 | 21.0.5 | Martin Doerr | P4 | Resolved | Fixed | b01 |
JDK-8335640 | 17.0.13-oracle | Harshitha Onkar | P4 | Resolved | Fixed | b02 |
JDK-8336722 | 17.0.13 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
JDK-8337953 | 11.0.26-oracle | Harshitha Onkar | P4 | Resolved | Fixed | b01 |
JDK-8340570 | 8u441 | Renjith Kannath Pariyangad | P4 | Resolved | Fixed | b01 |
onStreamStateChanged:309 screenId#39[loc(0,0) size(2560x1440)] state 2 (paused) -> 0 (unconnected) err (null)
onCoreError:490 !!! pipewire error: id 0, seq: 88, res: -9 (Unknown error -9): connection error
doCleanup:115 STOPPING loop
following fixes the issue.
diff --git a/src/java.desktop/unix/native/libawt_xawt/awt/screencast_pipewire.c b/src/java.desktop/unix/native/libawt_xawt/awt/screencast_pipewire.c
index a5443784e00..cdbe08e55bd 100644
--- a/src/java.desktop/unix/native/libawt_xawt/awt/screencast_pipewire.c
+++ b/src/java.desktop/unix/native/libawt_xawt/awt/screencast_pipewire.c
@@ -896,8 +896,8 @@ JNIEXPORT jint JNICALL Java_sun_awt_screencast_ScreencastHelper_getRGBPixelsImpl
fp_pw_thread_loop_lock(pw.loop);
fp_pw_stream_set_active(screenProps->data->stream, FALSE);
- fp_pw_stream_disconnect(screenProps->data->stream);
fp_pw_thread_loop_unlock(pw.loop);
+ fp_pw_stream_disconnect(screenProps->data->stream);
}
}
doCleanup();
- backported by
-
JDK-8334410 [XWayland][Screencast] screen capture error message in debug
- Resolved
-
JDK-8334584 [XWayland][Screencast] screen capture error message in debug
- Resolved
-
JDK-8335640 [XWayland][Screencast] screen capture error message in debug
- Resolved
-
JDK-8336722 [XWayland][Screencast] screen capture error message in debug
- Resolved
-
JDK-8337953 [XWayland][Screencast] screen capture error message in debug
- Resolved
-
JDK-8340570 [XWayland][Screencast] screen capture error message in debug
- Resolved
- links to
-
Commit openjdk/jdk21u-dev/2e8418e3
-
Commit openjdk/jdk/2f04bc5f
-
Commit(master) openjdk/jdk17u-dev/07be2e55
-
Review openjdk/jdk21u-dev/743
-
Review openjdk/jdk/15250
-
Review(master) openjdk/jdk17u-dev/2717