[mythtv-commits] Ticket #9688: Mythvideo crashes between 6b7ea31 and 0b1f9d2

MythTV noreply at mythtv.org
Sun Mar 27 14:13:41 UTC 2011


#9688: Mythvideo crashes between 6b7ea31 and 0b1f9d2
---------------------------------------+--------------------------------
 Reporter:  yiannividalis@…            |          Owner:  jyavenard
     Type:  Bug Report - General       |         Status:  infoneeded_new
 Priority:  minor                      |      Milestone:  unknown
Component:  MythTV - Video Playback    |        Version:  Trunk Head
 Severity:  medium                     |     Resolution:
 Keywords:                             |  Ticket locked:  0
---------------------------------------+--------------------------------

Comment (by jyavenard):

 There is still the same issue, that two function calls do not get the same
 argument between the caller and the callee. This will happen as the API
 changed recently (AddData takes a fourth argument). libmythtv calls add
 data with 4 arguments, yet adddata expects 3.

 I would check again that you have run make distclean followed by configure
 again and that there aren't old libmyth*.so hanging in the ldconfig path.

 The crash occur is due to the buffer provided to toFloat16 not being 16
 bytes aligned, which isn't possible as that buffer is allocated to be 16
 bytes aligned (allocated using av_malloc)

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9688#comment:9>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list