Hi Alexander,
I tried "debug MLPA1 all" from birdc console, but nothing new appeared in log file.
Currently I rolled back to 1.3.10 version from ports because 1.4.2 started to crash with the following backtrace:
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...
Core was generated by `bird6'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libthr.so.3...done.
Loaded symbols for /lib/libthr.so.3
Reading symbols from /lib/libc.so.7...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /libexec/ld-elf.so.1...done.
Loaded symbols for /libexec/ld-elf.so.1
#0 0x0000000000464a9e in add_tail (l=0x801017798, n=0x80102a650) at lists.c:46
46 z->next = n;
[New Thread 801007400 (LWP 100292/bird6)]
(gdb) bt
#0 0x0000000000464a9e in add_tail (l=0x801017798, n=0x80102a650) at lists.c:46
#1 0x0000000000469ce6 in ralloc (p=0x801017780, c=0x692260) at resource.c:224
#2 0x000000000045c20a in tm_new (p=0x801017780) at io.c:226
#3 0x0000000000425bef in bgp_setup_conn (p=0x801008020, conn=0x8010081c8) at ../../../proto/bgp/bgp.c:631
#4 0x0000000000425d97 in bgp_active (p=0x801008020) at ../../../proto/bgp/bgp.c:660
#5 0x00000000004252cb in bgp_decision (vp=0x801008020) at ../../../proto/bgp/bgp.c:334
#6 0x000000000045bd67 in ev_run (e=0x801017800) at event.c:85
#7 0x000000000045be02 in ev_run_list (l=0x694aa0) at event.c:135
#8 0x000000000045f05f in io_loop () at io.c:1716
#9 0x00000000004669b3 in main (argc=3, argv=0x7fffffffdb20) at main.c:820
(gdb) quit