[regression] Some software clients crash immediately with runtime_error: Failed to import PRIME fd for DRM buffer
Bug #1215754 reported by
Daniel van Vugt
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
Medium
|
Daniel van Vugt | ||
mir (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
mir_demo_
$ sudo bin/mir_
terminate called after throwing an instance of 'boost:
what(): Failed to import PRIME fd for DRM buffer
Verified on two machines using the latest lp:mir r1000
Related branches
lp://staging/~vanvugt/mir/fix-1215754
- Robert Ancell: Approve
- Thomas Voß (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 36 lines (+3/-1)3 files modifiedexamples/fingerpaint.c (+1/-0)
examples/multiwin.c (+1/-0)
include/shared/mir_toolkit/client_types.h (+1/-1)
description: | updated |
Changed in mir: | |
assignee: | nobody → Daniel van Vugt (vanvugt) |
status: | New → In Progress |
importance: | Undecided → Medium |
Changed in mir: | |
milestone: | none → 0.0.10 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Bisected. The regression came in:
revno: 991 [merge]
author: Alexandros Frantzis <email address hidden>
committer: Tarmac
branch nick: trunk
timestamp: Wed 2013-08-21 12:02:06 +0000
message:
Allow clients to specify the output they want to place a surface in.
Only fullscreen placements are supported for now, but the policy is easy to change. This MP breaks the client API/ABI, so I bumped the client ABI version. I took this opportunity to rename some fields in MirDisplayConfi guration to improve consistency.
.
Approved by Robert Ancell, Alan Griffiths, PS Jenkins bot.
Also verified the regression is in the server. Using r1000 mir_demo_ client_ multiwin works so long as the server <=r990.