Changes between Version 1 and Version 2 of Ticket #11497, comment 4
- Timestamp:
- Nov 25, 2014, 11:55:30 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11497, comment 4
v1 v2 17 17 @vidrep TBH I'm narrowly focusing on "oops" and float_to_float as those are the ones I have a reliable reproducible case for, and even then I'm trying to collect data for those who will actually know how to fix it ;-) 18 18 Well I might get lucky and stumble on a fix, but that has seldom happened in the past for this humble app developer.. Saw your tickets about failed asserts in ffmpeg though, seems to me they would be alleviated if it was possible to revert to ffmpeg 0.10 ; pulkomandy announced he'll work on ffmpeg again soon 19 20 EDIT: 21 yea if I ignore/skip the the NULL Data BBuffer, media_addon_server quikcly goes "oops", interesting. The two tickets clearly seem to be linked. Syslog: 22 23 {{{ 24 KERN: Data()=(nil) Flags=0x4 ID=4 Type=1 SizeAvailable=425 SizeUsed=14112 Size=425 25 KERN: ### ERROR: MixerInput::GetMixerChannelInfo: reading wrong data, have -160001 to -1, reading from 19306666 to 19359999 26 .. 27 KERN: debug_server: Thread 592 entered the debugger: Debugger call: `oops' 28 .. 29 KERN: (0x79d63ab8) 0xfbfdca SetHeader__7BBufferPC12media_header + 0x32 30 KERN: (0x79d63ae8) 0xfc0e30 HandleMessage__15BBufferConsumerlPCvUl + 0x19c 31 32 }}} 33