Try this:
Index: 
RemoteFile.cpp===================================================================---
 RemoteFile.cpp      (revision 7379)+++ RemoteFile.cpp      (working copy)@@ 
-15,6 +15,7 @@   , listener_ {listener}   , network_manager_ {network_manager}  
 , local_file_ {local_file_path}+  , reply_ {nullptr}   , http_only_ 
{http_only}   , is_valid_ {false}   , redirect_count_ {0}Index: 
RemoteFile.hpp===================================================================---
 RemoteFile.hpp      (revision 7379)+++ RemoteFile.hpp      (working copy)@@ 
-75,7 +75,7 @@   QFileInfo local_file_;   bool http_only_;   QUrl url_;-  
QPointer<QNetworkReply> reply_;+  QNetworkReply *reply_;   bool is_valid_;   
unsigned redirect_count_;   QSaveFile file_; de Mike W9MDB
      From: Claude Frantz <claude.fra...@bayern-mail.de>
 To: WSJT software development <wsjt-devel@lists.sourceforge.net> 
 Sent: Monday, December 12, 2016 4:00 AM
 Subject: Re: [wsjt-devel] My problems while trying to get the audio samples
   
On 12/11/2016 10:34 PM, Bill Somerville wrote:

Hi Bill, Mike and all,

> thanks for the patch Mike. I have submitted a change based on the patch,
> I made a few other changes to fix some related problems.
> 
> Revision r7379 fixes the message box that was intended to allow the user
> to override SSL/TLS errors that might occur due to baulked OpenSSL
> builds and/or out of date or incomplete CA certificate stores. Errors
> that are ignored at the discretion of the user are only ignored for the
> current session.

At my site, this r7379 crashes in the same manner as the previous revision.

I will insert the core backtrace of the problem reporting software of
Fedora.

Best 88 de Claude (DJ0OT)


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


   
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to