Changes between Initial Version and Version 1 of Ticket #1481


Ignore:
Timestamp:
Jun 23, 2012, 12:47:37 PM (14 years ago)
Author:
Carl Eugen Hoyos
Comment:

Thank you for porting this from ffmpeg-user!

Could you add complete output, ie everything (including command line, maybe r -i file -f null -) above "Program received"?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1481

    • Property Keywords arm crash SIGBUS added
  • Ticket #1481 – Description

    initial v1  
    44
    55example crash below, where:
     6{{{
    67   ldr     r3, [r0, r1, lsr #3]
     8}}}
    79equates to: *((unsigned int *)(r0 + r1 >> 3))
    810
     
    1113I don't really know what to suggest, perhaps allow HAVE_FAST_UNALIGNED to be overridden by a configure option.
    1214
    13 
     15{{{
    1416Program received signal SIGBUS, Bus error.
    1517[Switching to Thread 12614]
     
    6365fps            0x0      0
    6466cpsr           0x80000010       2147483664
     67}}}