taglib questions - 2.3.0

Uwe Dippel udippel at gmail.com
Fri Jun 26 17:22:21 BST 2026


Thanks a bunch!
But I don't have any development environment (any more), and that box used
is just a former thin client.
I don't want to make that file public, but if there was any dropbox to
where I could upload it, I would gladly do so. That might simplify some
eventually necessary debug and testing processes?

Kind regards,

Uwe


On Fri, 26 Jun 2026 at 18:11, Urs Fleisch <urs.fleisch at gmail.com> wrote:

> Hi Uwe,
>
> You will have to build TagLib from the sources and run the tagreader
> example.
>
> ```
> mkdir t
> cd t
> sudo apt-get build-dep taglib
> sudo apt-get install ninja-build wget gdb
> wget https://taglib.org/releases/taglib-2.3.tar.gz
> tar xf taglib-2.3.tar.gz
> mkdir build
> cd build/
> cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DBUILD_EXAMPLES=ON ../taglib-2.3
> ninja
> examples/tagreader /path/to/your/problem_file.mkv
> ```
>
> If it crashes, you could try to start it in gdb and print the stack trace.
>
> ```
> gdb --args examples/tagreader /path/to/your/problem_file.mkv
> ```
>
> Then `r` to run it and if it crashed `bt` to print the stack trace. `q` to
> quit.
>
> Best regards,
> Urs
>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/taglib-devel/attachments/20260626/4ca6492c/attachment.htm>


More information about the taglib-devel mailing list