Re: Crashes in latest build
Graham Booker <[email protected]> Sat, 6 Dec 2003 14:22:42 -0600
| Newsgroups | gmane.network.fire.devel |
|---|---|
| Message-ID | <[email protected]> |
BuddyItem.m version 1.110 is not available on the public CVS server
yet; SF's public server is often 24 hours out of date. This is the CVS
log for that change if you want to try the change yourself:
Index: BuddyItem.m
===================================================================
RCS file: /cvsroot/fire/fire/BuddyItem.m,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** BuddyItem.m 3 Dec 2003 23:29:07 -0000 1.109
--- BuddyItem.m 6 Dec 2003 19:22:34 -0000 1.110
***************
*** 918,921 ****
--- 918,922 ----
}
}
+ [accountVisibility setObject:perms forKey:[account
uniqueAccountName]];
if([currentDict objectForKey:BUDDY_PRIVACY_SETTINGS] !=
[perms objectForKey:BUDDY_PRIVACY_SETTINGS]){
//user blocked or unblocked
***************
*** 932,936 ****
}
}
- [accountVisibility setObject:perms forKey:[account
uniqueAccountName]];
} else {
[accountVisibility setObject:perms forKey:[account
uniqueAccountName]];
--- 933,936 ----
------------------------------------------------------------------
Graham Booker Texas A&M University
[email protected] Graduate Student in ELEN
------------------------------------------------------------------
On Dec 6, 2003, at 2:14 PM, Martin Michalowski wrote:
> Just did a CVS update on everything and still have the same problem
> unfortunately.
>
> Martin
>
> --
> Martin Michalowski
> CTO and Co-Founder
> http://www.campusbooks4less.com
> "We Search. You SAVE!!"
>
>> From: Graham Booker <[email protected]>
>> Reply-To: fire-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>> Date: Sat, 06 Dec 2003 13:24:11 -0600
>> To: fire-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>> Subject: Re: Crashes in latest build
>>
>> Try it now... This line is exactly as it should be and is not the
>> result of the loop, but the other checkin is.
>>
>> See if this works better after a CVS update on BuddyItem.m
>>
>>
>> ------------------------------------------------------------------
>> Graham Booker Texas A&M University
>> [email protected] Graduate Student in ELEN
>> ------------------------------------------------------------------
>> On Dec 6, 2003, at 1:12 PM, Greg Rumple wrote:
>>
>>> Correct, I found this as well. It's this line right here that was
>>> checked in and changed in the last week that causes the crash.
>>>
>>> RCS file: /cvsroot/fire/fire/BuddyItem.m,v
>>> retrieving revision 1.107
>>> retrieving revision 1.109
>>> diff -r1.107 -r1.109
>>> 438c438
>>> < [NSNumber numberWithInt:blocked ? BUDDY_PRIVACY_DEFAULT :
>>> BUDDY_PRIVACY_DENY], BUDDY_PRIVACY_SETTINGS,
>>> ---
>>>> [NSNumber numberWithInt:blocked ? BUDDY_PRIVACY_DENY :
>>> BUDDY_PRIVACY_DEFAULT], BUDDY_PRIVACY_SETTINGS,
>>>
>>> It causes a recursive loop which ends up blowing up the stack (and
>>> does quite a number on GDB as well when you issue a backtrace to
>>> figure out why it crashed). I've got all the information if someone
>>> actually wants the full details.
>>>
>>> --
>>> Greg Rumple
>>> grumple-jOMaxo/[email protected]
>>>
>>> On Dec 4, 2003, at 8:52 PM, Martin Michalowski wrote:
>>>
>>>> I downloaded and compiled the latest build (12-04) and now fire
>>>> crashes
>>>> every time I try to connect to services. I've attached the crash
>>>> log
>>>> report.
>>>>
>>>> Martin
>>>>
>>>> --
>>>> Martin Michalowski
>>>> CTO and Co-Founder
>>>> http://www.campusbooks4less.com
>>>> "We Search. You SAVE!!"
>>>>
>>>> <crash.rtf>
>>>
>>>
>>>
>>> -------------------------------------------------------
>>> This SF.net email is sponsored by: SF.net Giveback Program.
>>> Does SourceForge.net help you be more productive? Does it
>>> help you create better code? SHARE THE LOVE, and help us help
>>> YOU! Click Here: http://sourceforge.net/donate/
>>> _______________________________________________
>>> fire-development mailing list
>>> fire-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>>> https://lists.sourceforge.net/lists/listinfo/fire-development
>>>
>>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive? Does it
> help you create better code? SHARE THE LOVE, and help us help
> YOU! Click Here: http://sourceforge.net/donate/
> _______________________________________________
> fire-development mailing list
> fire-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/fire-development
>
smime.p7s
(application/pkcs7-signature, 2.3 KB) - not displayed