PDA

View Full Version : QwtPolar Run examples crashed



cr7tiano
14th March 2014, 08:55
I'm using Qt 5.2 with Qwt 6.1 and QwtPolar. I have tried to compile example inside the QwtPolar package but failed.

It keep showing this error:
*** glibc detected *** /home/USER/qwtpolar/examples/bin/spectrogram: realloc(): invalid pointer: 0x00007fe0cc8df800 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x7eb96)[0x7fe0cb8bbb96]
/lib/x86_64-linux-gnu/libc.so.6(realloc+0x28e)[0x7fe0cb8c089e]
/home/USER/Qt5.2.0/5.2.0/gcc_64/lib/libQt5Core.so.5(_ZN9QListData7reallocEi+0x26)[0x7fe0c9a22e16]
/home/USER/Qt5.2.0/5.2.0/gcc_64/lib/libQt5Core.so.5(_ZN9QListData6appendEi+0x65)[0x7fe0c9a22ed5]
/home/USER/Qt5.2.0/5.2.0/gcc_64/lib/libQt5Core.so.5(+0x1eff0c)[0x7fe0c9b22f0c]
/home/USER/Qt5.2.0/5.2.0/gcc_64/lib/libQt5Core.so.5(_Z21qRegisterResourceDataiPKhS0_S0 _+0x240)[0x7fe0c9b20920]
/home/USER/Qt5.2.0/5.2.0/gcc_64/lib/libQt5Core.so.5(+0x31a4c3)[0x7fe0c9c4d4c3]
/home/USER/Qt5.2.0/5.2.0/gcc_64/lib/libQt5Core.so.5(+0x79b29)[0x7fe0c99acb29]
/lib64/ld-linux-x86-64.so.2(+0xf306)[0x7fe0cd91c306]
/lib64/ld-linux-x86-64.so.2(+0xf3df)[0x7fe0cd91c3df]
/lib64/ld-linux-x86-64.so.2(+0x16ea)[0x7fe0cd90e6ea]

I cant find similar error in this forum. Hope some one can help =)

Thanks.

Uwe
14th March 2014, 09:12
This stack is 100% Qt - unrelated to any Qwt functions. So this might be more an issue with your Qt environment.

Uwe

cr7tiano
14th March 2014, 09:21
Hi Uwe,

I have tried with previous Qt projects, there are no problem for running and debugging. I have tried with Qwt examples as well.
I just installed QwtPolar and wanna try it out but failed. I keep getting this stack error.
Do I need to reinstall Qt again to solve it?

Thanks for your prompt reply.