Don't understand valgrind output

2007-10-13 Thread Michael Lamothe
Hi People, I have been struggling with application freezes in my application for about 2 months and I was hoping that I could get some help. I've been cleaning the application up with errors reported by valgrind but can't seem to work out what this means. Can anyone shed some light on this? Sho

Re: Don't understand valgrind output

2007-10-14 Thread Allin Cottrell
On Sat, 13 Oct 2007, Michael Lamothe wrote: > I have been struggling with application freezes in my application for > about 2 months and I was hoping that I could get some help. I've been > cleaning the application up with errors reported by valgrind but can't > seem to work out what this means.

Re: Don't understand valgrind output

2007-10-15 Thread Thomas Stover
> Date: Sun, 14 Oct 2007 10:24:14 -0400 (EDT) > From: Allin Cottrell <[EMAIL PROTECTED]> > Subject: Re: Don't understand valgrind output > To: Michael Lamothe <[EMAIL PROTECTED]> > Cc: gtk-app-devel-list@gnome.org > Message-ID: > <[EMAIL PROTECTED

Re: Don't understand valgrind output

2007-10-20 Thread Michael Lamothe
ence with this kind of UI freezing issue or does anyone have any suggestions/ideas about what I can do? Thanks in advance, Michael On 16/10/2007, Thomas Stover <[EMAIL PROTECTED]> wrote: > > > Date: Sun, 14 Oct 2007 10:24:14 -0400 (EDT) > > From: Allin Cottrell <[EM

Re: Don't understand valgrind output

2007-10-21 Thread Chris Vine
On Sun, 2007-10-21 at 13:58 +1000, Michael Lamothe wrote: > Thanks for the excellent responses. I think that you're right, I've > been doing a bit of reading about how valgrind works and it appears > that it's especially poor when it comes to multi-threaded > applications. > > The CPU time goes

Re: Don't understand valgrind output

2007-10-21 Thread Michael Lamothe
Thanks, once again, for your answer. gxine doesn't lock up but I think that I've found the issue, well at least stopped the freezes. It seems that I have to handle the expose event and pass it onto libxine. I thought that the expose event was just supposed to inform the window that it needed redr

Re: Don't understand valgrind output

2007-10-21 Thread Chris Vine
On Mon, 2007-10-22 at 08:15 +1000, Michael Lamothe wrote: > Thanks, once again, for your answer. gxine doesn't lock up but I > think that I've found the issue, well at least stopped the freezes. > It seems that I have to handle the expose event and pass it onto > libxine. I thought that the expo