Summary: | The "spectacle" program crashes when the time zone is set incorrectly | ||
---|---|---|---|
Product: | [Applications] Spectacle | Reporter: | kixoncon33 <kixoncon33> |
Component: | General | Assignee: | Noah Davis <noahadvs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | inkbottle007, kde |
Priority: | NOR | ||
Version First Reported In: | 24.04.90 | ||
Target Milestone: | --- | ||
Platform: | NixOS | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | coredumpctl gdb 123141 | wl-copy |
Description
kixoncon33@gmail.com
2024-05-20 21:02:02 UTC
Can you please attach a backtrace of the crash using the coredumpctl command-line program, as detailed in https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl? I'm wondering if the issue comes from spectacle itself or a library we use. Hi, I have the same issue as the OP, with the exact same system. The output from `timedatectl` seems okay, though. I tried to run coredumpctl gdb 70296`, but besides providing information, I get `Failed to invoke gdb: No such file or directory`. So, I'll come back to it later. (In reply to Noah Davis from comment #1) > Can you please attach a backtrace of the crash using the coredumpctl > command-line program, as detailed in > https://community.kde.org/Guidelines_and_HOWTOs/Debugging/ > How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl? > I'm wondering if the issue comes from spectacle itself or a library we use. Sorry, I can no longer reproduce this error, my system does not boot with such changes, funny XD Created attachment 170152 [details]
coredumpctl gdb 123141 | wl-copy
Hi Noah,
I've been told on the nixos chat room that: "Thought without debug symbols it won't show much else beside what coredumpctl already shows".
So I past the output of `coredumpctl gdb 123141`.
Coredump resulting from invoking `spectacle` from command line and then clicking on `save` or `copy` or `configure` to name a few.
Which results in the error message: "Unable to determine system time zone: please check your system configuration. Segmentation fault (core dumped)"
But really my time zone seems perfectly okay.
```
$ timedatectl | grep zone
Time zone: UTC (UTC, +0000)
```
If I can provide additional information I'm happy to do it,
Cheers,
Chris
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! I did provide the requested info a fortnight ago. However `sudo nixos-rebuild boot --upgrade` just now (unstable) and rebooting caused the bug not showing anymore, so I guess the issue can just be closed. |