ダウンロード
Magazine
開発
アカウント
ダウンロード
Magazine
開発
ログイン
アカウント/パスワードを忘れた
アカウント作成
言語
ヘルプ
言語
ヘルプ
×
ログイン
ログイン名
パスワード
×
アカウント/パスワードを忘れた
日本語の翻訳状況
カテゴリ:
ソフトウェア
人物
PersonalForge
Magazine
Wiki
検索
OSDN
>
ソフトウェアを探す
>
端末
>
jfbterm
>
チケット一覧/検索
>
チケット #8481
jfbterm
概要
プロジェクト概要
開発ダッシュボード
Webページ
開発メンバー
画像ギャラリー
公開フィード一覧
活動
統計情報
活動履歴
ダウンロード
リリース一覧
統計
ソースコード
コードリポジトリリスト
CVS
リポジトリ閲覧
チケット
チケット一覧
マイルストーン一覧
チケットの種類一覧
コンポーネント一覧
よく使われるチケット一覧のリスト/RSS
新規チケット登録
文書
コミュニケーション
フォーラム
フォーラム一覧
ヘルプ (1)
公開討議 (1)
メーリングリスト
MLの一覧
ニュース
チケット #8481
チケット一覧/検索
新規チケット登録
RSS
malloc error for "other,*,iconv,UTF-8"
登録:
2006-05-28 17:30
最終更新:
2006-05-28 17:30
モニタ
ON
OFF
報告者:
nskystars
担当者:
(未割り当て)
チケットの種類:
パッチ
状況:
オープン
コンポーネント:
(未割り当て)
マイルストーン:
(未割り当て)
優先度:
5 - 中
重要度:
5 - 中
解決法:
なし
ファイル:
1
詳細
返信
When I use the en_US locale (ISO-8859-1) and use the
iso10646.1 font for display (I comment out
"encoding.ISO-8859-1 :
G0,G2,ansix3.4-1968,ansix3.4-1968,iso8859.1-1987,ansix3.4-1968"
in jfbterm.conf), jfbterm gives out the following error
and dies.
...
(**) : line 100, `color.gamma : 1.7'
(**) : total 100 lines read.
ENCODING: locale = ISO-8859-1
*** glibc detected *** malloc(): memory corruption:
0x0806eb58 ***
Aborted
The strlen given in line 353 of main.c has a missing
comma(,). Here is the patch:
チケットの履歴 (1 件中 1 件表示)
2006-05-28 17:30
更新者:
nskystars
添付ファイル
1496: jfbterm-0.4.7-other-encoding.patch
が付加されました
添付ファイルリスト (
1
)
添付ファイルリスト
jfbterm-0.4.7-other-encoding.patch
(565バイト)
malloc error fix for "other" encodings
編集
コメントの追加
ログインしていません。
ログインしていない状態では、コメントに記載者の記録が残りません。 »
ログインする
コメントの追加
プレビュー
適用
iso10646.1 font for display (I comment out
"encoding.ISO-8859-1 :
G0,G2,ansix3.4-1968,ansix3.4-1968,iso8859.1-1987,ansix3.4-1968"
in jfbterm.conf), jfbterm gives out the following error
and dies.
...
(**) : line 100, `color.gamma : 1.7'
(**) : total 100 lines read.
ENCODING: locale = ISO-8859-1
*** glibc detected *** malloc(): memory corruption:
0x0806eb58 ***
Aborted
The strlen given in line 353 of main.c has a missing
comma(,). Here is the patch: