View Issue Details

IDProjectCategoryView StatusLast Update
0017670MMW 5Podcastspublic2021-03-21 17:52
Reporterrusty Assigned To 
PriorityurgentSeveritycrashReproducibilitysometimes
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0017670: Crash while podcasts are downloading BE860E44
Description1 Installed MM5 build 2325 portable
2 Initiated first run
3 Imported MM4 settings/db
4 Waited as podcasts were updated
--> crash BE860E44
TagsNo tags attached.
Fixed in build2326

Relationships

related to 0017654 closedpetr Issues with new version of Eurekalog (regression) 
related to 0017682 closedmichal Crash on Tagging files 

Activities

Ludek

2021-03-15 17:30

developer   ~0062457

Last edited: 2021-03-15 17:49

The crash does not seem to be related to podcast downloading.

Based on the log it is is crash in
TSharedWindow.placeWindowToMonitor
when showing a message dialog.

Assigning to Petr.

-----------------------------------------------------------------------
EDIT: Actually found that BE860E44 was an older log from build 2283 (from December) !! Not sure why this is part of the Rusty's log at all ??

But part of the Rusty's log (MediaMonkeyEngine_crash-while-downloading-podcasts.el)
there is another log B2F60FFE from build 2325

where Eureka resulted in "Stack Overflow" while catching _handled_ exception in function WaitUntilClosed (while downloading podcasts) !!
i.e. it seem that even newer Eureka version catches _handled_ exceptions -- and in addition results in "Stack overflow" while catching them :-(

It might sense to revert Eureka to an older version for now? In order to not block 5.0 release?

Ludek

2021-03-16 21:31

developer   ~0062468

Last edited: 2021-03-16 21:33

Fixed the "Stack Overflow" when catching handled exceptions in EurekaLog7/EExceptionManager.pas (SVN revision 37683)

But I found new issues with the new Eureka, tracking in 0017654

rusty

2021-03-17 22:39

administrator   ~0062493

Verified 2326 (by performing the exact same steps in the same environment).