-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Breakpad isn't running the callback dumper for the Windows build, unsure from when but with at least v2.2.0-beta.1
From testing this appears to be only for Qt GUI apps; console apps work ok
Testing in release code is hampered by crash_test in v2.2.0-beta.1 not having suitable Qt6 callbacks as QSignalMapper::mapped was deprecated
sacnview/src/ui/crash_test.cpp
Line 23 in bbe9ac0
| connect(m_signalMapper, SIGNAL(mapped(int)), |
Updated for Qt6
sacnview/src/ui/crash_test.cpp
Line 23 in 107b863
| connect(m_signalMapper, SIGNAL(mappedInt(int)), |
Reactions are currently unavailable