Fixed
Created: Nov 28, 2013
Updated: Dec 3, 2018
Resolved Date: Jan 21, 2014
Found In Version: 6.0
Fix Version: 6.0.0.3
Severity: Severe
Applicable for: Wind River Linux 6
Component/s: BSP
In WRLinux60 Lx28 dvd, standard kernel , target TI_K2EVMHK, There is " unwind: Index not found bf03217c" warning when remove the module tipc in BSP ti-66ak2hxx as follows:
root@localhost:~# modprobe tipc
tipc: Activated (version 2.0.0)
NET: Registered protocol family 30
tipc: Started in single node mode
root@localhost:~#
root@localhost:~#
root@localhost:~# rmmod tipc
unwind: Index not found bf03217c
unwind: Index not found bf03217c
unwind: Index not found bf03217c
unwind: Index not found bf032184
unwind: Index not found bf032184
unwind: Index not found bf032184
NET: Unregistered protocol family 30
tipc: Deactivated
root@localhost:~#
root@localhost:~#
root@localhost:~# uname -a
Linux localhost 3.10.19-WR6.0.0.0_standard #1 SMP PREEMPT Mon Nov 25 10:38:47 CST 2013 armv7l GNU/Linux
1. configure and build project
--enable-kernel=standard --enable-rootfs=glibc_std --enable-jobs=8 --enable-parallel-pkgbuilds=8 --enable-test
2. follow the test log in Symptom Details