R3.0.3.x-build22-vrouter core in multi interface setup at 0 0x0000000000bab252 in Icmpv6Handler::Run() ()

Bug #1674276 reported by sundarkh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R3.0
Fix Committed
High
Hari Prasad Killi
R3.0.3.x
Fix Committed
High
Hari Prasad Killi
R3.1
Fix Committed
High
Hari Prasad Killi
R3.2
Fix Committed
High
Hari Prasad Killi
Trunk
Fix Committed
High
Hari Prasad Killi

Bug Description

R3.0.3.x-build22-vrouter core in multi interface setup at 0 0x0000000000bab252 in Icmpv6Handler::Run()

1) with multi interface setup

server-manager-client display server --select id,cluster_id,ip_address,roles
+---------+---------------+---------------+----------------------------------------------------+
| id | cluster_id | ip_address | roles |
+---------+---------------+---------------+----------------------------------------------------+
| nodec57 | cluster_multi | 10.204.221.61 | [u'compute'] |
| nodec33 | cluster_multi | 10.204.221.59 | [u'webui', u'control', u'collector'] |
| nodec35 | cluster_multi | 10.204.221.58 | [u'config', u'control', u'openstack', u'database'] |
| nodea4 | cluster_multi | 10.204.221.60 | [u'compute'] |
+---------+---------------+---------------+----------------------------------------------------+
root@nodej5:~#

2) Observing a vrouter core whose during the sanity

warning: core file may not match specified executable file.
[New LWP 6726]
[New LWP 6722]
[New LWP 6705]
[New LWP 6729]
[New LWP 6723]
[New LWP 6724]
[New LWP 6725]
[New LWP 6727]
[New LWP 6728]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/bin/contrail-vrouter-agent'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000000000bab252 in Icmpv6Handler::Run() ()
(gdb) bt
#0 0x0000000000bab252 in Icmpv6Handler::Run() ()
#1 0x0000000000c717b4 in Proto::ProcessProto(boost::shared_ptr<PktInfo>) ()
#2 0x0000000000c7225c in boost::detail::function::function_obj_invoker1<boost::_bi::bind_t<bool, boost::_mfi::mf1<bool, Proto, boost::shared_ptr<PktInfo> >, boost::_bi::list2<boost::_bi::value<Proto*>, boost::arg<1> > >, bool, boost::shared_ptr<PktInfo> >::invoke(boost::detail::function::function_buffer&, boost::shared_ptr<PktInfo>) ()
#3 0x0000000000c73c04 in QueueTaskRunner<boost::shared_ptr<PktInfo>, WorkQueue<boost::shared_ptr<PktInfo> > >::RunQueue() ()
#4 0x00000000011c705f in TaskImpl::execute() ()
#5 0x00007f59b1f2eb3a in ?? () from /usr/lib/libtbb.so.2
#6 0x00007f59b1f2a816 in ?? () from /usr/lib/libtbb.so.2
#7 0x00007f59b1f29f4b in ?? () from /usr/lib/libtbb.so.2
#8 0x00007f59b1f260ff in ?? () from /usr/lib/libtbb.so.2
#9 0x00007f59b1f262f9 in ?? () from /usr/lib/libtbb.so.2
#10 0x00007f59b214a184 in start_thread (arg=0x7f59a95df700) at pthread_create.c:312
#11 0x00007f59b142337d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 trace

core placed in /home/stack/1674276 (10.204.216.49 ----stack/stack@123)

Tags: vrouter
sundarkh (sundar-kh)
description: updated
Jeba Paulaiyan (jebap)
Changed in juniperopenstack:
importance: Undecided → High
assignee: nobody → Hari Prasad Killi (haripk)
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/29910
Submitter: Hari Prasad Killi (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.2

Review in progress for https://review.opencontrail.org/29911
Submitter: Hari Prasad Killi (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.1

Review in progress for https://review.opencontrail.org/29912
Submitter: Hari Prasad Killi (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.0

Review in progress for https://review.opencontrail.org/29913
Submitter: Hari Prasad Killi (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.0.3.x

Review in progress for https://review.opencontrail.org/29914
Submitter: Hari Prasad Killi (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/29910
Committed: http://github.org/Juniper/contrail-controller/commit/fbb0d7e782a086bca9891f9a5eab80afdffe9f11
Submitter: Zuul (<email address hidden>)
Branch: master

commit fbb0d7e782a086bca9891f9a5eab80afdffe9f11
Author: Hari Prasad Killi <email address hidden>
Date: Tue Mar 28 14:31:36 2017 +0530

Check that ipv6 for interface is active before processing ICMPv6.

Adding the check so that we do not access NULL vrf while processing
neighbour advertisement.

Change-Id: Ie1910b730836e89f80ea868b89b5c153c7e7b955
closes-bug: #1674276

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/29911
Committed: http://github.org/Juniper/contrail-controller/commit/09df3cd2964c79e30a4e6795dd1e4f8d880809ed
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit 09df3cd2964c79e30a4e6795dd1e4f8d880809ed
Author: Hari Prasad Killi <email address hidden>
Date: Tue Mar 28 14:31:36 2017 +0530

Check that ipv6 for interface is active before processing ICMPv6.

Adding the check so that we do not access NULL vrf while processing
neighbour advertisement.

Change-Id: Ie1910b730836e89f80ea868b89b5c153c7e7b955
closes-bug: #1674276

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/29912
Committed: http://github.org/Juniper/contrail-controller/commit/1e3d6417ad86ee52af635aa6f51326ced0b0f328
Submitter: Zuul (<email address hidden>)
Branch: R3.1

commit 1e3d6417ad86ee52af635aa6f51326ced0b0f328
Author: Hari Prasad Killi <email address hidden>
Date: Tue Mar 28 14:31:36 2017 +0530

Check that ipv6 for interface is active before processing ICMPv6.

Adding the check so that we do not access NULL vrf while processing
neighbour advertisement.

Change-Id: Ie1910b730836e89f80ea868b89b5c153c7e7b955
closes-bug: #1674276

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/29913
Committed: http://github.org/Juniper/contrail-controller/commit/8477ef9dac2755268e8ffb9a3bbb778a30cea1d2
Submitter: Zuul (<email address hidden>)
Branch: R3.0

commit 8477ef9dac2755268e8ffb9a3bbb778a30cea1d2
Author: Hari Prasad Killi <email address hidden>
Date: Tue Mar 28 14:31:36 2017 +0530

Check that ipv6 for interface is active before processing ICMPv6.

Adding the check so that we do not access NULL vrf while processing
neighbour advertisement.

Change-Id: Ie1910b730836e89f80ea868b89b5c153c7e7b955
closes-bug: #1674276

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/29914
Committed: http://github.org/Juniper/contrail-controller/commit/a4d6c601177f01c39082d44e12ca2ffa038a849e
Submitter: Zuul (<email address hidden>)
Branch: R3.0.3.x

commit a4d6c601177f01c39082d44e12ca2ffa038a849e
Author: Hari Prasad Killi <email address hidden>
Date: Tue Mar 28 14:31:36 2017 +0530

Check that ipv6 for interface is active before processing ICMPv6.

Adding the check so that we do not access NULL vrf while processing
neighbour advertisement.

Change-Id: Ie1910b730836e89f80ea868b89b5c153c7e7b955
closes-bug: #1674276

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.