Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Terminals
>
jfbterm
>
Ticket List/Search
>
Ticket #8481
jfbterm
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
CVS
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Forums
List of Forums
Help (1)
Open Discussion (1)
Mailing Lists
list of ML
News
Ticket #8481
Ticket List
Submit New Ticket
RSS
malloc error for "other,*,iconv,UTF-8"
Open Date:
2006-05-28 17:30
Last Update:
2006-05-28 17:30
monitor
ON
OFF
Reporter:
nskystars
Owner:
(None)
Type:
Patches
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
1
Details
Reply
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
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
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: