Skip to content
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

Update JetBrains IDEs #58392

Closed
wants to merge 1 commit into from
Closed

Conversation

sondr3
Copy link
Contributor

@sondr3 sondr3 commented Mar 26, 2019

Motivation for this change

Updated to the latest versions with the update.pl script, though I didn't include the latest version of Webstorm as I got errors from it.

$ nixpkgs> webstorm 

(java:13232): Gtk-WARNING **: 19:49:29.377: Unable to locate theme engine in module_path: "adwaita",

(java:13232): Gtk-WARNING **: 19:49:29.382: Unable to locate theme engine in module_path: "adwaita",
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f5777f61074, pid=13232, tid=0x00007f5740780700
#
# JRE version: OpenJDK Runtime Environment (8.0_152-b06) (build 1.8.0_152-release-1248-b6)
# Java VM: OpenJDK 64-Bit Server VM (25.152-b6 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libc.so.6+0x132074]  __memcpy_ssse3+0x19f4
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/sondre/java_error_in_WEBIDE_13232.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/nix/store/9p5z9x97i45krqjb96rp55vf19bn3crf-webstorm-2019.1/webstorm-2019.1/bin/webstorm.sh: line 213: 13232 Aborted                 "$JAVA_BIN" -classpath "$CLASSPATH" ${VM_OPTIONS} "-XX:ErrorFile=$HOME/java_error_in_WEBIDE_%p.log" "-XX:HeapDumpPath=$HOME/java_error_in_WEBIDE.hprof" -Didea.paths.selector=WebStorm2019.1 "-Djb.vmOptionsFile=$VM_OPTIONS_FILE" ${IDE_PROPERTIES_PROPERTY} -Didea.platform.prefix=WebStorm com.intellij.idea.Main "$@"
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@sondr3 sondr3 requested a review from edwtjo as a code owner March 26, 2019 18:45
@flokli
Copy link
Contributor

flokli commented Mar 28, 2019

fixed in #56453 - webstorm did work for me.

@flokli flokli closed this Mar 28, 2019
@sondr3 sondr3 deleted the jetbrains/update-2019 branch March 29, 2019 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants