cancel
Showing results for 
Search instead for 
Did you mean: 

Segmentation fault in screen transition

RMoha.2
Associate II

The application has 3 screens(say A, B , and C). Here is a summary of a behavior that is showing up in the simulator:

  • Transition from A --> B, B-->A work fine
  • Transition from A --> C, C-->A work fine
  • Transition from B-->C works fine
  • HOWEVER, C-->B gives segmentation fault(i.e. kills the application)
  • Also, C-->A-->B faults as well

Is there any reported observation of a similar issue before?

Is there a debugging tool in the simulator?

1 REPLY 1
Martin KJELDSEN
Chief III

It's a C++ program so you can use whatever you want to debug - We offer a gcc project (via make) and Visual studio projects for simulators. There's a version of gdb inside the TouchGFX environment.