Application Crashing
-
We are developing an application on the qnx os and we are using canvas for the drawing
Several Images are there in a qml file where we are z coordinates 0 for background image 1 grid image and 2 for CanvasHear are the scenario where won't see the crash:
- When all the background images are enabled and only we have commented on the drawing then we are not able to see crash issue
- When we are enabling paint that is drawing and disabling the grid image we are not able to see the Crash issue
Hear are the scenario where you can see the crash:
But when we are including both grid image and drawing part we are able to see this crash issue -
We are developing an application on the qnx os and we are using canvas for the drawing
Several Images are there in a qml file where we are z coordinates 0 for background image 1 grid image and 2 for CanvasHear are the scenario where won't see the crash:
- When all the background images are enabled and only we have commented on the drawing then we are not able to see crash issue
- When we are enabling paint that is drawing and disabling the grid image we are not able to see the Crash issue
Hear are the scenario where you can see the crash:
But when we are including both grid image and drawing part we are able to see this crash issue@SuhasKrishanamurthy First thing to do to analyze crashes: use the debugger to get stack trace.
-
@jsulm We are having only system generated logs we don't have any backtrace for the debug can you suggest any alternative way.
-
@jsulm We are having only system generated logs we don't have any backtrace for the debug can you suggest any alternative way.
@SuhasKrishanamurthy On what device is this running?
-
@jsulm It's adventech provided qnx7. 1 SOM DB2510 board
-
@jsulm It's adventech provided qnx7. 1 SOM DB2510 board
@SuhasKrishanamurthy And you can't do remote debugging? Can you get core dumps?
-
@jsulm .core files are generated but we are not able to read it or tranfer it to another device due to boards ifs file system restrictions and remote debugging also can't be enabled as board doesn't have network connectivity and also we can't able to say actual core dump is generated or not.