View Issue Details

IDProjectCategoryView StatusLast Update
0002091MMW v4Otherpublic2005-10-26 18:20
Reporterrusty Assigned To 
PriorityimmediateSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Summary0002091: Regression: AVs on many operations after usage of build 903 for a bit
DescriptionIn build 903, I've noticed that after a few minutes of using MM, MM starts getting 'unstable' in the sense that operations that normally work correctly start yielding access violations.

Two examples of such behaviours:
-Find more from Same Album
-Edit Artist field (in Place or in the Properties dialog)

As to what triggers this, I'm not certain, but I do notice that it always seems to occur after I've burnt a CD. Because I can't localize this, I've created a log.
Additional InformationBecause I can't localize this, I've created a debug log (posted to the ftp server).

-Towards the beginning of the log I perform a Find more from Same Album operation without any problem.
-Around line 12900 I do the same and it leads to an AV
-Soon after I try to rename an Artist in place and it causes another AV.
-Soon after MM crashes completely (i.e. Windows gives a message indicating that MM must be closed)
TagsNo tags attached.
Fixed in build905

Activities

jiri

2005-10-23 20:43

administrator   ~0006059

Looks like it could be caused by freeing some SongData structures in burning that shouldn't be freed.

Ludek

2005-10-26 18:20

developer   ~0006077

It was fixed in build 905.
Thanks to Jiri who found that BurnTree node's variables must be declared in local instead of global declarations. It caused an AV.