Quantcast
Channel: Visual Leak Detector for Visual C++ 2008-2015
Viewing all articles
Browse latest Browse all 704

Commented Unassigned: Qt Open Dialog Crash [10557]

$
0
0
When using vld in Qt (Qt Creator), the open file dialog crashes (starts opening but then freezes after partially rendering) while trying to open (it defaults to the SkyDrive folder).

If I don't access the open file dialog it properly detects memory leaks and works great. If I simply comment out the include for VLD the open dialog works just fine as well.

The code that causes the crash is this:
```
QString fileName = QFileDialog::getOpenFileName(this, "Open Project...", "", "QuickSilver Project Files (*.qsp)|*.qsp");
```

Also note that calling VLDDisable() before that line and VLDEnable() after that line still causes a crash so it may be some sort of global issue.
Comments: I'd also like to add that this also happens with a plain winapi project that utilizes nothing but standard windows headers and no external libraries, thus making this tool effectively useless :(

Viewing all articles
Browse latest Browse all 704

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>