This file is indexed.

/usr/share/bug/libvlc5/presubj is in libvlc5 2.2.2-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Debugging and bug reporting advices:

VLC media player is highly modular. So in case a feature is not working
at all, you need to check that the module handling it is present.

 * Make sure that the plugins cache in /usr/lib/vlc/plugins/plugins.dat is
   up-to-date. Run "/usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins" as
   root to regenerate the cache.

 * If you have set custom plugin paths (e.g. with VLC_PLUGIN_PATH), remove
   caches in these paths.

 * Check that modules are correctly loaded: "vlc -vvv --color --list"
   If you have yellow warning lines at the top, that could well be the
   problem

 * If you have installed libraries from other repositories (e.g. to use
   allegedly patent-encumbred encoders), revert to the official Debian
   libraries before reporting a bug.

The debug log of vlc ("vlc -vvv <your usual options>") is very useful for
the developers, do include it in your report.

When reporting a crash, please install the corresponding -dbgsym packages
and produe a backtrace with gdb. See
https://wiki.debian.org/HowToGetABacktrace for details.