Skip to content

Crash dumps are broken on Windows #299

@marcusbirkin

Description

@marcusbirkin

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

connect(m_signalMapper, SIGNAL(mapped(int)),

Updated for Qt6
connect(m_signalMapper, SIGNAL(mappedInt(int)),

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions