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 0x0000000104a3c425 0x10499d000 + 652325
1 com.apple.CFNetwork 0x00007fff9004a232
executionContextPerform(void*) + 225
2 com.apple.CoreFoundation 0x00007fff93da75b1
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
3 com.apple.CoreFoundation 0x00007fff93d98c62 __CFRunLoopDoSources0 + 242
4 com.apple.CoreFoundation 0x00007fff93d983ef __CFRunLoopRun + 831
5 com.apple.CoreFoundation 0x00007fff93d97e75 CFRunLoopRunSpecific + 309
6 org.qt-project.QtNetwork 0x0000000104a3b835 0x10499d000 + 649269
7 org.qt-project.QtNetwork 0x0000000104a3c681
QNetworkProxyFactory::systemProxyForQuery(QNetworkProxyQuery const&) + 17
8 org.qt-project.QtNetwork 0x0000000104a32383 0x10499d000 + 611203
9 org.qt-project.QtNetwork 0x0000000104a34442
QNetworkProxyFactory::proxyForQuery(QNetworkProxyQuery const&) + 50
10 org.qt-project.QtNetwork 0x00000001049cc48e 0x10499d000 + 193678
11 org.qt-project.QtNetwork 0x00000001049e9889 0x10499d000 + 313481
12 org.qt-project.QtNetwork 0x00000001049ee6f3 0x10499d000 + 333555
13 org.qt-project.QtNetwork 0x00000001049e63ce 0x10499d000 + 299982
14 org.qt-project.QtNetwork 0x00000001049e607b 0x10499d000 + 299131
15 org.qt-project.QtNetwork 0x00000001049cad98
QNetworkAccessManager::createRequest(QNetworkAccessManager::Operation,
QNetworkRequest const&, QIODevice*) + 1656
16 org.k1jt.wsjtx 0x000000010074a6ef
NetworkAccessManager::createRequest(QNetworkAccessManager::Operation,
QNetworkRequest const&, QIODevice*) + 15
17 org.qt-project.QtNetwork 0x00000001049c906e
QNetworkAccessManager::head(QNetworkRequest const&) + 30
18 org.k1jt.wsjtx 0x0000000100849fea RemoteFile::download(QUrl) + 442
19 org.k1jt.wsjtx 0x0000000100849a3a RemoteFile::sync(QUrl const&,
bool, bool) + 186
20 org.k1jt.wsjtx 0x0000000100843def 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