Bug 29009

Summary: nedit падает при попытке открыть файл
Product: Sisyphus Reporter: Стас <stas.grumbler>
Component: neditAssignee: Ilya Mashkin <oddity>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: oddity
Version: unstableKeywords: backport
Hardware: x86   
OS: Linux   

Description Стас 2013-05-23 12:48:20 MSK
Linux 3.4.38-un-def-alt0.M60P.1

1. Запускаю nedit, в меню программы выбираю "Файл"-"Открыть", программа завершается. Вывод на консоль ниже.
2. (мелочь) nedit ругается на локаль UTF-8 (нужен враппер?)

[stas@stas husky]$ nedit
UTF8 locale not supported.
Cannot convert string "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*" to type FontStruct
Cannot convert string "-*-courier-medium-r-normal--12-*-*-*-*-*-*" to type FontStruct
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  91 (X_QueryColors)
  Value in failed request:  0xffb3b3b3
  Serial number of failed request:  75237
  Current serial number in output stream:  75237
[stas@stas husky]$ LANG=ru_RU.KOI8-R nedit
Cannot convert string "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*" to type FontStruct
Cannot convert string "-*-courier-medium-r-normal--12-*-*-*-*-*-*" to type FontStruct
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  91 (X_QueryColors)
  Value in failed request:  0xffb3b3b3
  Serial number of failed request:  5758
  Current serial number in output stream:  5758
Comment 1 Andrey Cherepanov 2013-05-23 13:35:45 MSK
Падает и в версии для Sisyphus. Локаль тут не при чём.
Comment 2 Repository Robot 2014-09-20 17:22:06 MSK
nedit-5.5-alt5.git20121025 -> sisyphus:

* Sat Sep 20 2014 Eugeny A. Rostovtsev (REAL) <real at altlinux> 5.5-alt5.git20121025
- Built with lesstif instead of openmotif (ALT #29009)