problems using mingw [RESOLVED]

Hello, I have a problem with the version 3 of the firewall. I do some software development in my spare time, working for a little open source project. I use mingw/msys on windows xp.
The application I’m building is using gtk, sqlite, no web access yet. Since the version 3 of the firewall, gdb refuses to work:

$ gdb /home/binic/dist/bin/app.exe
GNU gdb 6.7.50.20071127
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type “show copying”
and “show warranty” for details.
This GDB was configured as “i686-pc-mingw32”…
(gdb) run
Starting program: E:/dev/msys/home/binic/dist/bin/app.exe

Program received signal SIGSEGV, Segmentation fault.
0x00bc8aa1 in ?? () from C:\WINDOWS\system32\guard32.dll
(gdb)

I’m using comodo firewall 3.0.15.277. Could you help?

Do you have problem when Defense+ is disabled? If so, what does appear in the log of Defense+ (when it is enabled) just after error occurs?

the same without defense++, nothing in the logs. I found a workaround though. I launch the program and then I attach to the pid with gdb. It’s working and it’s fine with me.

Since workaround was found, the topic will be closed. If issue returns and you want re-open the topic, please PM any on-line Mod.