-
-
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
freezes on macOS High Sierra #3236
Comments
I can confirm this bug on High Sierra (10.13), which was not there on Sierra (10.12). |
There is no real difference between the entry editor and other javafx implementations (like the groups interface or the search bar). The entry editor however accesses the file system, maybe the problem lies there. Can you please create a thread dump and/or use a debugger to investigate this problem further? Thanks! |
There seems to be an issue with the related articles tab. @iTao8 could you please try to disable the "related articles" tab in the preferences (Entry editor -> "Show 'Related Articles' tab" |
@chochreiner The "related articles" tab is always disabled. |
@tobiasdiez are there any other requests to scientific portals like ieee, acm, ... which could result in a timeout outside of university networks/when the user has no permission to access these services |
Potentially #3227? |
For anyone on macOS Sierra, I had the same issue on 4.0.0 and following the workaround in #3227 fixed it. |
@manfredlift (or somebody else using macOS): you you please add the workaround in the installation notes so that new users find the information more easily. Thanks! |
With version 4.0 (on macOS Sierra 10.12.6) I'm getting the freeze after the following steps:
Appending my host name to localhost in /etc/hosts (and then rebooting) has no effect. This is a machine connected to a university network however. Haven't tried 4.0 at home yet. Problem seems to be consistently reproducible. :( |
I am running into the same error. I downloaded JabRef-4.0.jar from the repo and ran it from the terminal to capture the output. When I first open the program, the output is
Then, when I click on the add entry button and select "Article", an exception is thrown:
I will note that the program doesn't hang when I'm running it in this mode, although it does hang when I run the bundled application version installed by the dmg. |
I have now added a note regarding the host mapping solution for the freezes into the installation help. Hopefully, this helps some users to fix their setup instead of reporting an issue here. @adcox The log says that you have an older JavaFX runtime installed. This might be the reason why some classes cannot be instantiated and trigger a NullPointerException later. Please make sure you have an up-to-date version of JavaFX on your system. |
Regarding the hostname - can you confirm what |
Yep, % hostname gives the correct hostname, as set in /etc/hosts. |
Oh... and what version of Java should I be using? In the Settings panel, it tells me I have v9, build 9+181. I'm not sure I even know what "javaFX" is I'm afraid 😀 |
@dvbowen you need to use java 8. http://blog.jabref.org/#october-04-2017-–-jabref-4-0 |
@lynyus thanks! May have fixed this. For others....
I've actually gotten as far as adding a new entry without JabRef 4 hanging, so, fingers-crossed.... |
Did u get it working? EDIT: Actually, I found that the freeze is temporary. It shows that its loading and stays frozen for around 5 minutes and then start working. But this happens every time I try to add a new publication. |
Yeah, I wrote too soon. I get further than I did to start with, but I now regularly freeze on the "open file" command in the "General" pane. This is very funny, because earlier versions of JabRef had a button that simply let me link to a pdf file (in a local dropbox folder) that had the same name as the Bibtexkey. That option seems to have disappeared (somewhere new in "Options" perhaps? Can't see it). Need to downgrade my version of Jabref. Hope the older versions are still kicking around.... |
Hi, I have the same issue. Double clicking on a record or selecting the next record when the TableEntry is open causes a ~30 second hang.
I resolved the issue by following the links above. I thought I would make it explicit here for others as it took me a little while to get it right. I found my hostname by typing 'hostname' in terminal (Mine is called carbon.local). At first I thought the hostname specified in System Preferences -> Sharing -> Computer Name (Carbon) was the full hostname. It isn't. In my /etc/hosts file I replaced the line: Here is the portion of the dump (kill -3 ps#) that caused the hang:
|
Refs #3995. |
Closing this issue due to inactivity 💤 |
When the entry editor is opened, then move the down arrow to move the entry to the next one, and then freezes
JabRef 4.0-dev--snapshot--2017-09-26--master--35c447bd8
Mac OS X 10.13 x86_64
Java 1.8.0_144
This problem appears on the version snapshot--2017-09-26 and the current one
The text was updated successfully, but these errors were encountered: