Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Quagga: Bugs

[Bug 398] bgpd asserts if outbound route-map has been used

 

 

Quagga bugs RSS feed   Index | Next | Previous | View Threaded


bugzilla-daemon at allevil

Aug 23, 2007, 11:22 AM

Post #1 of 10 (2032 views)
Permalink
[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 [at] dishone changed:

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




------- Additional Comments From wawa [at] yandex-team 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 [at] dishone 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 [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-bugs


bugzilla-daemon at allevil

Aug 23, 2007, 12:13 PM

Post #2 of 10 (2004 views)
Permalink
[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 [at] yandex-team 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 [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-bugs


bugzilla-daemon at allevil

Aug 24, 2007, 6:21 AM

Post #3 of 10 (1997 views)
Permalink
[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 [at] pilot 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 [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-bugs


bugzilla-daemon at allevil

Aug 27, 2007, 5:16 AM

Post #4 of 10 (1974 views)
Permalink
[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 [at] dishone changed:

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




------- Additional Comments From paul [at] dishone 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 [at] dishone 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 [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-bugs


bugzilla-daemon at allevil

Aug 27, 2007, 5:18 AM

Post #5 of 10 (1992 views)
Permalink
[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 [at] dishone changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |gardiner [at] purdigital






------- 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 [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-bugs


bugzilla-daemon at allevil

Aug 28, 2007, 3:38 AM

Post #6 of 10 (1991 views)
Permalink
[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 [at] pilot changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |web [at] pilot




------- Additional Comments From paul [at] dishone 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 [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-bugs


bugzilla-daemon at allevil

Aug 30, 2007, 6:37 AM

Post #7 of 10 (1963 views)
Permalink
[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 [at] dishone 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 [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-bugs


bugzilla-daemon at allevil

Sep 5, 2007, 5:18 AM

Post #8 of 10 (1934 views)
Permalink
[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 [at] purdigital 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 [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-bugs


bugzilla-daemon at allevil

Sep 12, 2007, 6:40 AM

Post #9 of 10 (1905 views)
Permalink
[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 [at] pilot 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 [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-bugs


bugzilla-daemon at allevil

Sep 14, 2007, 6:37 AM

Post #10 of 10 (1894 views)
Permalink
[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 [at] pilot changed:

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




------- Additional Comments From web [at] pilot 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 [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-bugs

Quagga bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.