You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest development branch build (please note build date below)
Operating system
GNU / Linux
Details on version and operating system
openSUSE Tumbleweed with KDE Plasma 6.0.5
Checked with the latest development build (copy version output from About dialog)
I made a backup of my libraries before testing the latest development version.
I have tested the latest development version and the problem persists
Steps to reproduce the behaviour
Select some entries that have an attachment
Run Cleanup Entries with the options shown in the screenshot
ConcurrentModificationException occurs but cleanup succeeds
JabRef 5.14-PullRequest11403.199--2024-06-21--ef06b19
Linux 6.9.3-1-default amd64
Java 21.0.2
JavaFX 22.0.1+7
Appendix
...
Log File
java.util.ConcurrentModificationException
at java.base/java.util.AbstractList$Itr.checkForComodification(Unknown Source)
at java.base/java.util.AbstractList$Itr.next(Unknown Source)
at [email protected]/org.jabref.gui.cleanup.CleanupAction.cleanup(Unknown Source)
at [email protected]/org.jabref.gui.cleanup.CleanupAction.lambda$execute$1(Unknown Source)
at [email protected]/org.jabref.gui.util.BackgroundTask$2.call(Unknown Source)
at [email protected]/org.jabref.gui.util.BackgroundTask$2.call(Unknown Source)
at [email protected]/org.jabref.gui.util.UiTaskExecutor$1.call(Unknown Source)
at [email protected]/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
The text was updated successfully, but these errors were encountered:
Siedlerchr
changed the title
java.util.ConcurrentModificationException
java.util.ConcurrentModificationException in saveActions
Jun 23, 2024
JabRef version
Latest development branch build (please note build date below)
Operating system
GNU / Linux
Details on version and operating system
openSUSE Tumbleweed with KDE Plasma 6.0.5
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
JabRef 5.14-PullRequest11403.199--2024-06-21--ef06b19
Linux 6.9.3-1-default amd64
Java 21.0.2
JavaFX 22.0.1+7
Appendix
...
Log File
The text was updated successfully, but these errors were encountered: