Summary: | weston-keyboard disappears during text entry | ||
---|---|---|---|
Product: | Wayland | Reporter: | Anu Reddy <anasuyax.r.nannuri> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | medium | ||
Version: | 1.3.0 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Virtual keyboard disappearing during the text entry
weston-keyboard gdb backtrace a different backtrace yet another bt signature |
Description
Anu Reddy
2013-11-18 17:32:22 UTC
Created attachment 89420 [details]
Virtual keyboard disappearing during the text entry
please find the attached video showing VKB disappear when the display is touched.
VKB appear when display is not toched. After 5-6 attempts VKB does not appear.
Created attachment 91715 [details]
weston-keyboard gdb backtrace
The weston-keyboard is crashing...
Created attachment 91716 [details]
a different backtrace
another crash (SIGABRT) in a different location.
Created attachment 91717 [details]
yet another bt signature
*** This bug has been marked as a duplicate of bug 65186 *** (In reply to comment #5) > > *** This bug has been marked as a duplicate of bug 65186 *** I'm not certain this is related to bug 65186... note that this one relates to weston-keyboard crashing regardless of length of text. While the other one relates to weston-editor crashing with long lines of text. I think the stack traces are slightly diff, too. (In reply to comment #5) > *** This bug has been marked as a duplicate of bug 65186 *** I checked the bug 65186 before. Here the issue is weston-keyboard crash while entering the text. I did not see any editor crashes while testing. Memory corruption fixed by commit a548b4b85cfdbef103f622c3e3aaf976938535f9 Author: Kristian Høgsberg <krh@bitplanet.net> Date: Thu Jan 9 23:39:20 2014 -0800 keyboard: Fix insert_text() string utility strncat() into a newly allocated buffer isn't well-defined. I don't know how this didn't crash all the time, getting blocks from malloc() with a NUL in the first byte must be fairly common. Closes: https://bugs.freedesktop.org/show_bug.cgi?id=71750 and commit 700d6ad071614895c3cb305b894b8c1a003db39e Author: Kristian Høgsberg <krh@bitplanet.net> Date: Thu Jan 9 23:45:18 2014 -0800 keyboard: Don't strcat() into a strdup()ed string We need to reallocate the memory to hold the entire concatenated string, but strcat() doesn't do that. Closes: https://bugs.freedesktop.org/show_bug.cgi?id=71750 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.