Activity log for bug #2012978

Date Who What changed Old value New value Message
2023-03-27 19:49:32 Vladimir bug added bug
2023-03-28 06:00:28 Daniel van Vugt tags amd64 apport-bug jammy third-party-packages wayland-session amd64 apport-bug gnome-shell-leak jammy third-party-packages wayland-session
2023-03-28 06:00:31 Daniel van Vugt gnome-shell (Ubuntu): status New Incomplete
2023-03-28 06:00:37 Daniel van Vugt bug added subscriber Daniel van Vugt
2023-04-12 02:07:15 Marco Trevisan (Treviño) affects gnome-shell (Ubuntu) gjs (Ubuntu)
2023-04-12 02:07:31 Marco Trevisan (Treviño) gjs (Ubuntu): status Incomplete In Progress
2023-04-12 02:07:35 Marco Trevisan (Treviño) gjs (Ubuntu): importance Undecided High
2023-04-12 02:07:40 Marco Trevisan (Treviño) gjs (Ubuntu): assignee Marco Trevisan (Treviño) (3v1n0)
2023-04-12 02:07:47 Marco Trevisan (Treviño) nominated for series Ubuntu Jammy
2023-04-12 02:07:47 Marco Trevisan (Treviño) bug task added gjs (Ubuntu Jammy)
2023-04-12 02:07:59 Marco Trevisan (Treviño) gjs (Ubuntu Jammy): importance Undecided High
2023-04-12 02:08:20 Marco Trevisan (Treviño) gjs (Ubuntu Jammy): status New Triaged
2023-04-12 03:12:12 Daniel van Vugt gjs (Ubuntu): status In Progress Fix Committed
2023-04-12 08:06:05 Launchpad Janitor gjs (Ubuntu): status Fix Committed Fix Released
2023-04-24 06:37:30 Roman Shipovskij bug added subscriber Roman Shipovskij
2023-05-02 14:46:39 Marco Trevisan (Treviño) description High Memory Usage 3.1gb in 2h after reboot ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: gnome-shell 42.5-0ubuntu1 Uname: Linux 6.2.8-060208-generic x86_64 ApportVersion: 2.20.11-0ubuntu82.3 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Mon Mar 27 22:46:07 2023 DisplayManager: gdm3 InstallationDate: Installed on 2022-03-25 (366 days ago) InstallationMedia: Ubuntu 20.04.4 LTS "Focal Fossa" - Release amd64 (20220223) RelatedPackageVersions: mutter-common 42.5-0ubuntu1 SourcePackage: gnome-shell UpgradeStatus: Upgraded to jammy on 2022-09-03 (205 days ago) [ Impact ] High Memory Usage 3.1gb in 2h after reboot [ Test case ] Run: env G_SLICE=always-malloc valgrind --leak-check=full \ --suppressions=/usr/share/glib-2.0/valgrind/glib.supp \ gjs -c "const GLib=imports.gi['GLib'];function leak(){const l=GLib.Variant['new']('i',1)};leak();imports.system.gc();" No leak should be detected [ Regression potential ] Gjs applications (including gnome Shell) using GVariant may misbehave ProblemType: BugDistroRelease: Ubuntu 22.04 Package: gnome-shell 42.5-0ubuntu1 Uname: Linux 6.2.8-060208-generic x86_64 ApportVersion: 2.20.11-0ubuntu82.3 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Mon Mar 27 22:46:07 2023 DisplayManager: gdm3 InstallationDate: Installed on 2022-03-25 (366 days ago) InstallationMedia: Ubuntu 20.04.4 LTS "Focal Fossa" - Release amd64 (20220223) RelatedPackageVersions: mutter-common 42.5-0ubuntu1SourcePackage: gnome-shell UpgradeStatus: Upgraded to jammy on 2022-09-03 (205 days ago)
2023-05-02 14:49:32 Jeremy Bícha nominated for series Ubuntu Kinetic
2023-05-02 14:49:32 Jeremy Bícha bug task added gjs (Ubuntu Kinetic)
2023-05-02 14:49:38 Jeremy Bícha gjs (Ubuntu Kinetic): status New Triaged
2023-05-02 14:49:43 Jeremy Bícha gjs (Ubuntu Kinetic): importance Undecided High
2023-05-13 16:19:57 Marco Trevisan (Treviño) gjs (Ubuntu Jammy): assignee Marco Trevisan (Treviño) (3v1n0)
2023-06-12 23:17:11 Marco Trevisan (Treviño) description [ Impact ] High Memory Usage 3.1gb in 2h after reboot [ Test case ] Run: env G_SLICE=always-malloc valgrind --leak-check=full \ --suppressions=/usr/share/glib-2.0/valgrind/glib.supp \ gjs -c "const GLib=imports.gi['GLib'];function leak(){const l=GLib.Variant['new']('i',1)};leak();imports.system.gc();" No leak should be detected [ Regression potential ] Gjs applications (including gnome Shell) using GVariant may misbehave ProblemType: BugDistroRelease: Ubuntu 22.04 Package: gnome-shell 42.5-0ubuntu1 Uname: Linux 6.2.8-060208-generic x86_64 ApportVersion: 2.20.11-0ubuntu82.3 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Mon Mar 27 22:46:07 2023 DisplayManager: gdm3 InstallationDate: Installed on 2022-03-25 (366 days ago) InstallationMedia: Ubuntu 20.04.4 LTS "Focal Fossa" - Release amd64 (20220223) RelatedPackageVersions: mutter-common 42.5-0ubuntu1SourcePackage: gnome-shell UpgradeStatus: Upgraded to jammy on 2022-09-03 (205 days ago) [ Impact ] High Memory Usage 3.1gb in 2h after reboot [ Test case ] Run:   env G_SLICE=always-malloc valgrind --leak-check=full \     --suppressions=/usr/share/glib-2.0/valgrind/glib.supp \     gjs -c "const GLib=imports.gi['GLib'];function leak(){const l=GLib.Variant['new']('i',1)};leak();imports.system.gc();" No leak should be detected Running more installed tests under valgrind should output no leaks (unless those caused by gobject-introspection): sudo apt install gjs-tests env GJS_DEBUG_TOPICS= valgrind --leak-check=full \ --suppressions=/usr/share/glib-2.0/valgrind/glib.supp \ /usr/libexec/installed-tests/gjs/minijasmine \ /usr/libexec/installed-tests/gjs/js/testGIMarshalling.js There may be only two leaks caused by gi_marshalling_tests_garray_boxed_struct_full_return and a gbytes one after a ObjectInstance::prop_setter_impl call (these are leaks in the test library that are expected with gobject-introspection 42, but fixed in later versions). env GJS_DEBUG_TOPICS= valgrind --leak-check=full \ --suppressions=/usr/share/glib-2.0/valgrind/glib.supp \ /usr/libexec/installed-tests/gjs/minijasmine \ /usr/libexec/installed-tests/gjs/js/testRegress.js No leak expected [ Regression potential ] Gjs applications (including gnome Shell) using GVariant may misbehave --- ProblemType: BugDistroRelease: Ubuntu 22.04 Package: gnome-shell 42.5-0ubuntu1 Uname: Linux 6.2.8-060208-generic x86_64 ApportVersion: 2.20.11-0ubuntu82.3 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Mon Mar 27 22:46:07 2023 DisplayManager: gdm3 InstallationDate: Installed on 2022-03-25 (366 days ago) InstallationMedia: Ubuntu 20.04.4 LTS "Focal Fossa" - Release amd64 (20220223) RelatedPackageVersions: mutter-common 42.5-0ubuntu1SourcePackage: gnome-shell UpgradeStatus: Upgraded to jammy on 2022-09-03 (205 days ago)
2023-06-12 23:17:42 Marco Trevisan (Treviño) gjs (Ubuntu Kinetic): status Triaged Won't Fix
2023-06-13 03:43:30 Ubuntu Archive Robot bug added subscriber Marco Trevisan (Treviño)
2023-06-17 03:47:11 Ubuntu Archive Robot bug added subscriber Steve Langasek
2023-06-28 09:49:26 Robie Basak gjs (Ubuntu Jammy): status Triaged Fix Committed
2023-06-28 09:49:26 Robie Basak bug added subscriber Ubuntu Stable Release Updates Team
2023-06-28 09:49:32 Robie Basak bug added subscriber SRU Verification
2023-06-28 09:49:34 Robie Basak tags amd64 apport-bug gnome-shell-leak jammy third-party-packages wayland-session amd64 apport-bug gnome-shell-leak jammy third-party-packages verification-needed verification-needed-jammy wayland-session
2023-07-04 13:03:10 Marco Trevisan (Treviño) tags amd64 apport-bug gnome-shell-leak jammy third-party-packages verification-needed verification-needed-jammy wayland-session amd64 apport-bug gnome-shell-leak jammy third-party-packages verification-done verification-needed-jammy wayland-session
2023-07-04 13:03:17 Marco Trevisan (Treviño) tags amd64 apport-bug gnome-shell-leak jammy third-party-packages verification-done verification-needed-jammy wayland-session amd64 apport-bug gnome-shell-leak jammy third-party-packages verification-done verification-done-jammy wayland-session
2023-07-10 11:14:09 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2023-07-10 11:15:26 Launchpad Janitor gjs (Ubuntu Jammy): status Fix Committed Fix Released
2023-08-10 08:38:35 Daniel van Vugt gjs (Ubuntu Jammy): status Fix Released Triaged
2023-08-11 07:51:32 Launchpad Janitor gjs (Ubuntu Jammy): status Triaged Fix Released
2024-05-21 22:48:34 Marco Trevisan (Treviño) gjs (Ubuntu Jammy): status Fix Released Triaged
2024-05-21 22:48:52 Marco Trevisan (Treviño) gjs (Ubuntu Jammy): status Triaged Fix Committed