Opened 15 years ago

Closed 15 years ago

#5290 closed defect (fixed)

check pthread_create in libmythtv

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

pthread_create can fail (even though it rarely does). We ought to know, so it should be checked for failure. This ticket is for each instance in libmythtv where it doesn't.

This ticket supersedes tickets #5095 and #5143.

Attachments (1)

libs_libmythtv-check-pthread_create.patch (2.5 KB) - added by Erik Hovland <erik@…> 15 years ago.

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by Erik Hovland <erik@…>

comment:1 Changed 15 years ago by danielk

Resolution: fixed
Status: newclosed

(In [17542]) Fixes #5290. Check pthread_create for error value and print error message if we see an error.

Note: See TracTickets for help on using tickets.