#0 0x00007fd61b412b29 in gps_sock_read () from /tmp/apport_sandbox_Dwqnyn/usr/lib/x86_64-linux-gnu/libgps.so.22 #1 0x00007fd61b40fb9a in gps_read () from /tmp/apport_sandbox_Dwqnyn/usr/lib/x86_64-linux-gnu/libgps.so.22 #2 0x00007fd61b416e75 in gpsmm::read() () from /tmp/apport_sandbox_Dwqnyn/usr/lib/x86_64-linux-gnu/libgps.so.22 #3 0x0000560369ec5377 in QGPSDDevice::onDataAvailable (this=0x56036adc5c60) at GPS/qgpsdevice.cpp:1006 1001: #if GPSD_API_MAJOR_VERSION < 5 1002: gpsdata = Server->poll(); 1003: if (!gpsdata) 1004: return; 1005: #else 1006: gpsdata = Server->read(); 1007: if (!gpsdata) 1008: { 1009: QString msg( (errno==0) ? "socket to gpsd was closed" : strerror(errno) ); 1010: qDebug() << "gpsmm::read() failed: " << msg; 1011: return; #4 0x0000560369ec8578 in QGPSDDevice::run (this=0x56036adc5c60) at GPS/qgpsdevice.cpp:992 987: if (Server->waiting()) 988: #else 989: if (Server->waiting(0)) 990: #endif 991: #endif 992: onDataAvailable(); 993: l.processEvents(); 994: } 995: 996: delete Server; 997: } #5 0x00007fd617817c98 in QThreadPrivate::start (arg=0x56036adc5c60) at thread/qthread_unix.cpp:368 [Error: qthread_unix.cpp was not found in source tree] #6 0x00007fd6175546da in start_thread (arg=0x7fd5d0813700) at pthread_create.c:456 [Error: pthread_create.c was not found in source tree] #7 0x00007fd6169e517f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105 [Error: clone.S was not found in source tree]