Comment 12 for bug 1767826

Revision history for this message
Maciej Suminski (orsonmmz) wrote :

One interesting thing regarding the files Novak attached in #1 is that both have non zero track count in the "general" section of the header, but only one of them actually contains any segment entries.

The number of tracks for "general" section is obtained via DLIST::GetCount(), which returns value of an integer 'count' variable, maintained as objects are added are removed. The fact that despite non zero 'count' value there are no tracks saved, may indicate a corrupted list (e.g. nullptr as the list head).