Activity log for bug #1756826

Date Who What changed Old value New value Message
2018-03-19 09:14:49 Iain Lane bug added bug
2018-03-19 09:14:57 Iain Lane nominated for series Ubuntu Bionic
2018-03-19 09:14:57 Iain Lane bug task added nautilus (Ubuntu Bionic)
2018-03-19 09:15:04 Iain Lane nautilus (Ubuntu Bionic): status New Triaged
2018-03-19 09:15:06 Iain Lane nautilus (Ubuntu Bionic): importance Undecided High
2018-03-19 09:15:11 Iain Lane nautilus (Ubuntu Bionic): assignee Marco Trevisan (Treviño) (3v1n0)
2018-08-23 18:00:20 Marco Trevisan (Treviño) bug task added gnome-shell (Ubuntu)
2018-08-23 18:00:30 Marco Trevisan (Treviño) gnome-shell (Ubuntu): status New In Progress
2018-08-23 18:00:35 Marco Trevisan (Treviño) gnome-shell (Ubuntu): importance Undecided High
2018-08-23 18:00:41 Marco Trevisan (Treviño) gnome-shell (Ubuntu): assignee Marco Trevisan (Treviño) (3v1n0)
2018-08-23 18:00:45 Marco Trevisan (Treviño) gnome-shell (Ubuntu Bionic): assignee Marco Trevisan (Treviño) (3v1n0)
2018-08-23 18:00:49 Marco Trevisan (Treviño) gnome-shell (Ubuntu Bionic): importance Undecided High
2018-08-23 18:00:53 Marco Trevisan (Treviño) gnome-shell (Ubuntu Bionic): status New Triaged
2018-08-27 23:19:42 Marco Trevisan (Treviño) nautilus (Ubuntu): status Triaged In Progress
2018-08-27 23:26:05 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/gnome-shell/+git/gnome-shell/+merge/353825
2018-08-27 23:37:29 Marco Trevisan (Treviño) summary hangs when locate search provider matches a lot of files hangs when remote search provider performs expensive operation
2018-08-28 01:24:42 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/nautilus/+git/nautilus/+merge/353826
2018-08-28 02:58:23 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/gnome-calculator/+git/gnome-calculator/+merge/353828
2018-08-30 15:44:46 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/gnome-shell/+git/gnome-shell/+merge/354050
2018-09-03 16:42:39 Launchpad Janitor nautilus (Ubuntu): status In Progress Fix Released
2018-09-05 12:39:51 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/gnome-shell/+git/gnome-shell/+merge/354321
2018-09-05 14:16:01 Launchpad Janitor gnome-shell (Ubuntu): status In Progress Fix Released
2018-09-05 14:25:59 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/gnome-calculator/+git/gnome-calculator/+merge/354335
2018-09-05 15:23:25 Marco Trevisan (Treviño) bug task added gnome-calculator (Ubuntu)
2018-09-05 15:24:46 Marco Trevisan (Treviño) gnome-calculator (Ubuntu): importance Undecided Medium
2018-09-05 15:24:46 Marco Trevisan (Treviño) gnome-calculator (Ubuntu): status New Fix Released
2018-09-05 15:24:46 Marco Trevisan (Treviño) gnome-calculator (Ubuntu): assignee Marco Trevisan (Treviño) (3v1n0)
2018-09-05 15:24:55 Marco Trevisan (Treviño) gnome-calculator (Ubuntu Bionic): status New In Progress
2018-09-05 15:25:02 Marco Trevisan (Treviño) gnome-calculator (Ubuntu Bionic): importance Undecided Medium
2018-09-05 15:25:07 Marco Trevisan (Treviño) gnome-calculator (Ubuntu Bionic): assignee Marco Trevisan (Treviño) (3v1n0)
2018-09-05 15:25:12 Marco Trevisan (Treviño) gnome-shell (Ubuntu Bionic): status Triaged In Progress
2018-09-05 15:25:15 Marco Trevisan (Treviño) nautilus (Ubuntu Bionic): status Triaged In Progress
2018-09-05 15:40:38 Marco Trevisan (Treviño) description I have a maildir for my mail. My computer's name is "nightingale", and this name is in the filenames in the maildir. I have a lot of email! When I search for "tilix" to start a terminal after logging in, Nautilus goes crazy consuming CPU. This is because I have to type "ti" to type "tilix" and "ti" is a substring of "nightingale". This is submitted as a search string to the nautilus search provider and apparently isn't cancelled when I close the entry - I checked the GError and it's NULL. A similar thing happens with the ctrl-f search in nautilus itself. We talked about this on IRC and I provided some traces and stuff. Linking to the log to avoid having to fetch those out into files. :-) https://irclogs.ubuntu.com/2018/03/14/%23ubuntu-desktop.html#t15:58 [ Impact ] Doing a search in the shell might lead to unresponsive processes that are not terminated when the search is cancelled or when the gnome-shell overlay is closed. [ Test case for GNOME-Shell and Nautilus ] 1. Run ubuntu session with gnome-shell, and open a system monitor (htop, top, gnome one) 2. Open gnome shell overlay (hit super, or got to activity) 3. Search for a short string (3 chars let's say) that matches many files you know you have 4. Close the overlay (press super again, hit escape twice) 5. The nautilus process should stop using CPU once the overlay is closed [ Test case for GNOME-Shell and GNOME-Calculator ] 1. Run ubuntu session with gnome-shell, and open a system monitor (htop, top, gnome one) 2. Open gnome shell overlay (hit super, or got to activity) 3. Type "10!!!" 4. Close the overlay (press super again, hit escape twice) 5. The gnome-calculator process should stop using CPU once the overlay is closed [ Regression Potential ] Nautilus search results returned are missing elements when continuously update the search string, gnome-calculator computations via the shell might not work as expected. ---- I have a maildir for my mail. My computer's name is "nightingale", and this name is in the filenames in the maildir. I have a lot of email! When I search for "tilix" to start a terminal after logging in, Nautilus goes crazy consuming CPU. This is because I have to type "ti" to type "tilix" and "ti" is a substring of "nightingale". This is submitted as a search string to the nautilus search provider and apparently isn't cancelled when I close the entry - I checked the GError and it's NULL. A similar thing happens with the ctrl-f search in nautilus itself. We talked about this on IRC and I provided some traces and stuff. Linking to the log to avoid having to fetch those out into files. :-)   https://irclogs.ubuntu.com/2018/03/14/%23ubuntu-desktop.html#t15:58
2018-09-05 16:05:18 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/nautilus/+git/nautilus/+merge/354342
2018-09-05 16:12:02 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/nautilus/+git/nautilus/+merge/354343
2018-09-05 16:24:13 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/nautilus/+git/nautilus/+merge/354346
2018-09-28 17:18:19 Marco Trevisan (Treviño) bug task added gnome-software (Ubuntu)
2018-09-28 17:18:33 Marco Trevisan (Treviño) gnome-software (Ubuntu): assignee Andrea Azzarone (azzar1)
2018-09-28 17:18:40 Marco Trevisan (Treviño) gnome-software (Ubuntu Bionic): assignee Andrea Azzarone (azzar1)
2018-09-28 17:18:48 Marco Trevisan (Treviño) gnome-software (Ubuntu): status New In Progress
2018-09-28 17:18:53 Marco Trevisan (Treviño) gnome-software (Ubuntu Bionic): status New Triaged
2018-09-28 17:19:02 Marco Trevisan (Treviño) gnome-software (Ubuntu): importance Undecided Medium
2018-09-28 17:19:05 Marco Trevisan (Treviño) gnome-software (Ubuntu Bionic): importance Undecided Medium
2018-09-28 17:35:09 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/nautilus/+git/nautilus/+merge/355858
2018-09-28 17:35:49 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/nautilus/+git/nautilus/+merge/355859
2018-09-28 17:36:12 Marco Trevisan (Treviño) merge proposal unlinked https://code.launchpad.net/~3v1n0/ubuntu/+source/nautilus/+git/nautilus/+merge/355859
2018-09-30 12:56:49 Jeremy Bícha merge proposal unlinked https://code.launchpad.net/~3v1n0/ubuntu/+source/nautilus/+git/nautilus/+merge/355858
2018-10-10 23:38:28 Robert Ancell gnome-software (Ubuntu): assignee Andrea Azzarone (azzar1) Robert Ancell (robert-ancell)
2018-10-10 23:38:31 Robert Ancell gnome-software (Ubuntu): status In Progress Fix Committed
2018-10-11 09:51:53 Launchpad Janitor gnome-software (Ubuntu): status Fix Committed Fix Released
2018-11-08 06:21:20 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/gnome-shell/+git/gnome-shell/+merge/358477
2018-11-08 09:33:07 Marco Trevisan (Treviño) gnome-software (Ubuntu Bionic): status Triaged In Progress
2018-11-08 09:33:12 Marco Trevisan (Treviño) gnome-software (Ubuntu Bionic): assignee Andrea Azzarone (azzar1) Marco Trevisan (Treviño) (3v1n0)
2018-11-08 09:33:27 Marco Trevisan (Treviño) gnome-calculator (Ubuntu): importance Medium High
2018-11-08 09:33:30 Marco Trevisan (Treviño) gnome-calculator (Ubuntu Bionic): importance Medium High
2018-11-08 09:43:47 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/gnome-software/+git/gnome-software/+merge/358488
2018-11-08 09:44:14 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/gnome-software/+git/gnome-software/+merge/358489
2019-03-06 16:55:23 Will Cooke bug added subscriber Will Cooke
2019-10-25 04:51:04 Launchpad Janitor merge proposal linked https://code.launchpad.net/~3v1n0/ubuntu/+source/nautilus/+git/nautilus/+merge/374711
2019-12-19 12:35:21 Łukasz Zemczak gnome-calculator (Ubuntu Bionic): status In Progress Fix Committed
2019-12-19 12:35:24 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2019-12-19 12:35:26 Łukasz Zemczak bug added subscriber SRU Verification
2019-12-19 12:35:28 Łukasz Zemczak tags verification-needed verification-needed-bionic
2019-12-19 12:59:08 Marco Trevisan (Treviño) tags verification-needed verification-needed-bionic verification-done verification-done-bionic
2020-01-13 07:55:51 Launchpad Janitor nautilus (Ubuntu Bionic): status In Progress Fix Released
2020-01-13 07:55:58 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2020-01-13 07:55:58 Launchpad Janitor gnome-software (Ubuntu Bionic): status In Progress Fix Released
2020-01-13 07:56:10 Launchpad Janitor gnome-shell (Ubuntu Bionic): status In Progress Fix Released
2020-01-13 07:56:15 Launchpad Janitor gnome-calculator (Ubuntu Bionic): status Fix Committed Fix Released