Languages

Menu
Sites
Language
crash in ft_raster1_init of lib freetype

 

I made a opengl es app , and include the lib freetype.
 
in the pAppFrame->Construct(); it will call freetype function.
 
30 ft_raster1_init() ftrend1.c:36 0x800d0729 
29 <symbol is not available> 0xb5dd45b9 
28 <symbol is not available> 0xb5dcc3c7 
27 <symbol is not available> 0xb5dcc42a 
26 <symbol is not available> 0xb634775e
25 <symbol is not available> 0xb310ff45 
24 <symbol is not available> 0xb62bcdf2 
23 <symbol is not available> 0xb6220743 
22 <symbol is not available> 0xb66738b8 
21 <symbol is not available> 0xb7406014 
20 <symbol is not available> 0xb73cd461 
19 <symbol is not available> 0xb73cd576 
18 <symbol is not available> 0xb74aee0a 
17 <symbol is not available> 0xb74b00ab 
16 <symbol is not available> 0xb7698425 
15 <symbol is not available> 0xb77a061e 
14 <symbol is not available> 0xb7599bc1 
13 AurasAppBase::OnAppInitializing() AurasAppBaseBadaTizenForm.hpp:195 0x800290c7 
 
 
It seems something conflict in freetype.(I'v not call any freetype function yet)
is there any limit in compile?
Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

5 Replies
wil smith
As per the callstack, your app is crashing in ft_raster1_init(), is it a freetype library method?
Blue Shell
yes it is a freetype library method. but i'v never call the method. and how could the function "pAppFrame->Construct();" invoke to ft_raster1_init. it must be a conflict
wil smith
Strange... If you can share a sample proj along with the library, probably somebody can advise
Blue Shell
because i don't use the method of freetype , so if i comment there function. it can start the proj. how can i upload a sample proj? plz add the method in this forums. sample i is just download and create freetype proj, link freetype lib and use some function(need not call at all), just to make sure freetype lib will be linked in to app. and the problem happens.
wil smith
Unfortunately Tizen forum doesn't allow us to attach files. So you can use some third party file sharing site.