Hi ollydbg,
Found the situation. I've created 2 Build Targets based on Debug: lib (Debug) and vtysh (Debug).
Because Quagga is a multiple executable project I've created for each lib/exec one Build Target.
So I've added recursive files from directory lib/ to target lib (Debug).
Then I've tried to add only vtysh_cmd.c to vtysh (Debug) target and CB crashed like my project.
vtysh_cmd.c is created by extract.pl file, so by default is not available in Quagga sources. You have to do ./configure and then make the sources in vtysh to obtain the file, or the file I've uploaded in the thread.
Now I'm trying to see if I can recompile CB with more debug.
Kind regards,
Adrian