Opened 7 years ago

Last modified 5 years ago

#13078 assigned bug

MediaPlayer crash when streaming URL entered

Reported by: vidrep Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: Applications/MediaPlayer Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

hrev50688 x86_gcc2 MediaPlayer->Open Network Stream->Stream URL: http://wr-lesclassiquesdeclassic.ice.rtbf.be/wr-lesclassiquesdeclassic-128.mp3 Crash (debug report attached) Second attempt was successful This feature of MediaPlayer was quite stable and crashproof until recently.

Attachments (1)

MediaPlayer-2437-debug-14-11-2016-17-45-40.report (14.9 KB ) - added by vidrep 7 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by pulkomandy, 7 years ago

This is a memory corruption (when you see "getNumAvailable() == 0" in the report), please try with libroot_debug:

LD_PRELOAD=libroot_debug.so MediaPlayer

You should get a different report which points closer to the actual problem.

comment:2 by vidrep, 7 years ago

Owner: changed from stippi to Barrett
Status: newassigned

comment:3 by Barrett, 7 years ago

@Vidrep I guess this is still valid? We did various fixes in the meantime.

comment:4 by vidrep, 7 years ago

I'm doing most of my testing for streaming using Fishpond's Radio app. When I encounter stations that cause a crash, I try entering the URL directly into MediaPlayer as well. There are a few which still cause crashes, but the situation is much improved.

comment:5 by korli, 5 years ago

Owner: changed from Barrett to nobody
Note: See TracTickets for help on using tickets.