[Github-comments] [geany/geany-plugins] [debugger] freezes when python .pth files have non ASCII bytes (Issue #1143)

panda967 notifications at xxxxx
Sun Dec 5 09:26:50 UTC 2021


The issue happens also starting geany from the command line where, as I've just written, the locale command produces:

LANG=it_IT.UTF-8
LANGUAGE=it_IT
LC_CTYPE="it_IT.UTF-8"
LC_NUMERIC="it_IT.UTF-8"
LC_TIME="it_IT.UTF-8"
LC_COLLATE="it_IT.UTF-8"
LC_MONETARY="it_IT.UTF-8"
LC_MESSAGES="it_IT.UTF-8"
LC_PAPER="it_IT.UTF-8"
LC_NAME="it_IT.UTF-8"
LC_ADDRESS="it_IT.UTF-8"
LC_TELEPHONE="it_IT.UTF-8"
LC_MEASUREMENT="it_IT.UTF-8"
LC_IDENTIFICATION="it_IT.UTF-8"
LC_ALL=

Well, I tried setting the only LC unset variable, that is LC_ALL, executing the command:

LC_ALL="it_IT.UTF-8" geany

and that solves the problem.

I tried also setting LC_RESPONSE, that is missing in the locale output, but that doesn't have effect.
The weird thing is, anyway, that gdb itself doesn't produce the issue; only when gdb is started fron the debugger plugin.

Can it be a good idea to mention this fact in the debugger plugin web page?
Massimo

--
My native language is not English, please excuse me any incorrectness, I apologize for any inconvenience caused, thank you

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1143#issuecomment-986195179
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211205/901e4155/attachment.htm>


More information about the Github-comments mailing list