jakesankey / git-history

View previous versions of any file known to git.
https://atom.io/packages/git-history
MIT License
28 stars 10 forks source link

Uncaught Error: spawn EINVAL #34

Open paradox460 opened 8 years ago

paradox460 commented 8 years ago

Atom Version: 1.7.3 System: Mac OS X 10.11.4 Thrown From: git-history package, v3.2.0

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 GitHistoryView._fetchFileHistory (/Users/jeffsandberg/.atom/packages/git-history/lib/git-history-view.coffee:60:13)
    at GitHistoryView._loadLogData (/Users/jeffsandberg/.atom/packages/git-history/lib/git-history-view.coffee:55:10)
    at GitHistoryView.show (/Users/jeffsandberg/.atom/packages/git-history/lib/git-history-view.coffee:17:10)
    at GitHistoryView.initialize (/Users/jeffsandberg/.atom/packages/git-history/lib/git-history-view.coffee:10:10)
    at GitHistoryView.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 GitHistoryView.SelectListView [as constructor] (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-space-pen-views/lib/select-list-view.js:18:51)
    at new GitHistoryView (/Users/jeffsandberg/.atom/packages/git-history/lib/git-history-view.coffee:8:5)
    at atom-text-editor.GitHistory._loadGitHistoryView (/Users/jeffsandberg/.atom/packages/git-history/lib/git-history.coffee:18:13)
    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 CommandPaletteView.module.exports.CommandPaletteView.confirmed (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/command-palette/lib/command-palette-view.js:183:32)
    at CommandPaletteView.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

     -1:00.3.0 command-palette:toggle (atom-text-editor.editor.vim-mode-plus.insert-mode.is-focused)
  2x -0:56.8.0 core:move-up (atom-text-editor.editor.mini.is-focused)
     -0:56.1.0 editor:consolidate-selections (atom-text-editor.editor.mini.is-focused)
     -0:56.1.0 core:cancel (atom-text-editor.editor.mini.is-focused)
     -0:43.6.0 command-palette:toggle (atom-text-editor.editor.vim-mode-plus.insert-mode.is-focused)
     -0:42 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:42 git-log:show (atom-text-editor.editor.vim-mode-plus.insert-mode)
     -0:41.1.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:09.5.0 core:close (a.btn-issue.btn.btn-error)
     -0:08.2.0 command-palette:toggle (a.btn-issue.btn.btn-error)
     -0:06.3.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:06.3.0 git-history:show-file-history (a.btn-issue.btn.btn-error)
     -0:01.9.0 command-palette:toggle (atom-text-editor.editor.vim-mode-plus.insert-mode.is-focused)
     -0:00.1.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:00.1.0 git-history:show-file-history (atom-text-editor.editor.vim-mode-plus.insert-mode)

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"
    ]
  }
}

Installed Packages

# User
No installed packages

# Dev
No dev packages