08-19-2016 02:16 AM
Hi,
when debugging the arrayfile sample within CVI, execution stops with a Fatal Run-Time Error "Stack Overflow" when FileSelectPopupEx() is called - see picture.
The error is not limited to FileSelectPopupEx(), it also happens when Windows' GetSaveFileName() is used.
Can someone verify this?
Solved! Go to Solution.
10-13-2016 03:01 AM
No-one? Dang...
10-13-2016 03:19 AM
I just tested here the same example without problems in saving and reading both in ASCII and binary format.
CVI 2015SP1 on Win10 (1511)
Are you executing a standard or modified example? I just noted that I haven't that many threads in my program: my threads list shows only 4 entries.
06-12-2017 07:05 AM
An update on this: I happened to capture the error with Visual Studio:
So it's TortoiseGit's overlay icons causing the stack overflow. Increasing the default stack size of the sample is one solution, the other is removing all (?) overlay icon handlers in tgit.
Just in case someone else is experiencing this issue.