Skip to content

Appimage fails to start if General_Language is not set #121

@stefan-misik

Description

@stefan-misik

Appimage version of PulseView crashes with

ASSERT: "!isEmpty()" in file /opt/qt512/include/QtCore/qlist.h, line 347

when both General_Language neither LANGUAGE environment variable are not set.

EDIT:
I narrowed the issue down to fact, that if locale is "C.UTF-8" the application crashes if no settings are available,

this is the way to reproduce it

$ rm -f ~/.config/sigrok/PulseView.conf
$ LANG=C.UTF-8 LANGUAGE= ./pulseview.appimage 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions