<HTML><BODY>Hello! I'm trying to work with virt-manager but getting SIGTRAP signal. <br>It is done with gdb under MinGW32 on Windows 7 64-bit. I have Python 2.7.8. 32-bit.<br><br>As I can see from backtrace ( http://pastebin.com/JhN6XgYb ), there is something wrong with libvirtmod.pyd. <br>Also I couldn't find how to solve "<span style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px;">typelib for AppIndicator3" error.</span><br><br>So I try to debug libvirt-python. For doing this, I building libvirt-python with -g flag.  <br><br>python setup.py build --compiler=mingw32 -g install<br><br>But I have undefined reference to _imp__Py_InitModule4. http://pastebin.com/9gw1zsmw<br>Earlier I built Python with debug info as <span style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px;" data-mce-style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px;">-lpython27_d was needed. <br><br>I tried to build with python_d, but got the same error. <br><br>Nevertheless, when I build without -g, everything builds just fine.<br><br>Could you tell me what am I doing wrong? Or is SIGTRAP coming from somewhere else?<br>What SIGTRAP can be caused by?</span></BODY></HTML>