Hi,

seem that there's a infinite loop in memfind() in util.c.
It occur on:
526                 if (c2 == s[i++] && i <= len)

It can be easily repeat, create a dump file without extensionm containing
the following shebang:

#!/usr/bin/python2

print(1)

For now, as a temporary workarounf, putting "python" keyword on the last
place in the .shell_handlers in extra-modes.c make it work correctly.

Best regards,

Jean-Phililppe

_______________________________________________
Qemacs-devel mailing list
Qemacs-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/qemacs-devel

Reply via email to