This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9896 - Can't format a bdf file to fnt
Attached to Project:
Rockbox
Opened by Stondubleryt Blue (store88) - Thursday, 12 February 2009, 07:19 GMT+2
Last edited by Alexander Levin (fml2) - Tuesday, 15 December 2009, 13:59 GMT+2
Opened by Stondubleryt Blue (store88) - Thursday, 12 February 2009, 07:19 GMT+2
Last edited by Alexander Levin (fml2) - Tuesday, 15 December 2009, 13:59 GMT+2
|
DetailsWhen convert the file attached to fnt format, occurs Segmentation fault
$ ./convbdf.exe -f -o 5-a.fnt 9-a.bdf 8 [main] convbdf 4048 _cygtls::handle_exceptions: Error while dumping state (probably corrupte d stack) Segmentation fault (core dumped) |
This task depends upon
Closed by Alexander Levin (fml2)
Tuesday, 15 December 2009, 13:59 GMT+2
Reason for closing: Fixed
Additional comments about closing: No more reproducible with convbdf r20831.
Tuesday, 15 December 2009, 13:59 GMT+2
Reason for closing: Fixed
Additional comments about closing: No more reproducible with convbdf r20831.
eax=00000000 ebx=00000000 ecx=00000028 edx=00000000 esi=7FF9FF34 edi=7FFA0000
ebp=0022CAD8 esp=0022CAD0 program=C:\cygwin\home\Administrator\otf2bdf3-win32\convbdf.exe, pid 3560, thread main
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame Function Args
0022CAD8 610DDFF7 (7FF9FF34, 00000000, 0000016C, 0022CB3C)
0022CC68 0040215F (006B017C, 006B0320, 61168A78, 00000000)
0022CC98 004016E2 (6116B778, 6116B760, 0022CCB8, 00000000)
0022CCB8 00401369 (6116B778, 0022CCF4, 004014B6, 004014CA)
0022CCE8 0040158A (00000001, 6116B6D0, 006B0090, 0022CC70)
0022CD98 610060D8 (00000000, 0022CDD0, 61005450, 0022CDD0)
61005450 61004416 (0000009C, A02404C7, E8611021, FFFFFF48)
2410 [main] convbdf 3560 _cygtls::handle_exceptions: Error while dumping state (probably corrupted stack)
The font was corrected so that convbdf should not terminate abnormally.
Please confirm it.
Also, for convbdf, I corrected to output the error when the value of BBX, SWIDTH or DWIDTH was not correct.
Hence I think this bug can be closed now.