[Pkg-audacious-maintainers] Bug#491655: audacious: log file spammed with tuple_get_int assertion failure message

Steve Cotton steve0001 at s.cotton.clara.co.uk
Mon Jul 28 14:26:16 UTC 2008


I'd seen this, but then couldn't replicate it when debugging.
That's because I'd cleaned up my playlist so it didn't trigger
#491097, and loading another playlist triggered it.

Line numbers from 1.5.1-2, and the bug is calling
  tuple_get_int(NULL, ..., ...).

playlist.c:2432
  else if ((entry->tuple != NULL || entry->title != NULL) && 
      tuple_get_int(entry->tuple, FIELD_LENGTH, NULL) > -1 &&
      tuple_get_int(entry->tuple, FIELD_MTIME, NULL) != -1)

The same bug appears again at line 2483.

Line 211 needs work too.

Steve





More information about the Pkg-audacious-maintainers mailing list