After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 153897 - Leak of a g_mutex
Leak of a g_mutex
Status: RESOLVED FIXED
Product: ORBit2
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: ORBit maintainers
ORBit maintainers
Depends on:
Blocks:
 
 
Reported: 2004-09-27 21:55 UTC by Kjartan Maraas
Modified: 2005-08-08 12:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (579 bytes, patch)
2005-03-05 17:56 UTC, Aivars Kalvans
none Details | Review

Description Kjartan Maraas 2004-09-27 21:55:59 UTC
This is reported by valgrind:

==31133== 47 bytes in 4 blocks are definitely lost in loss record 6 of 24
==31133==    at 0x1B904A90: malloc (vg_replace_malloc.c:131)
==31133==    by 0x1BC2ECD5: g_malloc (gmem.c:136)
==31133==    by 0x1BAAB2F6: g_mutex_new_posix_impl (gthread-posix.c:151)
==31133==    by 0x1BA36BE0: link_mutex_new (linc.c:271)
==31133==    by 0x1BA205A6: CORBA_ORB_init (corba-orb.c:386)
==31133==    by 0x1B9F4E23: bonobo_activation_orb_init
(bonobo-activation-init.c:362)
==31133==    by 0x1B9F5012: bonobo_activation_init (bonobo-activation-init.c:317)
==31133==    by 0x1B9B3249: bonobo_init_full (bonobo-main.c:168)
==31133==    by 0x1B9B32FF: bonobo_init (bonobo-main.c:242)
==31133==    by 0x804F1AA: main (gnome-vfs-daemon.c:595)
Comment 1 Aivars Kalvans 2005-03-05 17:56:57 UTC
Created attachment 38307 [details] [review]
proposed patch

releases lock
Comment 2 Michael Meeks 2005-03-07 11:37:25 UTC
sure - we should get this into HEAD at some stage, luuckily there is only ever 1
orb so ...
Comment 3 Kjartan Maraas 2005-08-08 11:19:23 UTC
At what stage are we ready to do this then? :-)
Comment 4 Michael Meeks 2005-08-08 11:23:15 UTC
whenever someone interested wants to do it  - go Kjartan ! ;-)
Comment 5 Kjartan Maraas 2005-08-08 12:48:28 UTC
Commited to HEAD.