Michael Stahl ha scritto:
> On 18/06/2010 11:50, Davide Dozza wrote:
>> I did it.
> 
> ok,
> 
>> The problem happens on tstring.cxx
>>
>> xub_StrLen ImplStringLen( const sal_Char* pStr )
>> {
>>      const sal_Char* pTempStr = pStr;
>>      while( *pTempStr )
>>              ++pTempStr;
>>      return (xub_StrLen)(pTempStr-pStr);
>> }
>>
>> *pTempStr is a null pointer.
>>
>> Davide
> 
> well, yes, that's where it crashes.
> but the problem is that somebody is calling the Len() function on a null
> pointer.
> you need to post the stack backtrace to find out where the cause of the
> problem is.
> to get the backtrace you need to attach the debugger somehow.
> (i don't usually work on windows, so i can't remember how that is done...)
> 

I'm not an expert too but is it the call stack?
It's enough if I just cut and paste info in it?

Davide

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to