[Bug 2064192] Re: Unable to resize windows

2024-05-17 Thread Seyeong Kim
mattermost and element desktop app also has the same issue mattermost-desktop --ozone-platform=wayland at least I can resize but UI is not default. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.l

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-01 Thread Seyeong Kim
** Also affects: glib2.0 (Ubuntu) Importance: Undecided Status: New ** Patch removed: "lp1316970_trusty.debdiff" https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1316970/+attachment/5031302/+files/lp1316970_trusty.debdiff -- You received this bug notification because you are

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-01 Thread Seyeong Kim
** Attachment added: "valgrind-beforepatch" https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1316970/+attachment/5047144/+files/valgrind-beforepatch -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://b

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-01 Thread Seyeong Kim
** Patch added: "lp1316970_trusty_glib2.0.debdiff" https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1316970/+attachment/5047147/+files/lp1316970_trusty_glib2.0.debdiff -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 i

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-01 Thread Seyeong Kim
** Attachment added: "valgrind-afterpatch" https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1316970/+attachment/5047145/+files/valgrind-afterpatch -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bug

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-01 Thread Seyeong Kim
** Patch added: "lp1316970_trusty_pacemaker.debdiff" https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1316970/+attachment/5047146/+files/lp1316970_trusty_pacemaker.debdiff -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-01 Thread Seyeong Kim
Changed in: glib2.0 (Ubuntu Trusty) Assignee: (unassigned) => Seyeong Kim (xtrusia) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1316970 Title: g_dbus memory

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-02 Thread Seyeong Kim
** Patch added: "lp1316970_trusty_pacemaker_v2.debdiff" https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1316970/+attachment/5047782/+files/lp1316970_trusty_pacemaker_v2.debdiff -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-02 Thread Seyeong Kim
Hello ddstreet Thanks for the review. I changed some code for pacemaker. ( char -> gchar for matching type, with g_free) and glib2.0 patch is needed in my test. without it, memory leak is there. 4kB leak every 10 second at least. Thanks. -- You received this bug notification because you are

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-03 Thread Seyeong Kim
hmm, this has leak more than before.. testing.. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1316970 Title: g_dbus memory leak in lrmd To manage notifications about this bug go

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-04 Thread Seyeong Kim
** Patch added: "lp1316970_trusty_pacemaker_v3.debdiff" https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1316970/+attachment/5048947/+files/lp1316970_trusty_pacemaker_v3.debdiff -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-05 Thread Seyeong Kim
For V3. It seems that g_variant_unref(value); part is needed. Added it again and no memory leaks. in g_variant_lookup_value, it calls g_variant_get_child_value so as you said. it need to be unref value as well i think. Thanks. -- You received this bug notification because you are a member of

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-05 Thread Seyeong Kim
@ddstreet Could you please review V3 again? Thanks in advance! -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1316970 Title: g_dbus memory leak in lrmd To manage notifications a

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-14 Thread Seyeong Kim
Hello Eric, ddstreet #1740892 seems starting to fix Could you guys can sponsor this issue as well? Thanks a lot -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1316970 Title: g_d

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-14 Thread Seyeong Kim
sure, no problem Thanks eric -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1316970 Title: g_dbus memory leak in lrmd To manage notifications about this bug go to: https://bugs.l

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-19 Thread Seyeong Kim
Hello ddstreet I confirmed that glib2.0 patch is needed. I installed patched_pacemaker only on my system and running just 1 hour. it started with 4700(RES) but now it is 8000(RES). after installing glib2.0 it started with 4612, now is is 4688 Thanks [1] is script to reproduce this issue. nee

[Bug 1750741] Re: Memory leak in g_dbus_proxy_new_for_bus_sync()

2018-02-20 Thread Seyeong Kim
** Patch added: "lp1750741_trusty_glib2.0.debdiff" https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1750741/+attachment/5059468/+files/lp1750741_trusty_glib2.0.debdiff -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 i

[Bug 1750741] [NEW] Memory leak in g_dbus_proxy_new_for_bus_sync()

2018-02-20 Thread Seyeong Kim
Public bug reported: [Impact] This issue is found while debugging pacemaker lrmd memory leak glib2.0 gio function g_dbus_proxy_new_for_bus_sync has leak as [1] said this is affected to Trusty [Test Case] https://pastebin.ubuntu.com/p/fqK6Cx3SKK/ you can check memory leak with this script [Re

[Bug 1316970] Re: g_dbus memory leak in lrmd

2018-02-20 Thread Seyeong Kim
** Description changed: [Impact] lrmd daemon with upstart resource has memory leak in Trusty affected to pacemaker 1.1.10. - affected to glib2.0 2.40.2-0ubuntu1 + affected to glib2.0 2.40.2-0ubuntu1 >> for glib2.0 created new lp [3] Please note that patch for pacemaker is created mys

[Bug 1750741] Re: Memory leak in g_dbus_proxy_new_for_bus_sync()

2018-02-22 Thread Seyeong Kim
Hello ddstreet yep, it is tricky.. In the beginning, I added only one line but build failed. 3 commits for building, only one line is related to memroy leak directly. I retried it and attaching build link on lp Thanks https://launchpad.net/~xtrusia/+archive/ubuntu/sf160627-glib/+build/1438319

[Bug 1750741] Re: Memory leak in g_dbus_proxy_new_for_bus_sync()

2018-02-26 Thread Seyeong Kim
@ddstreet After analyzing code. I don't think this fix is possible without any big changes for trusty. and glib2.0 affects many pkgs it seems. it is quite dangerous to fix this with large commits. so lets focus on pacemaker instead of glib2.0 how about this ddstreet? Thanks -- You received

[Bug 1748147] Re: Upgrading systemd sets incorrect permissions on /var/log/

2018-03-31 Thread Seyeong Kim
** Bug watch added: Debian Bug tracker #894510 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894510 ** Also affects: systemd via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894510 Importance: Unknown Status: Unknown ** Project changed: systemd => debhelper ** Also affec

[Bug 1748147] Re: Upgrading systemd sets incorrect permissions on /var/log/

2018-04-22 Thread Seyeong Kim
** No longer affects: systemd (Ubuntu) ** No longer affects: rsyslog (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1748147 Title: Upgrading systemd sets incorrect permis