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

UnicodeDecodeError in vim #39

Open
dzosz opened this issue Jan 28, 2016 · 3 comments
Open

UnicodeDecodeError in vim #39

dzosz opened this issue Jan 28, 2016 · 3 comments

Comments

@dzosz
Copy link
Contributor

dzosz commented Jan 28, 2016

$ pymux
$ vim newfile
$ ctrl+b
$ shift+% (vertical split)
$ mouse click on second pane, then click back again
$ crash

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8c in position 4: invalid start byte
Crash occurs on mate-terminal with both pyvim and vim, only when using mouse click to switch the panes. Default configuration.
screenshot
Sorry, pymux did not create a crash file in /tmp, nor in /var/tmp. The only files that were left there were open sockets pymux.sock.<user>.1

@jonathanslenders
Copy link
Member

Thanks a lot for reporting this bug! I appreciate it.
This should be a bug in the client part, that doesn't dump a stack, but this is already very helpful like this.
I will investigate next week. It shouldn't be hard to solve.
Jonathan

@JohnLunzer
Copy link

I have run into this too. My traceback looks exactly the same.

@jonathanslenders
Copy link
Member

I think this was fixed in the following commit from three days ago: 0eafae8
(Not sure, but I'll verify again, and hopefully push a new release to pypi.)

Thanks everyone for reporting the bug!

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

No branches or pull requests

3 participants