[vlc-devel] commit: Win32: send crash reports to ftp://crash.videolan.org/crashs/ ( Geoffroy Couprie )

Geoffroy Couprie geo.couprie at gmail.com
Wed Feb 25 14:32:53 CET 2009


On Wed, Feb 25, 2009 at 2:24 PM, Rémi Denis-Courmont
<rdenis at simphalempin.com> wrote:
>
> On Wed, 25 Feb 2009 13:17:07 +0100, Geoffroy Couprie
> <geo.couprie at gmail.com> wrote:
>> I don't know for Mac, but the windows crash reports don't contain
>> sensitive information: OS version, VLC version, exception type,
>> content of the registers at the time of crash, and a stacktrace with
>> the list of DLLs corresponding to code adresses. The only private
>> information would be in a DLL path, but I can modify the code to send
>> only the DLL name, not the full path.
>
> If it has a stacktrace, it is sensitive. Media name or location is
> sensitive (and not only if you are a pirate).
>

This is the type of stacktrace you get:

[STACKTRACE]
#EIP|base|module
00401d08|00400000|c:\Users\geo\Documents\dev\vlc\win2\vlc-1.0.0-git\vlc.exe
0040124b|00400000|c:\Users\geo\Documents\dev\vlc\win2\vlc-1.0.0-git\vlc.exe
004012b8|00400000|c:\Users\geo\Documents\dev\vlc\win2\vlc-1.0.0-git\vlc.exe
75b04911|75ac0000|C:\Windows\system32\kernel32.dll
7722e4b6|771f0000|C:\Windows\system32\ntdll.dll
7722e489|771f0000|C:\Windows\system32\ntdll.dll

There's nothing more than the execution path.



More information about the vlc-devel mailing list