Re: [wsjt-devel] Mac OSX sample crash

2017-08-08 Thread John Nelson
Mike,

Samples download works perfectly on Mac OSX 10.11.6 with 1.8.0-rc1 with Qt 
5.8.0.   Problem with his Mac configuration rather than WSJT-X?

— John G4KLA
--
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


Re: [wsjt-devel] Mac OSX sample crash

2017-08-07 Thread Black Michael via wsjt-devel
Some more testing
1.7.0 works just fine on his system.
1.8.0-rc1 crashes on both Samples and Online User Guide.  So it's like it can't 
access the network at all.Is 1.8.0-rc1 compile against a different Qt library 
perhaps?
There's not any network security software on his system the he know about or 
can find.
And curl works just fine.
Pearces-MacBook-Pro:~ gaff$ curl --head 
http://downloads.sourceforge.net/projects/wsjt/samples/contents_1.8.jsonHTTP/1.1
 307 Temporary RedirectServer: nginxDate: Mon, 07 Aug 2017 21:59:22 
GMTContent-Type: text/html; charset=UTF-8Connection: closeLocation: 
https://sourceforge.net/downloads
Pearces-MacBook-Pro:~ gaff$ 

de Mike W9MDB

--
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


Re: [wsjt-devel] Mac OSX sample crash

2017-08-07 Thread Bill Somerville

On 07/08/2017 19:08, Black Michael via wsjt-devel wrote:

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 org.qt-project.QtNetwork 0x000104a3c425 0x10499d000 + 652325
1 com.apple.CFNetwork 0x7fff9004a232 
executionContextPerform(void*) + 225
2 com.apple.CoreFoundation 0x7fff93da75b1 
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17

3 com.apple.CoreFoundation 0x7fff93d98c62 __CFRunLoopDoSources0 + 242
4 com.apple.CoreFoundation 0x7fff93d983ef __CFRunLoopRun + 831
5 com.apple.CoreFoundation 0x7fff93d97e75 CFRunLoopRunSpecific + 309
6 org.qt-project.QtNetwork 0x000104a3b835 0x10499d000 + 649269
7 org.qt-project.QtNetwork 0x000104a3c681 
QNetworkProxyFactory::systemProxyForQuery(QNetworkProxyQuery const&) + 17

8 org.qt-project.QtNetwork 0x000104a32383 0x10499d000 + 611203
9 org.qt-project.QtNetwork 0x000104a34442 
QNetworkProxyFactory::proxyForQuery(QNetworkProxyQuery const&) + 50

10  org.qt-project.QtNetwork 0x0001049cc48e 0x10499d000 + 193678
11  org.qt-project.QtNetwork 0x0001049e9889 0x10499d000 + 313481
12  org.qt-project.QtNetwork 0x0001049ee6f3 0x10499d000 + 333555
13  org.qt-project.QtNetwork 0x0001049e63ce 0x10499d000 + 299982
14  org.qt-project.QtNetwork 0x0001049e607b 0x10499d000 + 299131
15  org.qt-project.QtNetwork 0x0001049cad98 
QNetworkAccessManager::createRequest(QNetworkAccessManager::Operation, 
QNetworkRequest const&, QIODevice*) + 1656
16  org.k1jt.wsjtx 0x00010074a6ef 
NetworkAccessManager::createRequest(QNetworkAccessManager::Operation, 
QNetworkRequest const&, QIODevice*) + 15
17  org.qt-project.QtNetwork 0x0001049c906e 
QNetworkAccessManager::head(QNetworkRequest const&) + 30

18  org.k1jt.wsjtx 0x000100849fea RemoteFile::download(QUrl) + 442
19  org.k1jt.wsjtx 0x000100849a3a RemoteFile::sync(QUrl const&, 
bool, bool) + 186

20  org.k1jt.wsjtx 0x000100843def Directory::refresh(bool) + 735


HI Mike,

looks like it is failing on the network request that does an HTTP HEAD 
query on the file to download, it also seems to be getting the little 
JSON file that describes the available downloads, it gets that when the 
window opens so it knows which sample files and directories to offer. It 
is basically doing the equivalent of this when it crashes:


$ curl --head 
http://downloads.sourceforge.net/projects/wsjt/samples/contents_1.8.json


The output from that command might be helpful although nothing is does 
should cause a SEGV.


73
Bill
G4WJS.

--
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


Re: [wsjt-devel] Mac OSX sample crash

2017-08-07 Thread Black Michael via wsjt-devel
No proxy that I know of.  I'm waiting for him to respond so I can hook up with 
him again.  It was a side-note to another problem he was having with the FT-991 
showing split constantly.  The FT-991 patch didn't make it in to rc1 for that 
one.I compiled a new hamlib for him and running rigctld to fix that problem so 
he can run split mode now.
de Mike W9MDB
  From: Bill Somerville <g4...@classdesign.com>
 To: wsjt-devel@lists.sourceforge.net 
 Sent: Monday, August 7, 2017 12:18 PM
 Subject: Re: [wsjt-devel] Mac OSX sample crash
   
 On 07/08/2017 18:15, Black Michael via wsjt-devel wrote:
  
 Let me try starting him with a new config and if that's the problem do you 
want the config file? 
  I'll get more info since it's not reproducible. 
  
 Hi Mike, I doubt it is anything to do with the preferences, more likely an 
Internet connectivity issue. Is a proxy server involved? 73
 Bill
 G4WJS.
  --
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


   --
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


Re: [wsjt-devel] Mac OSX sample crash

2017-08-07 Thread Bill Somerville

On 07/08/2017 18:15, Black Michael via wsjt-devel wrote:
Let me try starting him with a new config and if that's the problem do 
you want the config file?


I'll get more info since it's not reproducible.


Hi Mike,

I doubt it is anything to do with the preferences, more likely an 
Internet connectivity issue. Is a proxy server involved?


73
Bill
G4WJS.

--
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


Re: [wsjt-devel] Mac OSX sample crash

2017-08-07 Thread Black Michael via wsjt-devel
Let me try starting him with a new config and if that's the problem do you want 
the config file?
I'll get more info since it's not reproducible.
de Mike W9MDB

  From: Bill Somerville <g4...@classdesign.com>
 To: wsjt-devel@lists.sourceforge.net 
 Sent: Monday, August 7, 2017 12:13 PM
 Subject: Re: [wsjt-devel] Mac OSX sample crash
   
On 07/08/2017 17:50, Black Michael via wsjt-devel wrote:
> Worked with another on Mac OSX and 1.8.0-rc1 and when he opens the 
> Samples downloads it crashes with a segfault.
>
> Hopefully this can be reproduced by another Mac user.
>
Hi Mike,

works for me.

What version of OS X or macOS?

Steps to reproduce?

Crash dump listing?

73
Bill
G4WJS.


--
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


   --
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


Re: [wsjt-devel] Mac OSX sample crash

2017-08-07 Thread Bill Somerville

On 07/08/2017 17:50, Black Michael via wsjt-devel wrote:
Worked with another on Mac OSX and 1.8.0-rc1 and when he opens the 
Samples downloads it crashes with a segfault.


Hopefully this can be reproduced by another Mac user.


Hi Mike,

works for me.

What version of OS X or macOS?

Steps to reproduce?

Crash dump listing?

73
Bill
G4WJS.


--
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