stack smashng error when enabling id3v2 tags
Brought to you by:
solbu
I recently updated my grip installation just to find out that grip crashes when enabling id3_v2 tags. with v1 tags only the problem does not exists. I tried another genres (mine was Acapella) but without success. Whenever encoding of first track finishes, grip just crashes with above error. I'm just preparing to install gdb to dig a little deeper. BTW I'm using 4.0.1. Of coures I could use v1 tags only and copy v1 tags to v2 tags using id3v2 tool, but this would of course copy truncated strings (if title etc. were longer than v1 supports) and would need an extra step when ripping/encoding to my library.
oops, should be stack smashing error, cannot edit subject any more :-(
What exactly does NUM_FRAMES in id3.c do - looks like this is the only ID3_v2 related "officially tweakable" parameter ....
Last edit: Gerhard Hintermayer 2020-02-02
unfortunately my gdb knowledge ends @ run & backtrace :-( any ideas ?
Last edit: Gerhard Hintermayer 2020-02-02
We are in the process of modernizing the codebase, where the long term goal is porting to GTK3.
If you can you can go to the «Code» tab above and either download a snamshot, or clone the git repo and compile from the git source code.
The only step that differs from the regular tarball releases is you need to run «autoreconf -if» as the first step, to generate the configure script.
I'm not sure but I think your issue might be one of the things fixed in the not yet released codebase.
And now we have released version 4.1.0, if you want to use/test an official tarball release. :-)