FROM : Jose Barroso
DATE : Tue Aug 01 15:18:01 2006
Solution found. There was a problem with the Preferences. I'm still looking
into the problem. Somehow only 1 user has the problem :-)
Thanks I.S.
Jose
----- Original Message -----
From: "I. Savant" <<email_removed>>
To: "Jose Barroso" <<email_removed>>
Cc: <<email_removed>>
Sent: Monday, July 31, 2006 9:09 AM
Subject: Re: Application crashing
>
> To be more specific, if deleting the plist helps, I can guess that the
> problem with your -completed: method may be something to do with loading
> or saving a string value from / to preferences, since the very next call
> in the stack is -[NSCFString appendString:] ...
>
> --
> I.S.
>
>
> On Jul 31, 2006, at 9:01 AM, Jose Barroso wrote:
>
>> Hello all,
>>
>> My application is crashing on one of my user's G5. I have the crash log
>> and it looks like a memory access problem but I have looked everywhere
>> and can't find a problem. He is the only one. I can't replicate the
>> problem on PPC or Intel using his data. He said that deleting the plist
>> file fix the problem for a while but then it came back again. Below is
>> the crash report.
>>
>> I would think it's a problem with my code but it's very weird that he is
>> the only one reporting this problem???
>>
>> Any pointers or ideas are welcome.
>>
>> Thanks,
>> Jose
>>
>>
>> Exception: EXC_BAD_ACCESS (0x0001)
>> Codes: KERN_INVALID_ADDRESS (0x0001) at 0x7263656c
>>
>> Thread 0 Crashed:
>> 0 <<00000000>> 0xfffeff20 objc_msgSend_rtp + 32
>> 1 com.apple.CoreFoundation 0x9078247c __CFStringCheckAndReplace + 284
>> 2 com.apple.Foundation 0x928ce40c -[NSCFString appendString:] + 80
>> 3 com.orionbelt.easytask 0x0000cb20 -[controller completed:] + 1708
>> (crt.c:355)
>> 4 com.apple.AppKit 0x93833ae4 -[NSToolbarButton
>> sendAction:to:] + 76
>> 5 com.apple.AppKit 0x93833a84 -[NSToolbarButton sendAction] +
>> 80
>> 6 com.apple.AppKit 0x938333dc -[NSToolbarItemViewer
>> mouseDown:] + 1568
>> 7 com.apple.AppKit 0x936c7eb0 -[NSWindow sendEvent:] + 4616
>> 8 com.apple.AppKit 0x93670ef4 -[NSApplication sendEvent:] +
>> 4172
>> 9 com.apple.AppKit 0x93668330 -[NSApplication run] + 508
>>
>> Thread 0 crashed with PPC Thread State 64:
>> srr0: 0x00000000fffeff20 srr1: 0x100000000200f030
>> vrsave: 0x0000000000000000
>> cr: 0x44004438 xer: 0x0000000000000000 lr:
>> 0x000000009078247c ctr: 0xfffffffffffeff00
>> r0: 0x000000009078247c r1: 0x00000000bfffed30 r2:
>> 0x000000007263656c r3: 0x000000000001a3e8
>> r4: 0x0000000090a1f35c r5: 0x0000000000000000 r6:
>> 0x000000000001a3e8 r7: 0x0000000000000045
>> r8: 0x0000000000000000 r9: 0x000000000000001c r10:
>> 0x0000000000000045 r11: 0x000000006f5ff35c
>> r12: 0x0000000090a1cab0 r13: 0x0000000000020000 r14:
>> 0x0000000000020000 r15: 0x0000000000020000
>> r16: 0x0000000000020000 r17: 0x00000000000183d4 r18:
>> 0x000000000001a0e0 r19: 0x0000000000020000
>> r20: 0x000000000001a408 r21: 0x0000000005ed3370 r22:
>> 0x0000000000000000 r23: 0x000000000001a24c
>> r24: 0x0000000000000000 r25: 0x0000000000018804 r26:
>> 0x00000000bfffed90 r27: 0x000000000001a3ec
>> r28: 0x0000000005ed4ed0 r29: 0x000000000001a3e8 r30:
>> 0x00000000bfffed80 r31: 0x0000000090782378
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Cocoa-dev mailing list (<email_removed>)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/cocoa-dev/idiotsavant2005%
>> 40gmail.com
>>
>> This email sent to <email_removed>
>
DATE : Tue Aug 01 15:18:01 2006
Solution found. There was a problem with the Preferences. I'm still looking
into the problem. Somehow only 1 user has the problem :-)
Thanks I.S.
Jose
----- Original Message -----
From: "I. Savant" <<email_removed>>
To: "Jose Barroso" <<email_removed>>
Cc: <<email_removed>>
Sent: Monday, July 31, 2006 9:09 AM
Subject: Re: Application crashing
>
> To be more specific, if deleting the plist helps, I can guess that the
> problem with your -completed: method may be something to do with loading
> or saving a string value from / to preferences, since the very next call
> in the stack is -[NSCFString appendString:] ...
>
> --
> I.S.
>
>
> On Jul 31, 2006, at 9:01 AM, Jose Barroso wrote:
>
>> Hello all,
>>
>> My application is crashing on one of my user's G5. I have the crash log
>> and it looks like a memory access problem but I have looked everywhere
>> and can't find a problem. He is the only one. I can't replicate the
>> problem on PPC or Intel using his data. He said that deleting the plist
>> file fix the problem for a while but then it came back again. Below is
>> the crash report.
>>
>> I would think it's a problem with my code but it's very weird that he is
>> the only one reporting this problem???
>>
>> Any pointers or ideas are welcome.
>>
>> Thanks,
>> Jose
>>
>>
>> Exception: EXC_BAD_ACCESS (0x0001)
>> Codes: KERN_INVALID_ADDRESS (0x0001) at 0x7263656c
>>
>> Thread 0 Crashed:
>> 0 <<00000000>> 0xfffeff20 objc_msgSend_rtp + 32
>> 1 com.apple.CoreFoundation 0x9078247c __CFStringCheckAndReplace + 284
>> 2 com.apple.Foundation 0x928ce40c -[NSCFString appendString:] + 80
>> 3 com.orionbelt.easytask 0x0000cb20 -[controller completed:] + 1708
>> (crt.c:355)
>> 4 com.apple.AppKit 0x93833ae4 -[NSToolbarButton
>> sendAction:to:] + 76
>> 5 com.apple.AppKit 0x93833a84 -[NSToolbarButton sendAction] +
>> 80
>> 6 com.apple.AppKit 0x938333dc -[NSToolbarItemViewer
>> mouseDown:] + 1568
>> 7 com.apple.AppKit 0x936c7eb0 -[NSWindow sendEvent:] + 4616
>> 8 com.apple.AppKit 0x93670ef4 -[NSApplication sendEvent:] +
>> 4172
>> 9 com.apple.AppKit 0x93668330 -[NSApplication run] + 508
>>
>> Thread 0 crashed with PPC Thread State 64:
>> srr0: 0x00000000fffeff20 srr1: 0x100000000200f030
>> vrsave: 0x0000000000000000
>> cr: 0x44004438 xer: 0x0000000000000000 lr:
>> 0x000000009078247c ctr: 0xfffffffffffeff00
>> r0: 0x000000009078247c r1: 0x00000000bfffed30 r2:
>> 0x000000007263656c r3: 0x000000000001a3e8
>> r4: 0x0000000090a1f35c r5: 0x0000000000000000 r6:
>> 0x000000000001a3e8 r7: 0x0000000000000045
>> r8: 0x0000000000000000 r9: 0x000000000000001c r10:
>> 0x0000000000000045 r11: 0x000000006f5ff35c
>> r12: 0x0000000090a1cab0 r13: 0x0000000000020000 r14:
>> 0x0000000000020000 r15: 0x0000000000020000
>> r16: 0x0000000000020000 r17: 0x00000000000183d4 r18:
>> 0x000000000001a0e0 r19: 0x0000000000020000
>> r20: 0x000000000001a408 r21: 0x0000000005ed3370 r22:
>> 0x0000000000000000 r23: 0x000000000001a24c
>> r24: 0x0000000000000000 r25: 0x0000000000018804 r26:
>> 0x00000000bfffed90 r27: 0x000000000001a3ec
>> r28: 0x0000000005ed4ed0 r29: 0x000000000001a3e8 r30:
>> 0x00000000bfffed80 r31: 0x0000000090782378
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Cocoa-dev mailing list (<email_removed>)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/cocoa-dev/idiotsavant2005%
>> 40gmail.com
>>
>> This email sent to <email_removed>
>
| Related mails | Author | Date |
|---|---|---|
| Jose Barroso | Jul 31, 15:01 | |
| I. Savant | Jul 31, 15:04 | |
| I. Savant | Jul 31, 15:09 | |
| Jose Barroso | Aug 1, 15:18 | |
| I. Savant | Aug 1, 15:21 |






Cocoa mail archive

