#10492 closed bug (duplicate)
media_addon_server crash on MediaPlayer playback (in float_to_float())
Reported by: | humdinger | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Add-Ons/Media/Mixer | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #7180 | Blocking: | |
Platform: | All |
Description
This is hrev46754.
I have another crash, that doesn't seem to have the same backtrace as the half dozen already reported tickets. The debugger report is different to the things recorded in the syslog. Both attached.
The audio mixer uses "Drop/repeat samples" BTW.
Attachments (2)
Change History (9)
by , 11 years ago
Attachment: | media_addon_server-689-debug-30-01-2014-16-01-22.report added |
---|
comment:1 by , 11 years ago
Component: | Servers/media_addon_server → Add-Ons/Media/Mixer |
---|---|
Owner: | changed from | to
That one looks like a problem in the mixer, the destination buffer passed into Resampler::float_to_float() was NULL.
comment:3 by , 11 years ago
The debugger report is different to the things recorded in the syslog.
I actually misread the debug report... it's the same as the syslog after all. Thanks Rene for getting it straight.
follow-up: 5 comment:4 by , 11 years ago
Replying to korli:
I'd have said the source buffer.
The one it's crashing on dereference for was at 0xc(%ebp), which unless I'm mistaken would be the 4th argument, wouldn't it?
comment:5 by , 11 years ago
Replying to anevilyak:
Replying to korli:
I'd have said the source buffer.
The one it's crashing on dereference for was at 0xc(%ebp), which unless I'm mistaken would be the 4th argument, wouldn't it?
2nd parameter, which, unless I'm mistaken, is the 1st method parameter taking into account the instance.
comment:6 by , 11 years ago
Blocked By: | 7180 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
comment:7 by , 10 years ago
Summary: | media_addon_server crash on MediaPlayer playback → media_addon_server crash on MediaPlayer playback (in float_to_float()) |
---|
the debugger report