As per the Title I am recieving this error msg, while running my Qt Application.
Actually, I have an application designed under Qt4.7.4. The application crashes randomly while under operation. It happens randomly during different phase of operation. I went through reading "/var/log/syslog ", and found result as below :
Aug 29 16:17:01 localhost CRON[1484]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Aug 29 16:20:18 localhost kernel: [ 1472.204669] IAccessRemoteSc[1420]: segfault at ac4ecc4 ip 00ed71ef sp bfcdde2c error 4 in libc-2.10.1.so[e6c000+13e000]
Aug 29 17:17:01 localhost CRON[8814]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Aug 29 17:28:33 localhost kernel: [ 5567.372835] IAccessRemoteSc[1894]: segfault at a55d77c ip 008481ef sp bfa9271c error 4 in libc-2.10.1.so[7dd000+13e000]
Aug 29 17:29:01 localhost kernel: [ 5595.452673] IAccessRemoteSc[10231]: segfault at 11064954 ip 086591ef sp bf8b0dec error 4 in libc-2.10.1.so[85ee000+13e000]
Aug 29 17:31:12 localhost kernel: [ 5726.055671] IAccessRemoteSc[10291]: segfault at a0beb84 ip 00cbf1ef sp bffdfb0c error 4 in libc-2.10.1.so[c54000+13e000]
Aug 29 18:15:44 localhost kernel: [ 8399.369686] IAccessRemoteSc[10602]: segfault at 125 ip 00cd6df4 sp bfeef720 error 6 in libQtCore.so.4.7.4[b51000+2ca000]
Aug 29 18:17:01 localhost CRON[12697]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
From the above message, the error is from libc-2.10.1.so and libQtCore.so.4.7.4.
I am using Ubuntu 9.10 version (as per our company standards)
I tried google search, but no clear reason/solutions have been mentioned.
So, Do any one have some idea about this error ??
Any idea/suggestion would be great help for me.