SigDigger icon indicating copy to clipboard operation
SigDigger copied to clipboard

segfault while clicking somewhere on FSK analyser

Open dernasherbrezon opened this issue 2 years ago • 1 comments

Latest MacOS, M1. Version: latest from GitHub

Stacktrace:

Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process:   exc handler [12697]

VM Region Info: 0x68 is not in any region.  Bytes before following region: 4303601560
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                      10083c000-100b5c000    [ 3200K] r-x/r-x SM=COW  ...cOS/SigDigger

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   SigDigger                     	       0x1008a822c SigDigger::Inspector::setAnalyzer(Suscan::Analyzer*) + 0
1   SigDigger                     	       0x1008dcbe4 SigDigger::UIMediator::detachAllInspectors() + 72
2   SigDigger                     	       0x10084b010 SigDigger::Application::orderedHalt() + 96
3   SigDigger                     	       0x10084b288 SigDigger::Application::onAnalyzerEos() + 340
4   QtCore                        	       0x103229a88 0x103024000 + 2120328
5   QtCore                        	       0x103221ca4 QObject::event(QEvent*) + 596
6   QtWidgets                     	       0x1019da740 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 292
7   QtWidgets                     	       0x1019dbad8 QApplication::notify(QObject*, QEvent*) + 548
8   QtCore                        	       0x1031f96e4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 208
9   QtCore                        	       0x1031fa9a4 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 864
10  libqcocoa.dylib               	       0x101f828d8 0x101f4c000 + 223448
11  libqcocoa.dylib               	       0x101f82f98 0x101f4c000 + 225176
12  CoreFoundation                	       0x1a4f28c5c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
13  CoreFoundation                	       0x1a4f28ba8 __CFRunLoopDoSource0 + 208
14  CoreFoundation                	       0x1a4f28894 __CFRunLoopDoSources0 + 268
15  CoreFoundation                	       0x1a4f27208 __CFRunLoopRun + 820
16  CoreFoundation                	       0x1a4f26734 CFRunLoopRunSpecific + 600
17  HIToolbox                     	       0x1adab8f68 RunCurrentEventLoopInMode + 292
18  HIToolbox                     	       0x1adab8cdc ReceiveNextEventCommon + 552
19  HIToolbox                     	       0x1adab8a9c _BlockUntilNextEventMatchingListInModeWithFilter + 72
20  AppKit                        	       0x1a7a7cce0 _DPSNextEvent + 844
21  AppKit                        	       0x1a7a7b584 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1332
22  AppKit                        	       0x1a7a6d5a4 -[NSApplication run] + 596
23  libqcocoa.dylib               	       0x101f81dac 0x101f4c000 + 220588
24  QtCore                        	       0x1031f57c8 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 524
25  QtCore                        	       0x1031f9d10 QCoreApplication::exec() + 132
26  SigDigger                     	       0x1008e11dc main + 616
27  dyld                          	       0x100ec50f4 start + 520

dernasherbrezon avatar Feb 04 '22 21:02 dernasherbrezon

Hi,

This looks like a GUI logic issue, but I am not being able to reproduce it. On the other hand, I've just fixed an issue regarding OpenGL Waterfall initialization that should have been made available now. What version are you running exactly? Is this the latest development build?

BatchDrake avatar Feb 05 '22 09:02 BatchDrake