Opened 16 years ago
Closed 16 years ago
Last modified 16 years ago
#8561 closed defect (fixed)
Segfault when starting to play .nuv recording
| Reported by: | gigem | Owned by: | JYA |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | MythTV - Audio Output | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
I get a segfault almost every time when starting to play .nuv recording recorded from v4l framegrabber card. I suspect either the new audio code is at fault or it is exposing a bug in NVR. The segault appears to be occurring in toFloat16. See the backtrace for details.
Attachments (3)
Change History (9)
comment:1 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 16 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → new |
I'm still seeing what appears to be the same segfault in toFloat16 as shown in gdb2.log.
comment:3 by , 16 years ago
Are you sure you upgraded ?
0x418b0de9 in toFloat16 (out=0x50720150, in=0x50ea1008, len=512) at audiooutpututil.cpp:217
in is 0x50ea1008, that's not a 16 bytes aligned address. Which just can't happened now following r25103
comment:5 by , 16 years ago
comment:6 by , 16 years ago
| Milestone: | unknown → 0.24 |
|---|

(In [25103]) buffer needs to be 16 bytes aligned. Fixes #8561