This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMX decode_display sample crash

Hello:

    I am running the OMX decode_display sample(component-sources\omx_05_02_00_38\examples\ti\omx\demos\decode_display) with DM814X EVM board, but it's crash,

Does anyone have the same issue what cause the crash?

error log:

width: 1440
height: 1080
frame_rate: 60
gfx: fbdev disable
codec: h264
display_id: 0
 Decoder-Display example
===============================
Syslink: _NotifyDrvUsr_eventWorker thread created, tid = 1224
Syslink: _NotifyDrvUsr_eventWorker: set real-time priority of 32
Osal runStub() thread, tid = 1227
Osal runStub(): set real-time priority of 32
 OMX_Init completed
 UIAClient is ready to send a UIA configuration command
UIAClient received UIA_CONFIGURE_ACK
UIAClient is done sending requests
UIAClient is ready to send a UIA configuration command
UIAClient received UIA_CONFIGURE_ACK
UIAClient is done sending requests
 opening file
Osal runStub() thread, tid = 1228
Osal runStub(): set real-time priority of 32
 decoder compoenent is created
PADX: 32 PADY: 24
 level set is 12
Osal runStub() thread, tid = 1229
Osal runStub(): set real-time priority of 32
Segmentation fault

  • Hello,

    Could you try :

    -w 1920 -h 1080

    Best Regards,

    Margarita

  • Hello:

        Same crash occoured for other resolutions.

        We checked the error log and inferred that the reason is related to component which name is "OMX.TI.VPSSM3.VFPC.INDTXSCWB", it created failed

        What do you have in mind about the component?

        thanks

  • Hello,

    user4220832 said:
    Same crash occoured for other resolutions.

    You are seeing the same error for :

    ./decode_display_a8host_debug.xv5T -w 1920 -h 1080 -f 30 -d 0
     -g 0 -c h264 -i /usr/share/ti/data/videos/dm816x_1080p_demo.264

    Are you made some changes in the default EZSDK? If yes let me know what are they.

    Could you also link the full debug log?

    You could check the OMX user guide about how to run the decode_display demo?

    Best Regards,

    Margarita

  • Hi Margarita,

    we are using RMD5.0 SDK1.0.0. we didn't change anything. but we got the same error message. Pls u share any suggestion for this. Thanks.



    Austin
  • Hello,

    Could you share the full debug log please.

    run ./loggerSMDump.out 0x9e400000 0x100000 all

    This is avilable at /usr/share/ti/ti-uia folder in filesystem.

    Are you using DM8148 EVM or it is a custom board?

    Best Regards,
    Margarita

  • Hi Margarita,

    I run ./loggerSMDump.out 0x9e400000 0x100000 all,

    but didn't get any debug info.

    it is a custom board.

    Best Regards,

    ycai

  • Hello,

    user4220832 said:
    "OMX.TI.VPSSM3.VFPC.INDTXSCWB"

    This is the SC5(scaler) component which is failing but I need the full debug log to check where  it  is failing.

    I am using EVM and EZSDK 5.05.02 on my side everything is working for ./decode_display_a8host_debug.xv5T -w 1920 -h 1080 -f 30 -d 0
     -g 0 -c h264 -i /usr/share/ti/data/videos/dm816x_1080p_demo.264

    user4220832 said:
    We checked the error log and inferred that the reason is related to component which name is

    Could you share this log which you  mention here?

    Best Regards,

    Margarita

  • Hello Margarita:


    error log:


    Decoder-Display example
    ===============================
    Syslink: _NotifyDrvUsr_eventWorker thread created, tid = 1224
    Syslink: _NotifyDrvUsr_eventWorker: set real-time priority of 32
    Osal runStub() thread, tid = 1227
    Osal runStub(): set real-time priority of 32
    OMX_Init completed
    UIAClient is ready to send a UIA configuration command
    UIAClient received UIA_CONFIGURE_ACK
    UIAClient is done sending requests
    UIAClient is ready to send a UIA configuration command
    UIAClient received UIA_CONFIGURE_ACK
    UIAClient is done sending requests
    opening file
    Osal runStub() thread, tid = 1228
    Osal runStub(): set real-time priority of 32
    decoder compoenent is created
    PADX: 32 PADY: 24
    level set is 12
    Osal runStub() thread, tid = 1229
    Osal runStub(): set real-time priority of 32
    Segmentation fault




    Best Regards

    ycai
  • Hello,

    I meant the log which is pointing that the VFPC creation has failed.

    Best Regards,
    Margarita