Summary: | Segmentation fault in Kexi form widget | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | ivan <bogushivan34> |
Component: | Forms | Assignee: | Jarosław Staniek <staniek> |
Status: | CLOSED FIXED | ||
Severity: | crash | CC: | adam, inksi, staniek |
Priority: | NOR | Keywords: | drkonqi |
Version: | 3.1.0 | ||
Target Milestone: | 3.2 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kexi/96c30982dedee046bac9f9c57ad869fa6f9ea44f | Version Fixed In: | 3.2.0 |
Sentry Crash Report: | |||
Attachments: |
Types
Kexi sig fault crash |
Description
ivan
2019-01-06 12:57:33 UTC
Hello Ivan, what widget type in the Form designer have you double clicked? Thanks. Created attachment 117310 [details]
Types
Created attachment 117328 [details] Kexi sig fault crash (In reply to Jarosław Staniek from comment #1) > Hello Ivan, what widget type in the Form designer have you double clicked? > Thanks. I do not remember what happened with a double click. But today I noticed that kexi falls steadily when I right-click on an input form. Below is a video showing my actions. Не помню, что произошло при двойном клике. Но сегодня я заметил, что kexi стабильно падает, при клике правой кнопкой мыши на форму ввода. Ниже прикреплено видео, где показан весь процесс. > kexi falls steadily when I right-click on an input form. Below is a video showing my actions.
Thanks Ivan, confirmed this.
Assuming this is the same bug, if not we will extend the scope. To reproduce the crash: Right-click in form data view on widget such as text box. Crash happens if the box is not bound to data source. Git commit 96c30982dedee046bac9f9c57ad869fa6f9ea44f by Jaroslaw Staniek. Committed on 07/01/2019 at 13:23. Pushed by staniek into branch '3.2'. Fix crash when right-clicking in form data view on widget such as text box The crash happens if the box is not bound to data source. FIXED-IN:3.2.0 M +5 -3 src/plugins/forms/widgets/kexidbutils.cpp https://commits.kde.org/kexi/96c30982dedee046bac9f9c57ad869fa6f9ea44f |