Re: [Libreoffice-qa] Debugging On Windows

2014-06-13 Thread m.a.riosv
Hi Jay,

with Symbol search path:

CACHE*C:\symbols;SRV*http://dev-builds.libreoffice.org/daily/master/Win-x86@39/symbols;SRV*http://msdl.microsoft.com/download/symbols

with their build, without local copy.
Miguel Ángel.




--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-Debugging-On-Windows-tp4111286p4111395.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-qa] Debugging On Windows

2014-06-03 Thread Jay Philips
Hi All,

I was following the information found at 
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg 
and have hit into 2 snags. Snag one is that the url 
http://dev-downloads.libreoffice.org/symstore/symbols  gives a 4.3 and
snag two is that when i'm running the analyze command i get the error
ERROR: Symbol file could not be found.  Defaulted to export symbols
from C:\\soffice.bin -. Also, i watched 
http://www.youtube.com/watch?v=fppBTs215yc  and the author seemed to
have a local copy of the debug symbols, as i think alot of time is
wasted trying to pull them from online, and wondered how would i do the
same, especially with master updating daily. I have attached the full
'!analyze -v' output that i got when trying to debug a crash, which i
hope someone can look at and tell me what i'm doing wrong.

-- 
Regards,
Jay Philips

***
* *
*Exception Analysis   *
* *
***

*** ERROR: Symbol file could not be found.  Defaulted to export symbols for 
C:\LibreOffice\master\program\soffice.bin - 
GetPageUrlData failed, server returned HTTP status 404
URL requested: 
http://watson.microsoft.com/StageOne/soffice_bin/4_4_0_0/538c8d8e/swlo_dll/4_4_0_0/538d6bef/c005/7b5a.htm?Retriage=1

FAULTING_IP: 
swlo!SwClient::GetRegisteredIn+a 
[c:\cygwin\home\tinderbox\master\sw\inc\calbck.hxx @ 103]
66e77b5a 8b400c  mov eax,dword ptr [eax+0Ch]

EXCEPTION_RECORD:   -- (.exr 0x)
ExceptionAddress: 66e77b5a 
(swlo!SwClient::GetRegisteredIn+0x000a)
   ExceptionCode: c005 (Access violation)
  ExceptionFlags: 
NumberParameters: 2
   Parameter[0]: 
   Parameter[1]: 000c
Attempt to read from address 000c

FAULTING_THREAD:  0c7c

PROCESS_NAME:  soffice.bin

ERROR_CODE: (NTSTATUS) 0xc005 - The instruction at 0x%08lx referenced 
memory at 0x%08lx. The memory could not be %s.

EXCEPTION_CODE: (NTSTATUS) 0xc005 - The instruction at 0x%08lx referenced 
memory at 0x%08lx. The memory could not be %s.

EXCEPTION_PARAMETER1:  

EXCEPTION_PARAMETER2:  000c

READ_ADDRESS:  000c 

FOLLOWUP_IP: 
swlo!SwClient::GetRegisteredIn+a 
[c:\cygwin\home\tinderbox\master\sw\inc\calbck.hxx @ 103]
66e77b5a 8b400c  mov eax,dword ptr [eax+0Ch]

MOD_LIST: ANALYSIS/

NTGLOBALFLAG:  0

APPLICATION_VERIFIER_FLAGS:  0

MANAGED_STACK: !dumpstack -EE
No export dumpstack found

ADDITIONAL_DEBUG_TEXT:  Followup set based on attribute 
[Is_ChosenCrashFollowupThread] from Frame:[0] on thread:[PSEUDO_THREAD]

LAST_CONTROL_TRANSFER:  from 66e89d2f to 66e77b5a

DEFAULT_BUCKET_ID:  STACKIMMUNE

PRIMARY_PROBLEM_CLASS:  STACKIMMUNE

BUGCHECK_STR:  
APPLICATION_FAULT_STACKIMMUNE_NOSOS_NULL_CLASS_PTR_DEREFERENCE_INVALID_POINTER_READ_ZEROED_STACK

STACK_TEXT:  
` ` soffice.bin+0x0


SYMBOL_NAME:  soffice.bin

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: soffice

DEBUG_FLR_IMAGE_TIMESTAMP:  538c8d8e

STACK_COMMAND:  ** Pseudo Context ** ; kb

FAILURE_BUCKET_ID:  
STACKIMMUNE_c005_C:_LibreOffice_master_program_soffice.bin!Unknown

BUCKET_ID:  
X64_APPLICATION_FAULT_STACKIMMUNE_NOSOS_NULL_CLASS_PTR_DEREFERENCE_INVALID_POINTER_READ_ZEROED_STACK_soffice.bin

IMAGE_NAME:  C:\LibreOffice\master\program\soffice.bin

WATSON_STAGEONE_URL:  
http://watson.microsoft.com/StageOne/soffice_bin/4_4_0_0/538c8d8e/swlo_dll/4_4_0_0/538d6bef/c005/7b5a.htm?Retriage=1

Followup: MachineOwner
-
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/