Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Uncaught Error: spawn EINVAL #73

Open
paradox460 opened this issue May 1, 2016 · 0 comments
Open

Uncaught Error: spawn EINVAL #73

paradox460 opened this issue May 1, 2016 · 0 comments

Comments

@paradox460
Copy link

Atom Version: 1.7.3
System: Mac OS X 10.11.4
Thrown From: git-log package, v0.4.1

Stack Trace

Uncaught Error: spawn EINVAL

At /Applications/Atom.app/Contents/Resources/app.asar/src/buffered-process.js:262

Error: spawn EINVAL
    at exports._errnoException (util.js:856:11)
    at ChildProcess.spawn (internal/child_process.js:298:11)
    at Object.exports.spawn (child_process.js:374:9)
    at BufferedProcess.module.exports.BufferedProcess.spawn (/Applications/Atom.app/Contents/Resources/app.asar/src/buffered-process.js:190:44)
    at new BufferedProcess (/Applications/Atom.app/Contents/Resources/app.asar/src/buffered-process.js:52:14)
    at GitLogView.get_log (/Users/jeffsandberg/.atom/packages/git-log/lib/git-log-view.js:58:12)
    at GitLogView.initialize (/Users/jeffsandberg/.atom/packages/git-log/lib/git-log-view.js:29:10)
    at GitLogView.View [as constructor] (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-space-pen-views/node_modules/space-pen/lib/space-pen.js:184:25)
    at new GitLogView (/Users/jeffsandberg/.atom/packages/git-log/lib/git-log-class.coffee:12:9)
    at /Users/jeffsandberg/.atom/packages/git-log/lib/git-log.js:56:20
    at Workspace.module.exports.Workspace.openURIInPane (/Applications/Atom.app/Contents/Resources/app.asar/src/workspace.js:489:22)
    at Workspace.module.exports.Workspace.open (/Applications/Atom.app/Contents/Resources/app.asar/src/workspace.js:424:19)
    at Workspace.workspaceMonkeyOpen [as open] (/Users/jeffsandberg/.atom/packages/foldingtext-for-atom/lib/foldingtext.coffee:113:43)
    at RepoListView.module.exports.RepoListView.confirmed (/Users/jeffsandberg/.atom/packages/git-log/lib/git-repo-list.coffee:34:24)
    at RepoListView.module.exports.SelectListView.confirmSelection (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-space-pen-views/lib/select-list-view.js:338:21)
    at space-pen-div.atom.commands.add.core:confirm (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-space-pen-views/lib/select-list-view.js:109:19)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:260:29)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:61
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:580:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:388:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:98:36)
    at HTMLDocument.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:3:61)

Commands

     -0:19.5.0 command-palette:toggle (atom-text-editor.editor.vim-mode-plus.insert-mode.is-focused)
  2x -0:16 core:move-up (atom-text-editor.editor.mini.is-focused)
     -0:15.3.0 editor:consolidate-selections (atom-text-editor.editor.mini.is-focused)
     -0:15.3.0 core:cancel (atom-text-editor.editor.mini.is-focused)
     -0:02.7.0 command-palette:toggle (atom-text-editor.editor.vim-mode-plus.insert-mode.is-focused)
     -0:01.2.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:01.2.0 git-log:show (atom-text-editor.editor.vim-mode-plus.insert-mode)
     -0:00.2.0 core:confirm (atom-text-editor.editor.mini.is-focused)

Config

{
  "core": {
    "audioBeep": false,
    "destroyEmptyPanes": false,
    "disabledPackages": [
      "save-session",
      "emacs-flow",
      "autocomplete",
      "feedback",
      "deprecation-cop",
      "ruby-string-interpolation"
    ],
    "excludeVcsIgnoredPaths": false,
    "packagesWithKeymapsDisabled": [
      "highlight-line",
      "whitespace",
      "notifications",
      "string-looper"
    ],
    "themes": [
      "tomorrow-ui",
      "base16-tomorrow-dark-theme"
    ]
  },
  "git-log": {}
}

Installed Packages

# User
No installed packages

# Dev
No dev packages
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant