Opened 10 years ago
Closed 10 years ago
#12669 closed Patch - Bug Fix (fixed)
Raspberry pi: Hang on setuid call with Ubuntu Mate
| Reported by: | Owned by: | Stuart Auchterlonie | |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.28 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | high | Keywords: | Raspberry pi |
| Cc: | Ticket locked: | no |
Description
using raspberry pi ubuntu mate wily and installing mythbuntu ppa 0.28.
After launching the frontend, the frontend GUI never appears. The last message in the log is
2016-03-01 15:41:43.414136 N QT_QPA_PLATFORM=xcb
With gdb I established that it is in a call to setuid. The code confirms that a call is made to setuid shortly after that log message. After discussing with the developers they recommended to use example code from from https://www.raspberrypi.org/forums/viewtopic.php?f=33&t=16897 This is working and resolves the problem. I will attach the patch
Attachments (1)
Change History (5)
by , 10 years ago
| Attachment: | Ticket_12669_setuid_hang.patch added |
|---|
comment:1 by , 10 years ago
| Milestone: | unknown → 0.28 |
|---|---|
| Type: | Bug Report - Hang/Deadlock → Patch - Bug Fix |
comment:2 by , 10 years ago
| Owner: | set to |
|---|---|
| Priority: | minor → critical |
| Status: | new → accepted |
comment:4 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

patch to fix this problem