Golevka / emacs-clang-complete-async

An emacs plugin to complete C and C++ code using libclang
360 stars 71 forks source link

Debugger entered--Lisp error: (error "SIGPIPE raised on process clang-complete; closed it") #24

Open realwsm opened 11 years ago

realwsm commented 11 years ago

Backtrace Debugger entered--Lisp error: (error "SIGPIPE raised on process clang-complete; closed it") process-send-string(# "my code") (save-restriction (widen) (process-send-string proc (format "source_length:%d\n" ...)) (process-send-string proc (buffer-substring-no-properties ... ...)) (process-send-string proc "\n\n")) ac-clang-send-source-code(#) (save-restriction (widen) (process-send-string proc "SOURCEFILE\n") (ac-clang-send-source-code proc) (process-send-string proc "REPARSE\n\n")) (if (eq (process-status "clang-complete") (quote run)) (save-restriction (widen) (process-send-string proc "SOURCEFILE\n") (ac-clang-send-source-code proc) (process-send-string proc "REPARSE\n\n"))) ac-clang-send-reparse-request(#) ac-clang-launch-completion-process-with-file("my code path") (if filename (ac-clang-launch-completion-process-with-file filename)) (let ((filename ...)) (if filename (ac-clang-launch-completion-process-with-file filename))) ac-clang-launch-completion-process() ac-cc-mode-setup() run-hooks(c-mode-common-hook c++-mode-hook) apply(run-hooks (c-mode-common-hook c++-mode-hook)) run-mode-hooks(c-mode-common-hook c++-mode-hook) c++-mode() set-auto-mode-0(c++-mode nil) set-auto-mode() normal-mode(t) after-find-file(nil t) find-file-noselect-1(# "my code path" (144 2052)) find-file-noselect("my code path" nil nil t) find-file("my code path" t) call-interactively(find-file nil nil)

vincentbernat commented 10 years ago

This is likely to be fixed by #59.