Skip to content

Issue opening image file on Ubuntu 16.04 #3

@chriskretler

Description

@chriskretler

Here is my script:

import vapoursynth as vs
core = vs.get_core()
clp = core.imgr.Read('/storage/video/sandbox/normal.jpeg')
clp.set_output()

See the following error when running:
*** Error in `vspipe': double free or corruption (!prev): 0x0000000001f26da0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f818a0c07e5]
/lib/x86_64-linux-gnu/libc.so.6(+0x8037a)[0x7f818a0c937a]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f818a0cd53c]
/lib/x86_64-linux-gnu/libc.so.6(fclose+0x103)[0x7f818a0b6363]
/usr/local/lib/vapoursynth/imagereader.so(+0x98b8)[0x7f81614348b8]
/usr/local/lib/libvapoursynth.so(+0xe6ef6)[0x7f81883bfef6]
/usr/local/lib/libvapoursynth.so(+0xd48f0)[0x7f81883ad8f0]
/usr/local/lib/python3.5/site-packages/vapoursynth.so(+0x8f4b8)[0x7f81886a74b8]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyObject_Call+0x6e)[0x7f8189b4954e]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyEval_EvalFrameEx+0x1ccf)[0x7f8189b7692f]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(+0x24acac)[0x7f8189c0ccac]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyEval_EvalCodeEx+0x23)[0x7f8189c0cd83]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyEval_EvalCode+0x1b)[0x7f8189b749cb]
/usr/local/lib/python3.5/site-packages/vapoursynth.so(vpy_evaluateScript+0x2ed4)[0x7f8188676a94]
/usr/local/lib/python3.5/site-packages/vapoursynth.so(vpy_evaluateFile+0x428)[0x7f818868c298]
vspipe[0x402a3c]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f818a069830]
vspipe[0x404df9]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions