ericmckean / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Current libvpx tree seems not be able to encode vp8 frame due to access violation #782

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I just git pull the latest libvpx tree, and now whenever I tried to make a 
call, it crashed when it tries to encode the first frame due to access 
violation:
Unhandled exception at 0x1ac062e6 (npbjnplugin_99.99.99.999.dll) in 
iexplore.exe: 0xC0000005: Access violation reading location 0x00000000.

I am using libvpx on my windows machine(I was using Apirl 2nd tree and it 
worked before), my configuration parameters are:
 ./configure --enable-vp8 --disable-vp9 --disable-multithread --enable-error-concealment --enable-realtime-only --enable-pic --disable-unit-tests

Here is the stack:
    npbjnplugin_99.99.99.999.dll!_vp8_fast_quantize_b_ssse3()  + 0x2a bytes 
    npbjnplugin_99.99.99.999.dll!_vp8_encode_intra4x4block()  + 0xc9 bytes  
    npbjnplugin_99.99.99.999.dll!_vp8_refining_search_sadx4()  + 0x3e12 bytes   
    npbjnplugin_99.99.99.999.dll!_vp8_pick_intra_mode()  + 0x30b bytes  
    00000006()  
    ntdll.dll!776efd45()
    [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] 
    ntdll.dll!77708871()
    KernelBase.dll!761814d0()
    kernel32.dll!75171194()
>   npbjnplugin_99.99.99.999.dll!encoder_proc(void * arg)  Line 1322 + 0x16 
bytes   C
    npbjnplugin_99.99.99.999.dll!thread_main(void * param)  Line 451 + 0xf bytes    C
    IEShims.dll!63d831cc()
    kernel32.dll!7517338a()
    ntdll.dll!77709f72()
    ntdll.dll!77709f45()
    IEShims.dll!63d8315b()
    IEShims.dll!63d8315b() 

Original issue reported on code.google.com by j...@bluejeansnet.com on 8 May 2014 at 6:53

GoogleCodeExporter commented 9 years ago

Original comment by renganat...@google.com on 15 May 2014 at 10:27

GoogleCodeExporter commented 9 years ago
Can you reproduce this issue with vpxenc?

Original comment by ya...@google.com on 15 Jan 2015 at 11:41