Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random error #21

Open
mikehaertl opened this issue Jul 28, 2013 · 1 comment
Open

Random error #21

mikehaertl opened this issue Jul 28, 2013 · 1 comment
Labels

Comments

@mikehaertl
Copy link

While using MBE with many tabs open, it suddendly started to throw errors when i tried to open or close some file. It didn't happen on every file though.

Here's the output:

Error detected while processing function <SNR>18_StartExplorer..<SNR>18_BuildAllBufferDicts..<SNR>18_BuildBufferFinalDict..<S
NR>18_BuildBufferPathSignDict:                                                                                               
line   26:                                                                                                                   
E716: Key not present in Dictionary: 1                                                                                       
E116: Invalid arguments for function len(s:bufPathDict[bufnr]) < index                                                       
E15: Invalid expression: len(s:bufPathDict[bufnr]) < index                                                                   
line   34:                                                                                                                   
E716: Key not present in Dictionary: 1                                                                                       
E116: Invalid arguments for function get(s:bufPathDict[bufnr],index)                                                         
E15: Invalid expression: get(s:bufPathDict[bufnr],index)                                                                     
line   36:                                                                                                                   
E121: Undefined variable: part                                                                                               
E116: Invalid arguments for function empty(part)                                                                             
E15: Invalid expression: empty(part)                                                                                         
line   41:                                                                                                                   
E121: Undefined variable: part                                                                                               
E116: Invalid arguments for function has_key(partDict, part))                                                                
E15: Invalid expression: (!has_key(partDict, part))                                                                          
line   44:                                                                                                                   
E121: Undefined variable: part                                                                                               
E116: Invalid arguments for function add                                                                                     
Error detected while processing function <SNR>18_StartExplorer..<SNR>18_BuildAllBufferDicts..<SNR>18_BuildBufferFinalDict..<S
NR>18_BuildBufferPathSignDict..<SNR>18_BuildBufferPathSignDict:                                                              
line   26:                                                                                                                   
E716: Key not present in Dictionary: 1                                                                                       
E116: Invalid arguments for function len(s:bufPathDict[bufnr]) < index                                                       
E15: Invalid expression: len(s:bufPathDict[bufnr]) < index                                                                   
line   34:                                                                                                                   
E716: Key not present in Dictionary: 1                                                                                       
E116: Invalid arguments for function get(s:bufPathDict[bufnr],index)                                                         
E15: Invalid expression: get(s:bufPathDict[bufnr],index)                                                                     
line   36:                                                                                                                   
E121: Undefined variable: part                                                                                               
E116: Invalid arguments for function empty(part)                                                                             
E15: Invalid expression: empty(part)                                                                                         
line   41:                                                                                                                   
E121: Undefined variable: part                                                                                               
E116: Invalid arguments for function has_key(partDict, part))                                                                
E15: Invalid expression: (!has_key(partDict, part))                                                                          
line   44:                                                                                                                   
E121: Undefined variable: part                                                                                               
E116: Invalid arguments for function add                                                                                     
Error detected while processing function <SNR>18_StartExplorer..<SNR>18_BuildAllBufferDicts..<SNR>18_BuildBufferFinalDict..<S
NR>18_BuildBufferPathSignDict..<SNR>18_BuildBufferPathSignDict..<SNR>18_BuildBufferPathSignDict:                             
line   26:                                                                                                                   
E716: Key not present in Dictionary: 1                                                                                       
E116: Invalid arguments for function len(s:bufPathDict[bufnr]) < index                                                       
E15: Invalid expression: len(s:bufPathDict[bufnr]) < index                                                                   
line   34:                                                                                                                   
E716: Key not present in Dictionary: 1                                                                                       
E116: Invalid arguments for function get(s:bufPathDict[bufnr],index)                                                         
E15: Invalid expression: get(s:bufPathDict[bufnr],index)                                                                     
line   36:                                                                                                                   
E121: Undefined variable: part                                                                                               
E116: Invalid arguments for function empty(part)                                                                             
E15: Invalid expression: empty(part)                                                                                         
line   41:                                                                                                                   
E121: Undefined variable: part                                                                                               
E116: Invalid arguments for function has_key(partDict, part))                                                                
E15: Invalid expression: (!has_key(partDict, part))                                                                          
line   44:                                                                                                                   
E121: Undefined variable: part                                                                                               
E116: Invalid arguments for function add                                                                                     
Error detected while processing function <SNR>18_StartExplorer..<SNR>18_BuildAllBufferDicts..<SNR>18_BuildBufferFinalDict..<S
NR>18_BuildBufferPathSignDict..<SNR>18_BuildBufferPathSignDict..<SNR>18_BuildBufferPathSignDict..<SNR>18_BuildBufferPathSignD
ict:                                                                                                                         
line   26:                                                                                                                   
E716: Key not present in Dictionary: 1                                                                                       
E116: Invalid arguments for function len(s:bufPathDict[bufnr]) < index                                                       
E15: Invalid expression: len(s:bufPathDict[bufnr]) < index                                                                   
line   34:                                                                                                                   
E716: Key not present in Dictionary: 1                                                                                       
E116: Invalid arguments for function get(s:bufPathDict[bufnr],index)                                                         
E15: Invalid expression: get(s:bufPathDict[bufnr],index)                                                                     
line   36:                                                                                                                   
E121: Undefined variable: part                                                                                               
E116: Invalid arguments for function empty(part)                                                                             
E15: Invalid expression: empty(part)

[...]
@weynhamz
Copy link
Owner

weynhamz commented Aug 8, 2013

I have noticed this problem, working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants