Results 1 to 3 of 3

Thread: Qt Thread Issue with Android(?)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    May 2009
    Location
    Canada
    Posts
    163
    Thanks
    7
    Thanked 20 Times in 20 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Windows Android

    Default Re: Qt Thread Issue with Android(?)

    Googling that error gives various possibilities: from running out of heap space due to large assets, to de-referencing a null pointer, to calling methods on the same object from different threads.

    My gut feeling is that this has to do with multiple threads, i.e., in which thread is your Bluetooth code called, and is that thread the same as the UI thread?

    The error that is given by the application output
    I think more information is needed than a seg fault message, to localize the problem. Contextualizing the error could be very useful for readers who are smarter than I am. What do you mean by application output? Do you mean in a log file? Are you are logging problems comprehensively? The reliance on Q_ASSERT_X, which of course doesn't even apply in release mode, suggests you are not.

    By the way, on what devices and versions of Android has this been observed?
    Last edited by Urthas; 11th November 2015 at 07:22.

Similar Threads

  1. Embedded resource issue - std::wstring on Windows vs. Android
    By d_stranz in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 15th April 2015, 17:47
  2. Android Issue - webview moving left
    By ejoshva in forum Newbie
    Replies: 3
    Last Post: 10th April 2015, 21:04
  3. Qt/Android: Use QPainter in secondary thread.
    By kiozen in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 27th January 2014, 13:02
  4. Replies: 1
    Last Post: 22nd September 2013, 13:40
  5. Necessitas Qt for Android issue
    By rickrvo in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 8th June 2011, 10:30

Tags for this Thread

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.