Mailing List Archive

[Bug 398] bgpd asserts if outbound route-map has been used
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=398


paul@dishone.st changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED




------- Additional Comments From wawa@yandex-team.ru 2007-08-23 18:53 -------
Created an attachment (id=245)
--> (http://bugzilla.quagga.net/attachment.cgi?id=245&action=view)
bugfix


------- Additional Comments From paul@dishone.st 2007-08-23 19:22 -------
This seems to be a dup of bug #392, except you've provided the fix.

I'll await confirmation of the #392 bug, but nice one.




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 398] bgpd asserts if outbound route-map has been used [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=398





------- Additional Comments From wawa@yandex-team.ru 2007-08-23 20:13 -------
There is similar assert if we try to advertize prefix to rsclient.
I'll see it tomorow. Hope Denis will help me.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 398] bgpd asserts if outbound route-map has been used [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=398





------- Additional Comments From web@pilot.org.ua 2007-08-24 14:21 -------
The RSserver-RSclient case can be seen as the following assert:

bgpd[54972]: Assertion `attr->extra' failed in file bgp_attr.c, line 1628,
function bgp_packet_attribute
bgpd[54972]: No backtrace available on this platform.




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 398] bgpd asserts if outbound route-map has been used [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=398


paul@dishone.st changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #245 is|0 |1
obsolete| |




------- Additional Comments From paul@dishone.st 2007-08-27 13:14 -------
Created an attachment (id=246)
--> (http://bugzilla.quagga.net/attachment.cgi?id=246&action=view)
route-map crash and rsclient assert

Fix rm crash, fix rsclient assert, remove useless passing of struct attr *.

------- Additional Comments From paul@dishone.st 2007-08-27 13:16 -------
Hi,

I hear you've had success with a slightly earlier version of the patch attached.
The version you're testing potentially leaks struct attr_extra though. The
version attached tries to make it easier to account for the attr_extra, by
pushing allocation of the automatic struct attr down a function.




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 398] bgpd asserts if outbound route-map has been used [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=398


paul@dishone.st changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |gardiner@purdigital.net






------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 398] bgpd asserts if outbound route-map has been used [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=398


web@pilot.org.ua changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |web@pilot.org.ua




------- Additional Comments From paul@dishone.st 2007-08-27 13:18 -------
*** Bug 392 has been marked as a duplicate of this bug. ***



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 398] bgpd asserts if outbound route-map has been used [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=398





------- Additional Comments From paul@dishone.st 2007-08-30 14:37 -------
I've heard via side-band channel that the second patch has been tested as
working and not leaking.

Can you confirm and close if that's the case?

Thanks for your help!



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 398] bgpd asserts if outbound route-map has been used [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=398





------- Additional Comments From gardiner@purdigital.net 2007-09-05 13:18 -------
The patch made it to the FreeBSD ports. I've tested it and it appears to have
resolved the problem.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 398] bgpd asserts if outbound route-map has been used [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=398





------- Additional Comments From web@pilot.org.ua 2007-09-12 14:40 -------
Should this be closed, as 0.99.9 is out with the fix merged?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 398] bgpd asserts if outbound route-map has been used [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=398


web@pilot.org.ua changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |CLOSED
Resolution| |FIXED




------- Additional Comments From web@pilot.org.ua 2007-09-14 14:37 -------
Closing the bug, hence 0.99.9 is out with the bugfix.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs