-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Description
Bug Report
Current behavior
listaddressgroupings causes a crash to desktop
Expected behavior
Application should not crash
Steps to reproduce:
Open console
Enter listaddressgroupings
Gridcoin version
v5.3.1.7-gf47664e2c-3
Machine specs
- OS: Windows 10 Version 20H2
- CPU: Ryzen 3700X
- RAM: 32 GB
- Disk size: 1 TB
- Disk Type (HD/SDD): SDD
Extra information
Nothing is printed to debug.log even with noisy set to true. With Jim's help I ran it in gdb, here are the backtraces:
#0 0x00007ffca5c8d974 in ntdll!ZwWaitForMultipleObjects () from C:\Windows\SYSTEM32\ntdll.dll
#1 0x00007ffc998e2751 in WINMM!PlaySoundW () from C:\Windows\SYSTEM32\winmm.dll
#2 0x00007ffca4b57034 in KERNEL32!BaseThreadInitThunk () from C:\Windows\System32\kernel32.dll
#3 0x00007ffca5c42651 in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll
#4 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 27 (Thread 18440.0x1a1c):
#0 0x00007ffca5c8d4a4 in ntdll!ZwDelayExecution () from C:\Windows\SYSTEM32\ntdll.dll
#1 0x00007ffca39d95be in SleepEx () from C:\Windows\System32\KernelBase.dll
#2 0x0000000001a46aa6 in qt_resource_data ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 26 (Thread 18440.0x29a8):
#0 0x00007ffca5c8d974 in ntdll!ZwWaitForMultipleObjects () from C:\Windows\SYSTEM32\ntdll.dll
#1 0x00007ffca39dcab0 in WaitForMultipleObjectsEx () from C:\Windows\System32\KernelBase.dll
#2 0x00007ffca39dc9ae in WaitForMultipleObjects () from C:\Windows\System32\KernelBase.dll
#3 0x00000000013e8ab5 in QMapData<QString, int>::destroy() ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 25 (Thread 18440.0x2198):
#0 0x00007ffca5c90874 in ntdll!ZwWaitForWorkViaWorkerFactory () from C:\Windows\SYSTEM32\ntdll.dll
#1 0x00007ffca5c42dc7 in ntdll!TpReleaseCleanupGroupMembers () from C:\Windows\SYSTEM32\ntdll.dll
#2 0x00007ffca4b57034 in KERNEL32!BaseThreadInitThunk () from C:\Windows\System32\kernel32.dll
#3 0x00007ffca5c42651 in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll
#4 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
and a single trace:
[Switching to Thread 13664.0x1b24]
0x0000000000d729e5 in QTableView::selectionChanged(QItemSelection const&, QItemSelection const&) ()
(gdb) bt
#0 0x0000000000d729e5 in QTableView::selectionChanged(QItemSelection const&, QItemSelection const&) ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)```