Installed version of packages are:
GNU Emacs 24.2.1 on fedora 18 64 bit version
When I activate ecb with the command "M-x ecb-activate",
it creates 5 splitted windows. So far so good.
But when I click one of the windows, it ends up with crashes with error messages "Wrong type argument: window-live-p, #<window 10>".
In addition, I got the following messages with the command "toggle-debug-on-error":
Debugger entered--Lisp error: (error "ECB 2.40: Errors during the layout setup of ECB. (error-type: file-error, error-data: (\"Process died\"))")
signal(error ("ECB 2.40: Errors during the layout setup of ECB. (error-type: file-error, error-data: (\"Process died\"))"))
error("ECB %s: %s (error-type: %S, error-data: %S)" "2.40" "Errors during the layout setup of ECB." file-error ("Process died"))
ecb-clean-up-after-activation-failure("Errors during the layout setup of ECB." (file-error "Process died"))
ecb-activate--impl()
ecb-activate-internal()
ecb-minor-mode(1)
ecb-activate()
call-interactively(ecb-activate t nil)
execute-extended-command(nil)
call-interactively(execute-extended-command nil nil)
Any help will be appreciated.
Thanks in advance.