免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1296 | 回复: 2
打印 上一主题 下一主题

奇怪的问题,紧急求助 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-09-11 09:25 |只看该作者 |倒序浏览
在用CFREE4.0 (beta1)调试程序时,老是在下面一句处出错。很纳闷。其中的类型SegHD定义如下。另外nseg当前的数值为144。出错的提示为0x7c93b3fb in _size_of_stack_reserve__ ()(gdb) Cannot access memory 。用DEV C++也是过了,同样的结果。想问一下,有什么办法了解更多的出错信息。或者那位高手有过类是经历?先谢谢了!
  1. typedef struct
  2. {
  3.         unsigned short start, end, id_offset;
  4.         short id_delta;
  5. } SegHD;
复制代码

  1. typedef struct
  2. {
  3.         TableEntry cmap, loca, glyf, head, maxp, name, cvt, prep, hhea;
  4.         unsigned short nglyphs;
  5.         unsigned short cmap4_nseg, cmap_format ;                         //Referenced by loadCMPA(), FontInfo()
  6.         unsigned short max_pts, max_ctours,max_comp_pts,max_comp_ctours, max_depth;        //Referenced by geTTFMaxP()
  7.         short xmin, ymin, xmax, ymax;                                        //Referenced by getBoundingBox()
  8.         int long_format;                                                //Referenced By initTruTypeFontFile(), (*TTFont).localOffset()
  9.         char font_name[256];
  10.         char font_type[5];
  11.         char font_file[256];
  12.         SubHD *sub_header;
  13.         int sub_header_size;       
  14.         SegHD *seg_header;
  15.         int seg_header_size;
  16.         unsigned short sub_head_key[256];
  17.         unsigned short *glyf_index_array;
  18.         int glyf_index_array_size;
  19. } FontInfo *TTFont;
复制代码

  1.         (*TTFont).seg_header = (SegHD*)calloc((nseg + 1),sizeof(SegHD));
复制代码

[ 本帖最后由 RobinHoo 于 2006-9-11 11:39 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2006-09-11 11:40 |只看该作者
自己顶一下,帮忙啊。在线等。任何线索都可以!

论坛徽章:
0
3 [报告]
发表于 2006-09-11 17:14 |只看该作者
再顶一下,TTFont的内存已经申请,之前另外一个sub_header的内存申请也成功了。这是第三次内存申请。不应该因为内存申请而出错。不知道是不是gcc或者MINGW的bug。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP