Re: [PATCH] for bad re-enterancy problem on slow machines
- From: michael meeks <michael meeks novell com>
- To: Luis Villa <luis villa gmail com>
- Cc: GNOME Release Team <release-team gnome org>, Rodrigo Moya <rodrigo novell com>
- Subject: Re: [PATCH] for bad re-enterancy problem on slow machines
- Date: Tue, 07 Mar 2006 14:34:22 +0000
On Tue, 2006-03-07 at 08:56 -0500, Luis Villa wrote:
> This makes me very nervous, given the timing, but clearly it is a bad
> problem, so we should probably commit it. Is there someone else (maybe
> Mark?) who is familiar with Bonobo and can double/triple-check the
> code just to be certain?
So - wrt. the code change they are somewhat banal - of course, the
debugging session behind that is more involved ;-)
basically just:
+ char *copy = g_strdup (original);
...
- foo (original);
+ foo (copy);
+ g_free (copy);
for 2 separate methods.
hard to see how it could go that wrong & it fixes some really nasty
login behavior on those old/slow machines we're encouraging people to
use by telling them how much faster the next release is :-)
HTH,
Michael.
--
michael meeks novell com <><, Pseudo Engineer, itinerant idiot
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]