Bazel crash when run from IntelliJ plugin
See original GitHub issueWhen I try to sync from the IntelliJ plugin, I get this error:
Syncing project...
Updating VCS...
Running Bazel info...
Command: /home/ulfjack/Software/bazel info --tool_tag=ijwb:IDEA:community --curses=no --color=no --noexperimental_ui --noprogress_in_terminal_title --
Server terminated abruptly (error code: 14, error message: '', log file: '/home/ulfjack/.cache/bazel/_bazel_ulfjack/2cd6dd7b44f5e35bddec3984f7fcd2e4/server/jvm.out')
Sync failed
==== TIMING REPORT ====
Sync: 387ms
BazelInfo: 367ms
Issue Analytics
- State:
- Created 6 years ago
- Comments:25 (25 by maintainers)
Top Results From Across the Web
Intellij IDEA crash when using bazel plugin #2690 - GitHub
On Mac I am running IntelliJ IDEA CE 2019.2.4 and bazelPlugin 2020.01.28.0.3 Bazel crashes (attaching screenshot below) and keeps giving ...
Read more >Bazel plugin integration is broken — toolbar and menu not ...
GTW-1061 Installing Bazel plugin for Clion on host causes error "Failed to get IDE status in 60 seconds. Probably IDE backend is stuck"....
Read more >Error: Configuration cannot be run until project has been synced
I am using PyCharm with the Bazel plugin. When trying to set up the command to run my program there is a message...
Read more >Justin Kaeser on Twitter: "Jetposting time! I'll now be ...
Summary We are unable to debug python3 bazel applications when the project sdk is setup to python 3, the debugger will crash with...
Read more >bazel notes - SEAN K.H. LIAO
Written in java, it runs in a client-server model. crash course. bazel command. You could install bazel directly, but a better idea is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
https://github.com/ulfjack/bazel/commit/ab25e22f73e72d503470d76d24430da637a26478 should work around the issue. I didn’t try it since it only happens on my other laptop, which I don’t have with me right now.
No update on the Bazel side. I have a small patch that’d technically make it work, but maybe we should file a bug against the intellij plugin instead, since it’s passing a weird environment to Bazel.