Ask Your Question

SukhjinderSingh's profile - activity

2017-05-22 11:16:23 -0600 commented question *** Error in `/usr/bin/python2.7': double free or corruption (out): 0x0000000001aa4f30 ***

no its not working, with this option it gives me an error at compile time

2017-05-20 04:25:12 -0600 asked a question *** Error in `/usr/bin/python2.7': double free or corruption (out): 0x0000000001aa4f30 ***

this is my code, Every time I try to import the opencv library I get this error

import cv2
img = cv2.imread('img/lowcontrast.jpg', 0)

======= Backtrace: =========

/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f8b2a4447e5]

/lib/x86_64-linux-gnu/libc.so.6(+0x7fe0a)[0x7f8b2a44ce0a]

/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f8b2a45098c]

/usr/lib/x86_64-linux-gnu/libprotobuf.so.9(_ZN6google8protobuf8internal28DestroyDefaultRepeatedFieldsEv+0x1f)[0x7f8b1b6f28af]

/usr/lib/x86_64-linux-gnu/libprotobuf.so.9(_ZN6google8protobuf23ShutdownProtobufLibraryEv+0x8b)[0x7f8b1b6f1b3b]

/usr/lib/x86_64-linux-gnu/libmirprotobuf.so.3(+0x20329)[0x7f8b0ac7c329]

/lib64/ld-linux-x86-64.so.2(+0x10c17)[0x7f8b2a9c3c17]

/lib/x86_64-linux-gnu/libc.so.6(+0x39ff8)[0x7f8b2a406ff8]

/lib/x86_64-linux-gnu/libc.so.6(+0x3a045)[0x7f8b2a407045]

/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf7)[0x7f8b2a3ed837]

/usr/bin/python2.7(_start+0x29)[0x49d9d9]