On Wednesday 30 September 2009 08:08:45 Molkentin Daniel (Nokia-D-Qt/Berlin) 
wrote:
> 
> On Sep 29, 2009, at 7:25 PM, ext Andre Poenitz wrote:
> >> 2944.0xf6c]\n"
> >> sStopped.
> >>> 15*stopped,reason="signal-received",signal-name="SIGSEGV",signal- 
> >>> meaning="Segmentation
> >> fault",thread-id="1",frame={addr="0x10009631",func="??",args= 
> >> [],from="C:\\WINDOWS\\system32\\guard32.dll"}
> >
> > Here is your problem. [...]
> > Your program crashed in "C:\\WINDOWS\\system32\\guard32.dll" before it
> > did anything interesting, possibly before it even entered main().
> 
> http://www.what-is-exe.com/filenames/guard32-dll.html says that this  
> file is part of the Comodo Firewall. Probably it injects itself into  
> every process for controlling processes. Check if you can find it in  
> the registry key described in http://en.wikipedia.org/wiki/ 
> DLL_injection.
> 
> Andre: Do we have any chance to build a blacklist to prevent gdb from  
> loading such DLLs?

It is not gdb actively loading dlls. And I don't think there's much gdb (or
Creator for that matter) can do here. Some Windows firewalls simply do 
not work well with debuggers. Maybe the firewall in question can be 
configured to not scan certain binaries.

Andre'
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to