Your VLC is crashing, so you can't get the logs from the Message interface since the program as terminated, you need to instruct VLC at startup to save logs.
- go to tools > preference
- select All in show settings (in the lower left corner)
- in Advanced > Logger
- check "Log to file"
- set Verbosity to Debug
- choose destination in Log Filename (with browse)
- restart VLC
- reproduce the bug
- send the log file.
Once your done, you should probably uncheck the "Log to file option".
the -vvv was a reference to:
Those logging instructions for a crashing vlc are totally useless...
You need to either go in advanced preferences and setup file logging to some file and verbosity to 2.
Or you need to launch vlc from command line with options:
vlc --logfile "file" -vvv