PDA

View Full Version : QUdpSocket problem MacOSX



kangy
10th March 2010, 20:26
Hello, Im running into a bit of a problem using the UdpSocket class. My application currently reads data via a UdpSocket object similar to the example in the class documentation. Trouble is, when I delete the UdpSocket when I close my application I get a SIGBUS exception. The stack trace ends on the call to the QUdpSocket destructor. My platform is Mac OSX Snow Leopard. I've tried closing the Udp socket and disconnecting the readyRead signal prior to calling the desructor but no luck. Thanks in advanced for anyones help.

kangy
11th March 2010, 07:06
No worries, figured out what the problem was.