| Summary: | Crash in QV4 engine upon Merkuro startup when no LANG environment variable is specified | ||
|---|---|---|---|
| Product: | [Applications] Merkuro | Reporter: | phrxmd <philipp.reichmuth> |
| Component: | general | Assignee: | Claudio Cambra <claudio.cambra> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | carl |
| Priority: | NOR | ||
| Version First Reported In: | 23.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Backtrace 1 - crash in QV4::QQmlValueTypeWrapper::create()
Backtrace 2 - crash in QV4::Heap::Object::setUsedAsProto() |
||
|
Description
phrxmd
2023-10-15 11:16:07 UTC
Created attachment 162321 [details]
Backtrace 2 - crash in QV4::Heap::Object::setUsedAsProto()
The precise crash location is not exactly reproducible, sometimes I also get this crash instead.
Workaround: specify a language via command line variables. These work: > LANG=de_DE.UTF-8 LANGUAGE=C merkuro-calendar > LANG=C merkuro-calendar This crashes: > merkuro-calendar |