Hi there, I'm running into difficulties which I think are caused by cygclang.dll. The problem only seems to impact the 64 bit version of Cygwin. The 32 bit version of Cygwin (on my 64 bit machine) does not crash. I tried running the same thing on Windows 7 and Windows 8 but both OSes are impacted. I also tried a fresh installation of 64 bit Cygwin and encountered the same issue. I'm running this command which causes Python 2.7.10 to seg fault.   > python cindex-dump.py hello.c  > Segmentation fault (core dumped) I can't figure out how to use the stackdump as it looks like I need to re-build Python with debug symbols turned on and I haven't investigated that yet. The cindex-dump.py script comes from the CFE bindings examples. I actually extracted the version for the sources for 3.5.2 but there appear to be no differences between that version and the latest:      http://llvm.org/svn/llvm-project/cfe/trunk/bindings/python/examples/cindex/cindex-dump.py The hello.c file is very simple  > $ cat hello.c  > &include  > &include  >   > int main(void)  > {  >  return 0;  > } I did report this to LLVM.org but I'm not sure if this issue is a Cygwin problem or an LLVM problem:     https://llvm.org/bugs/show_bug.cgi?id=24039 Regards, Brad