Hi Stuart, *, On Thu, Dec 19, 2013 at 6:43 PM, V Stuart Foote <vstuart.fo...@utsa.edu> wrote: > Christian Lohmaier-3 wrote >> Also new: Starting with 4.2.0rc1, developers (and people doing some >> "low-level" QA) on windows can make use of the symbol server to get >> pdb files for debugging the release builds. The symbol server's URL is >> >> http://dev-downloads.libreoffice.org/symstore/symbols >> [...] > Just attempted to access the symbols store but getting an http error 403 > Forbidden (both http & https), permissions issue on the Web server?
Symbol server is not meant to be browsed using a webbrowser, the window debuggin tools know where to look based on the timestamp and size of the files. So no problem with permissions on the server, it is a decision not to create index pages for use in a webbrowser. But you can check with the symchk utility for example (see http://msdn.microsoft.com/en-us/library/ff558844(v=vs.85).aspx for full set of available options to the tool) "C:\Program Files\Debugging Tools for Windows (x64)/symchk.exe" path-to4.2.0rc1\program\canvasfactorylo.dll /s http://dev-downloads.libreoffice.org/symstore/symbols /v you'll see that it will download the (compressed) pdb that corresponds to the canvasfactorylo.dll and will store it to your local cache folder. For actual debugging, configure your debugging tool as described in the wiki: https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg or in Microsoft's Documentation: http://msdn.microsoft.com/en-us/library/ff560070(v=vs.85).aspx Basically flag the location (=the URL) with the "srv*" tag as a symbol server. ciao Christian _______________________________________________ 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/