Hi.
I've found two problems in latest SVN version of Geany that causes segfaults.
1. Opening of some HTML files causes immidiate crash. Example file API_rus.html attached.
2. Typing cyrillic letters inside tag definitions (inside < >) when editing HTML files causes crash.
For example in attached file sellstats.html when inserting any cyrillic letter inside between "TABLE" and "border" inside ``<TABLE border="1"'' causes crash.
Files API_rus.htm and sellstats.html are attached.
On Wed, 11 Jul 2007 13:48:07 +0500, Walery Studennikov despair@reg.ru wrote:
Hi.
I've found two problems in latest SVN version of Geany that causes segfaults.
- Opening of some HTML files causes immidiate crash.
Example file API_rus.html attached.
- Typing cyrillic letters inside tag definitions
(inside < >) when editing HTML files causes crash.
For example in attached file sellstats.html when inserting any cyrillic letter inside between "TABLE" and "border" inside ``<TABLE border="1"'' causes crash.
Ok, I can reproduce both crashes. Thanks for reporting. What is the original encoding of these files? Geany detects ISO-8859-1 on my system but this isn't the original one.
Regards, Enrico
2007/7/11, Enrico Tröger enrico.troeger@uvena.de:
On Wed, 11 Jul 2007 13:48:07 +0500, Walery Studennikov despair@reg.ru wrote:
Hi.
I've found two problems in latest SVN version of Geany that causes segfaults.
- Opening of some HTML files causes immidiate crash.
Example file API_rus.html attached.
- Typing cyrillic letters inside tag definitions
(inside < >) when editing HTML files causes crash.
For example in attached file sellstats.html when inserting any cyrillic letter inside between "TABLE" and "border" inside ``<TABLE border="1"'' causes crash.
Ok, I can reproduce both crashes. Thanks for reporting. What is the original encoding of these files? Geany detects ISO-8859-1 on my system but this isn't the original one.
Original encoding is cp1251 (windows-1251).
On Wed, 11 Jul 2007 13:48:07 +0500, Walery Studennikov despair@reg.ru wrote:
Hi.
I've found two problems in latest SVN version of Geany that causes segfaults.
- Opening of some HTML files causes immidiate crash.
Example file API_rus.html attached.
- Typing cyrillic letters inside tag definitions
(inside < >) when editing HTML files causes crash.
Both crashes should be fixed in SVN r1761. Thanks for reporting.
Regards, Enrico