Download
Desenvolver
Conta
Download
Desenvolver
Login
Forgot Account/Password
Criar Conta
Linguagem
Ajuda
Linguagem
Ajuda
×
Login
Nome de acesso
Senha
×
Forgot Account/Password
Estado tradução de Português
Category:
Software
People
PersonalForge
Magazine
Wiki
Pesquisa
OSDN
>
Pesquisar Software
>
Terminals
>
jfbterm
>
Ticket List/Search
>
Tíquete #8481
jfbterm
Descrição
Project Summary
Developer Dashboard
Página da Web
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
Histórico
Downloads
List of Releases
Stats
Código Fonte
Code Repository list
CVS
Visualizar Repositório
Tíquete
Ticket List
Milestone List
Type List
Lista de componentes
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Fóruns
List of Forums
Ajuda (1)
Open Discussion (1)
Mailing Lists
list of ML
News
Tíquete #8481
Ticket List
Submit New Ticket
RSS
malloc error for "other,*,iconv,UTF-8"
:
2006-05-28 17:30
Última Atualização:
2006-05-28 17:30
monitor
ON
OFF
Relator:
nskystars
Dono:
(Nenhum)
Tipo:
Patches
Estado:
Aberto
Componente:
(Nenhum)
Marcos:
(Nenhum)
Prioridade:
5 - Medium
Gravidade:
5 - Medium
Resolução:
Nenhum
Arquivo:
1
Details
Responder
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:
Ticket History (1/1 Histories)
2006-05-28 17:30
Updated by:
nskystars
File
1496: jfbterm-0.4.7-other-encoding.patch
is attached
Attachment File List (
1
)
Attachment File List
jfbterm-0.4.7-other-encoding.patch
(565bytes)
malloc error fix for "other" encodings
Editar
Adicionar Comentário
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Adicionar Comentário
Pré-visualizar
Submit
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: