Re: strange exception occuring in gnustep-base

2021-12-16 Thread Andreas Fink
Can't do that easily unfortunately. its a background process started by
systemd and it might take days to occur.
My suspicion is that some other type of object is passed somewhere
instead of some NSString to some method which then in turn calls
getCharacters:range:

David Wetzel wrote on 16.12.21 18:15:
> Did you try to set a breakpoint and do a backtrace?
>
> Von meinem iPhone gesendet
>
>> Am 2021-12-16 um 12:10 schrieb Gregory Casamento
>> :
>>
>> 
>>
>> Would it be possible to get the code to the app or a minimal test
>> case?  More context would be helpful.  The exception you are
>> mentioning could be due to a memory issue someplace.
>>
>>
>> On Thu, Dec 16, 2021 at 9:42 AM Andreas Fink > > wrote:
>>
>> Hello,
>>
>> My application fires an exception which is puzzling me:
>>
>> Uncaught exception NSInvalidArgumentException, reason:
>> GSCInlineString(instance) does not recognize getCharacters:range:
>>
>>
>> to me this means a NSString is being called with the method
>> getCharacters:range: which it doesnt have?
>> Does that error message make any sense to anyone?
>>
>>
>> Andreas
>>
>>
>>
>>
>>
>> -- 
>> Gregory Casamento
>> GNUstep Lead Developer / OLC, Principal Consultant
>> http://www.gnustep.org - http://heronsperch.blogspot.com
>> https://www.patreon.com/bePatron?u=352392 - Become a Patron
>> https://gf.me/u/x8m3sx - My GNUstep GoFundMe
>> https://teespring.com/stores/gnustep - Store



Re: strange exception occuring in gnustep-base

2021-12-16 Thread David Wetzel
Did you try to set a breakpoint and do a backtrace?

Von meinem iPhone gesendet

> Am 2021-12-16 um 12:10 schrieb Gregory Casamento :
> 
> 
> 
> Would it be possible to get the code to the app or a minimal test case?  More 
> context would be helpful.  The exception you are mentioning could be due to a 
> memory issue someplace.
> 
> 
>> On Thu, Dec 16, 2021 at 9:42 AM Andreas Fink  wrote:
>> Hello,
>> 
>> My application fires an exception which is puzzling me:
>> 
>> Uncaught exception NSInvalidArgumentException, reason:
>> GSCInlineString(instance) does not recognize getCharacters:range:
>> 
>> 
>> to me this means a NSString is being called with the method
>> getCharacters:range: which it doesnt have?
>> Does that error message make any sense to anyone?
>> 
>> 
>> Andreas
>> 
>> 
>> 
> 
> 
> -- 
> Gregory Casamento
> GNUstep Lead Developer / OLC, Principal Consultant
> http://www.gnustep.org - http://heronsperch.blogspot.com
> https://www.patreon.com/bePatron?u=352392 - Become a Patron
> https://gf.me/u/x8m3sx - My GNUstep GoFundMe
> https://teespring.com/stores/gnustep - Store


Re: strange exception occuring in gnustep-base

2021-12-16 Thread Gregory Casamento
Would it be possible to get the code to the app or a minimal test case?
More context would be helpful.  The exception you are mentioning could be
due to a memory issue someplace.


On Thu, Dec 16, 2021 at 9:42 AM Andreas Fink  wrote:

> Hello,
>
> My application fires an exception which is puzzling me:
>
> Uncaught exception NSInvalidArgumentException, reason:
> GSCInlineString(instance) does not recognize getCharacters:range:
>
>
> to me this means a NSString is being called with the method
> getCharacters:range: which it doesnt have?
> Does that error message make any sense to anyone?
>
>
> Andreas
>
>
>
>

-- 
Gregory Casamento
GNUstep Lead Developer / OLC, Principal Consultant
http://www.gnustep.org - http://heronsperch.blogspot.com
https://www.patreon.com/bePatron?u=352392 - Become a Patron
https://gf.me/u/x8m3sx - My GNUstep GoFundMe
https://teespring.com/stores/gnustep - Store


strange exception occuring in gnustep-base

2021-12-16 Thread Andreas Fink
Hello,

My application fires an exception which is puzzling me:

Uncaught exception NSInvalidArgumentException, reason:
GSCInlineString(instance) does not recognize getCharacters:range:


to me this means a NSString is being called with the method
getCharacters:range: which it doesnt have?
Does that error message make any sense to anyone?


Andreas