MPEG-TS and Rust

Nirbheek Chauhan nirbheek.chauhan at gmail.com
Mon Jul 15 21:30:12 UTC 2019


On Tue, Jul 16, 2019 at 2:55 AM Russel Winder <russel at winder.org.uk> wrote:
> On Mon, 2019-07-15 at 22:24 +0300, Sebastian Dröge wrote:
> > You'd need to provide at least a full backtrace with line numbers and
> > the input, or even better a testcase to reproduce the crash you're
> > seeing.
>
> I suspect it will never be possible to get a full stack trace with line
> numbers because the project is in Rust calling a compiled shared library.
>

Both gdb and Visual Studio are able to generate backtraces in code
that calls into Rust and/or C. You just have to ensure that all your
code is built with debugging options enabled.

Cheers,
Nirbheek


More information about the gstreamer-devel mailing list