My app originally was created by API version 5.0 and it works well on 5.0 emulator.
and it works well on emulator.
Then,
I changed my app with API version 4.0 from API 5.0 version in tizen-manifest.xml and I also installed SDK 4.0 in Package Manager and emulator 4.0 version.
then
I tried to test my new same app with API 4.0 on emulator 4.0 version.
But Visual studio IDE showed the error, “Segmentaion fault” when running as “Release mode” on Emulator 4.0 and it didn’t work anymore.
(In addition, my app works well when running as “Debug mode”.)
The code with “Segmentation Fault” is right the code with “MainPage = new TizenGalaxyYourIPGeoInfo.MainPage();” in function App(), constructor in App.xaml.cs file.
This problem happens only when running as “Release Mode” on emulator, “tizen4.0”.
The full error log are as following:
"
Loaded ‘[vdso]’. Cannot find or open the symbol file.
Loaded ‘linux-gate.so.1’. Cannot find or open the symbol file.
Segmentation fault
"
Please let us know how to fix it.
and I attached the captured picture with the logs.