Results 1 to 2 of 2

Thread: Crash inside Qt method QHttpNetworkConnectionChannel::sendRequest() when using ssl

  1. #1
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Question Crash inside Qt method QHttpNetworkConnectionChannel::sendRequest() when using ssl

    Using Qt 5.4.0, We are invoking QNetworkAccessManager with SSL (configured with private key, local certificate and ca certificates).
    The Qt library code is seg fault inside QHttpNetworkConnectionChannel::sendRequest(). This is not inside our code but inside Qt.

    Any hints? any similar issue reported?

    Thanks;

    Mut.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Crash inside Qt method QHttpNetworkConnectionChannel::sendRequest() when using ss

    Look at the crash backtrace and work out what your code is doing that triggers the problem. Build a small, self-contained program that reproduces the issue. Post that, along with details of which platform, compiler, bit-ness, OpenSSL version etc.

    You can see reported bugs here: https://bugreports.qt.io/secure/Dashboard.jspa
    "We can't solve problems by using the same kind of thinking we used when we created them." -- Einstein
    If you are posting code then please use [code] [/code] tags around it - makes addressing the problem easier.

Similar Threads

  1. Problem with method call inside a constructor.
    By robgeek in forum Qt Programming
    Replies: 4
    Last Post: 7th April 2015, 08:10
  2. Crash in QWidget::ensurePolished() method
    By zgulser in forum Qt Programming
    Replies: 0
    Last Post: 12th June 2014, 12:36
  3. Replies: 2
    Last Post: 1st February 2011, 22:52
  4. Replies: 1
    Last Post: 25th November 2010, 12:37
  5. Crash due to usage of QModelIndex inside QFileDialog?
    By mails.hemant in forum Qt Programming
    Replies: 2
    Last Post: 24th November 2008, 10:23

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.