We can't help you without the source. All the dump tells me is that you died on the timer. There are any number of things that you could have done in the source that won't show in the dump.--------------------------------------------------------------------------------
I am creating an application, where I will read data from /proc/stat file which contains cpu uasge data and plot the values of cpu usage with respect to time.
For this I am writing a Timer event which for every 1 sec it opens the file and read the data and plot.
In my application I am calling the timer event 126 times.
At the 30 th iteration of the timer event the apllication is segmenting withe following message .
From the above meesage I feel that memory corruption is happening , But how to resolve this memory corruption.
Please help me .