KindDragon / vld

Visual Leak Detector for Visual C++ 2008-2015
https://kinddragon.github.io/vld/
GNU Lesser General Public License v2.1
1.01k stars 314 forks source link

vld2.5.1 can't support QT5.6 in window7, QT APP crash #54

Open penguin2005 opened 5 years ago

penguin2005 commented 5 years ago

issue description:

  1. version: OS:Win7 QT: qt-5.6.2+VS2015 vld: vld2.5.1
  2. Code a qt widgets application demo programe, and new a memory in main function to test vld,the qt app will crash.
  3. vld show the info below: call stack: d;\work\vld\src\vldallocator.h(46): Full call stack not available.
lzzy12 commented 5 years ago

Are you using QT creator?

penguin2005 commented 5 years ago

yes

lzzy12 commented 5 years ago

I don't think that's supported.. only Visual studio is supported as of now as far as I know

lzzy12 commented 5 years ago

I mean check the tool chain you are using.