-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JabRef 5.10 breaks CLI export #10380
Comments
Refs #10294 |
A fix is available at https://builds.jabref.org/pull/10383/merge/. Please try out. JabRef should not hang forever after the export. Here, it hang about 10 seconds, which is OKish for me. To shorten that time even more, a major refactoring of JabRef would be necessary. |
Thanks very much for the fast response! With the fixed version, I see
So, yes, it completes, and the output looks good, though it takes 67 sec as compared to 8 sec for JabRef 5.9. Just out of curiosity, I wonder what changes from 5.9 to this development version do you think might be responsible for such a slowdown? |
Maybe, it's because the new JDK behaves differently. Would need to compile a test version using the "old" JDK19 or JDK20. However, this cannot be simply done with the current version as we rely on JDK21's features. |
@kingaa I tried another "workaround" with current JDK. The build should be available in 30 Minutes. You can see it as soon as new comment is added below #10383 (comment). Maybe you can try, too then? |
Yep, that did the trick. Timing is now comparable with that of 5.9. |
JabRef version
5.10 (latest release)
Operating system
GNU / Linux
Details on version and operating system
Ubuntu 22.04.3 LTS, shell is GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
Calling
jabref -n -i <bibfile>,bibtex -o <htmlfile>,tablerefsabsbib
on the command line hangs indefinitely under linux.By contrast, under version 5.9, it works perfectly.
The following is a transcript using JabRef 5.11 as downloaded from https://builds.jabref.org/main/JabRef-5.11-portable_linux.tar.gz on 2023-09-14, 14:00UTC. The behavior is the same as under JabRef 5.10.
The call does not return (i.e., it hangs).
Here is the behavior under JabRef 5.9:
The resulting HTML file is as expected.
In case it is important, the
biblios.bib
BibTeX file here has been opened and saved in JabRef 5.10.Appendix
No response
The text was updated successfully, but these errors were encountered: