| Summary: | Okular crash when edit highlighter's color | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Ricardo <richypg> |
| Component: | general | Assignee: | Okular developers <okular-devel> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | major | CC: | aacid |
| Priority: | NOR | ||
| Version First Reported In: | 21.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
A video showing the okular crash
Registry of the error, generated by Gnome-logs |
||
|
Description
Ricardo
2022-04-02 23:03:57 UTC
I was using Wayland session on Gnome Can you reproduce the crash? If so with any file or just with one in particular? Can you attach a backtrace with debug symbols? Created attachment 147942 [details]
A video showing the okular crash
Created attachment 147943 [details]
Registry of the error, generated by Gnome-logs
I hope this registry will be helpful. I am not familiarized witch debugs.
(In reply to Albert Astals Cid from comment #2) > Can you reproduce the crash? If so with any file or just with one in > particular? > > Can you attach a backtrace with debug symbols? Hello, yes the program crashes all the time and witch any document. I attached a video and a gnome-logs file. I hope It can help. Thanks Yes, those logs are relatively useful. They show the crash is happening in libqgnomeplatformtheme.so which is something outside of Okular's control. Basically we say "show a color dialog" and then every platform can decide what you show, and libqgnomeplatformtheme.so is crashing there. This is either a bug in gtkj, a bug in libqgnomeplatformtheme.so itself or a bug in manjaro that needs to recompile qgnomeplatform. Oh qgnomeplatform is in AUR... i then would guess you shot yourself in the foot for using that and potentially need to recompile it yourself, anyhow nothing we can do to fix this problem since it's not Okular's problem. |