autocomplete-elixir icon indicating copy to clipboard operation
autocomplete-elixir copied to clipboard

Installing this plugin caused atom to crash

Open Alexspayne opened this issue 9 years ago • 6 comments

Atom crashed, and kept crashing every time I loaded it until I manually uninstalled the plugin.

Alexspayne avatar Mar 30 '16 01:03 Alexspayne

Similar to this issue: https://github.com/wende/autocomplete-elixir/issues/30

Alexspayne avatar Mar 30 '16 01:03 Alexspayne

Had the same problem, after about 30 mins Atom would crash with

/usr/bin/atom: line 115:  6948 Segmentation fault      (core dumped) nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1
App load time: 393ms
Failed to get crash dump id.
Report Id:

Turns out the path to Erlang was wrong, pointing to the binary itself /usr/bin/erl instead of the directory /usr/bin

the-noob avatar May 24 '16 22:05 the-noob

+1 Same thing here

glauciom avatar Jun 08 '16 02:06 glauciom

+1 Same here.

rlopzc avatar Jun 24 '16 23:06 rlopzc

+1 Same here, except in my case the crash occurs within minutes (or seconds) of launching Atom. The crashes stop occurring as soon as this package is uninstalled.

Configuration:

  • Windows 10 Pro 64-bit
  • Atom 1.8.0
  • Elixir 1.3.1/Erlang 19.0

fboyer avatar Jul 14 '16 00:07 fboyer

+1 same here - crashes within seconds of running

Elixir 1.3.4 Atom 1.12.2 OSX 10.10

Console Crash: Atom_Helper_2016-11-14-121335.txt

MisterSpicy avatar Nov 14 '16 17:11 MisterSpicy