You are not logged in.

#1 2008-12-30 16:15:44

daneel971
Member
Registered: 2008-03-28
Posts: 197

[SOLVED] vorbiscomment segfaults when using --tag instead of -t

Did someone else notice it?
I was trying to tag some oggs with a script, but it always ended with a segfault - then I tried to replace the long option with its short form and it worked (both directly from the terminal and in my script).
Using

vorbiscomment -a --tag "ARTIST=Someone" file.ogg

gives

segmentation fault

where

vorbiscomment -a -t "ARTIST=Someone" file.ogg

works fine.

Last edited by daneel971 (2008-12-30 17:35:49)

Offline

#2 2008-12-30 17:20:59

dwi
Member
Registered: 2008-01-27
Posts: 27

Re: [SOLVED] vorbiscomment segfaults when using --tag instead of -t

For now, just use the short form, unless you want to apply this patch.

For now that's the only solution till Xiph releases a new release, or the package maintainer decides its worth including the patch.

Last edited by dwi (2008-12-30 17:22:18)

Offline

#3 2008-12-30 17:36:49

daneel971
Member
Registered: 2008-03-28
Posts: 197

Re: [SOLVED] vorbiscomment segfaults when using --tag instead of -t

thanks for your answer - it's not a real problem, but I think I'll apply the patch.

Offline

Board footer

Powered by FluxBB