You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(gdb) r
Starting program: /home/pi/qtzeroconf/qtzeroconf
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0x76a6743c in QObject::connect(QObject const_, char const_, QObject const_, char const_, Qt::ConnectionType) ()
from /usr/local/qt5/lib/libQt5Core.so.5
(gdb) bt
#0 0x76a6743c in QObject::connect(QObject const_, char const_, QObject const_, char const_, Qt::ConnectionType) ()
from /usr/local/qt5/lib/libQt5Core.so.5 #1 0x76ffab58 in ?? ()
Cannot access memory at address 0x8149bf87 #2 0x76ffab58 in ?? ()
Cannot access memory at address 0x8149bf87
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb)
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use qzeroconf on Raspberry Pi but it is not working. Segmentation by simply instantiating ZConfService. Can you help me?
include <stdio.h>
include <zconfservice.h>
include
int main(int argc, char** argv)
{
QCoreApplication app(argc, argv);
ZConfService service(&app);
//service.registerService("RASP", 19002, "_drc._tcp");
}
(gdb) r
Starting program: /home/pi/qtzeroconf/qtzeroconf
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0x76a6743c in QObject::connect(QObject const_, char const_, QObject const_, char const_, Qt::ConnectionType) ()
from /usr/local/qt5/lib/libQt5Core.so.5
(gdb) bt
#0 0x76a6743c in QObject::connect(QObject const_, char const_, QObject const_, char const_, Qt::ConnectionType) ()
from /usr/local/qt5/lib/libQt5Core.so.5
#1 0x76ffab58 in ?? ()
Cannot access memory at address 0x8149bf87
#2 0x76ffab58 in ?? ()
Cannot access memory at address 0x8149bf87
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb)
The text was updated successfully, but these errors were encountered: