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 153338 - Log of running Metacity under Valgrind
Log of running Metacity under Valgrind
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
2.8.x
Other Linux
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2004-09-21 22:34 UTC by Elijah Newren
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Log of running Metacity under valgrind (53.08 KB, text/plain)
2004-09-21 22:34 UTC, Elijah Newren
  Details
Initialize a couple things (1.10 KB, patch)
2004-09-22 16:59 UTC, Elijah Newren
accepted-commit_now Details | Review

Description Elijah Newren 2004-09-21 22:34:06 UTC
My computer at school has 2 Gig of ram, so I thought I'd take advantage of it. 
:-)  Anyway, I'll attach the log in a minute.  I only ran for a couple minutes,
because things are pretty slow when I try to do this.  I can try running for
longer some time, if we think it'd be useful.
Comment 1 Elijah Newren 2004-09-21 22:34:45 UTC
Created attachment 31801 [details]
Log of running Metacity under valgrind
Comment 2 Elijah Newren 2004-09-21 23:38:14 UTC
Note that I may have been running with the patches in bug 152952 applied (can't
remember--sorry), which would affect the line numbers.  I am certain no other
patches were in use, and I was using CVS HEAD.
Comment 3 Havoc Pennington 2004-09-22 03:36:53 UTC
Looks like a lot of noise from the libraries, but certainly worth tracking each
of these down...
Comment 4 Elijah Newren 2004-09-22 16:59:33 UTC
Created attachment 31841 [details] [review]
Initialize a couple things

Initializing the four variables that this patch does cuts the number of errors
reported from valgrind down from around 50 to about 15 or so.  I believe
there's more that could probably be done in Metacity, but I was having
difficulty tracking some of it down so I thought I'd submit this patch while I
have it.  I will try to look at some of the others, though.
Comment 5 Havoc Pennington 2004-09-22 18:37:43 UTC
Comment on attachment 31841 [details] [review]
Initialize a couple things

Looks good, thanks.
Comment 6 Elijah Newren 2004-09-22 19:03:22 UTC
Comment on attachment 31841 [details] [review]
Initialize a couple things

I committed, but I'm leaving the bug open since there's still other errors that
we need to look at.
Comment 7 Elijah Newren 2004-12-20 19:50:42 UTC
I was unable to figure the other errors out.  Maybe just library noise?  I don't
know, but I'm going to go ahead and mark as fixed since we did fix a number of
the issues.  It's easy to obtain the remaining messages by running valgrind
again anyway...