Results 1 to 2 of 2

Thread: QUdpSocket problem MacOSX

  1. #1
    Join Date
    Mar 2010
    Posts
    3
    Qt products
    Qt4
    Platforms
    MacOS X

    Default QUdpSocket problem MacOSX

    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.
    Last edited by kangy; 10th March 2010 at 21:18.

  2. #2
    Join Date
    Mar 2010
    Posts
    3
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Re: QUdpSocket problem MacOSX

    No worries, figured out what the problem was.

Similar Threads

  1. qudpsocket and localhost
    By ih8veggies in forum Newbie
    Replies: 1
    Last Post: 18th February 2011, 13:54
  2. Working with QUdpSocket
    By csvivek in forum Qt Programming
    Replies: 6
    Last Post: 30th October 2009, 01:38
  3. UDP - QUdpSocket
    By denwelzie in forum Qt Programming
    Replies: 7
    Last Post: 29th April 2008, 09:02
  4. QUdpSocket and ShareAddress
    By mdecandia in forum Qt Programming
    Replies: 5
    Last Post: 26th March 2007, 17:06
  5. QUdpSocket hasPendingDatagrams()
    By mbjerkne in forum Qt Programming
    Replies: 3
    Last Post: 4th April 2006, 19:14

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.