Hello every one,
I writing this post to ask you a question about a problem I am having with the Raspberry Pi 3 B+.
I am using Raspbian Stretch (2018-06-27) and I am writing a code with Qt 4.8.7. In my application I use Linux commands as follows:
system("sudo shutdown now");
or
system("/opt/vc/bin/vcgencmd measure_temp > /home/pi/temp.txt");
My application works very fine without any problems. However, since I run the raspberry without stop, after 3 or 4 days of running, Linux commands stop working !!!
I don’t know if this is a problem in Raspbian OS or in the hardware ???
If anyone has an idea about this problem, please answer me.
Best regards.