Opened 5 months ago

Closed 5 months ago

#18713 closed bug (fixed)

MediaPlayer crash on flac file change

Reported by: madmax Owned by: pulkomandy
Priority: normal Milestone: R1/beta5
Component: Audio & Video/Codecs Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by madmax)

  1. Open a flac file in MediaPlayer
  2. Change to another file (next in playlist, load another file, whatever)
  3. Crash

Reverting hrev57382 fixes it, but then it also unfixes #18654.

Attachments (2)

MediaPlayer-1508-debug-13-12-2023-19-29-34.report (29.5 KB ) - added by madmax 5 months ago.
MediaPlayer-malloc_debug.report (31.1 KB ) - added by madmax 5 months ago.

Download all attachments as: .zip

Change History (8)

comment:1 by madmax, 5 months ago

Description: modified (diff)

comment:2 by waddlesplash, 5 months ago

Milestone: UnscheduledR1/beta5

comment:3 by pulkomandy, 5 months ago

Can you run MediaPlayer with malloc_debug to help identifying where the heap corruption comes from?

by madmax, 5 months ago

comment:4 by madmax, 5 months ago

Using guarded heap instead of debug heap gives the same stack trace (except for the top debugging functions), but the message is 'tried to free 0x11c4aae2fd0 which points at page 372 which is not marked in use'.

comment:6 by pulkomandy, 5 months ago

Resolution: fixed
Status: newclosed

Fixed in hrev57461

Note: See TracTickets for help on using tickets.