Fds leakage when playing video in arale
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Confirmed
|
High
|
John McAleely | ||
media-hub (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Around 6 file descriptors are leaked after playing a video in arale. The difference when executing "lsof -p" before and after playing a video shows
< media-hub 6324 phablet 63u 0000 0,9 0 5513 anon_inode
< media-hub 6324 phablet 64u CHR 244,0 0t0 2226 /dev/pvrsrvkm
< media-hub 6324 phablet 65u CHR 244,0 0t0 2226 /dev/pvrsrvkm
< media-hub 6324 phablet 71u 0000 0,9 0 5513 anon_inode
< media-hub 6324 phablet 72u CHR 244,0 0t0 2226 /dev/pvrsrvkm
< media-hub 6324 phablet 73u CHR 244,0 0t0 2226 /dev/pvrsrvkm
, which points to GPU driver files. Note that this happens even after changes in gstreamer mirsink to make sure that no references to the video-sink are kept. Also, this difference has been retrieved when playing the video for the second time to remove one-time openings like shared libraries that implement the video codec used to decode the stream.
Changed in canonical-devices-system-image: | |
assignee: | nobody → John McAleely (john.mcaleely) |
milestone: | none → backlog |
Changed in canonical-devices-system-image: | |
importance: | Undecided → High |
status: | New → Confirmed |