Bug搬运工-Forerunner CRC error on 54SG/53SG3 triggers watchdog timeout crash

这个bug,一般是设备4948 Crash的情况:

标志1:Error Message C4K_SUPERVISOR-2-SOFTERROR: memory inconsistency detected

标志2:Tatooine CRC Error

Bug细节:

Forerunner CRC error on 54SG/53SG3 triggers watchdog timeout crash

CSCtk75675

Description

Symptom:
Switch can crash with an Watchdog NMI Vector 000 and CRC error.

Conditions:

1) Applies to Sup6-E, 4900M, Sup6L-E, 4948-E
2) IOS 12.2(50)SG OR 12.2(53)SG3 OR 12.2(54)SG only
3) "%C4K_SUPERVISOR-2-FPGASOFTERROR: Memory inconsistency detected" have
appeared on the switch followed by link flaps and pluggable insertion/removal on uplinks
4) On 4900M affected ports are baseboard ports
5) On 4948-E affected ports are all ports

Workaround:
1) Reload the switch as soon as "%C4K_SUPERVISOR-2-FPGASOFTERROR: Memory
inconsistency detected" messages appear.

2) Upgrade to 12.2(54)SG1 OR 12.2(53)SG4 (and higher) OR 15.0(02)SG (and
higher)

Further Problem Description:
"%C4K_SUPERVISOR-2-FPGASOFTERROR: Memory inconsistency detected" is due to a
legitimate parity error occurring on a device on the supervisor. The switch
should be reloaded at the next available maintenance window.

原文地址:https://www.cnblogs.com/MomentsLee/p/11802610.html

时间: 2025-01-13 08:48:33

Bug搬运工-Forerunner CRC error on 54SG/53SG3 triggers watchdog timeout crash的相关文章

【MySQL案例】error.log的Warning:If a crash happens thisconfiguration does not guarantee that the relay lo

1.1.1. If a crash happens thisconfiguration does not guarantee that the relay log info will be consistent [环境描述] msyql5.6.14 [报错信息] mysql的slave启动时,error.log中出现Warning警告: [Warning] Slave SQL: If a crash happensthis configuration does not guarantee tha

IOS bug之Code Sign error:Provisioning profile

刚才解决一个版本冲突的bug,记在了博客里,这让我想起了另外一个bug,当时犹豫公司的开发者账号过期了,我打开应用运行时提示Code Sign error:Provisioning profile  'XXXX...' ,百度了好久,最后又问的石头才把问题解决 1.更新证书 2.重新设置参数 今天看博客发现有一个解决方法 具体参考 :http://blog.csdn.net/guo_hongjun1611/article/details/8063009

Bug搬运工-CSCvb29354-1810 OEAP cannot join vWLC

AP1810不支持注册到vWLC,但是有些文档写的可以支持,这是一个文档的bug,已经在新的文档中修正了. 1810 OEAP cannot join vWLC CSCvb29354 Description Symptom:vWLC rejects the 1810 OEAP configuration request giving error that its unsupported platform: *spamApTask1: xx:xx:xx:xx:xx:xx Unsupported P

BUG YII2.0 cURL error 6: Could not resolve host:

BUG描述:登录直接显示 原因:服务器设置端口权限,或者DNS毛病 解决方案:只能去服务器端设置,配置端口 DNS: 修改dns 114.114.114.114 或者 8.8.8.8

BUG搬运工:CSCvp31778-3802 apsw_watchdog: WARNING: System memory is running low

如下bug主要针对Cisco COS AP比如18.28.38... 主要现象: AP上连关联的终端显示的是信号满格,但是无法访问内网,所有的终端都这样,只有重启AP后才可以解决. 频率: 这种现象有时候不定期,有时候好多天都不会发生,频率不高. 具体BUG: 3802 apsw_watchdog: WARNING: System memory is running low CSCvp31778 Description Symptom:Clients on RUN state and with

libpng error: IHDR: CRC error

原本正常显示在主页端logo图片无法显示了,爆出如下错误: 查找原因如下: 原文地址:https://www.cnblogs.com/rohens-hbg/p/11904332.html

写给嵌入式程序员的循环冗余校验(CRC)算法入门引导

写给嵌入式程序员的循环冗余校验(CRC)算法入门引导 http://blog.csdn.net/liyuanbhu/article/details/7882789 前言 CRC校验(循环冗余校验)是数据通讯中最常采用的校验方式.在嵌入式软件开发中,经常要用到CRC 算法对各种数据进行校验.因此,掌握基本的CRC算法应是嵌入式程序员的基本技能.可是,我认识的嵌入式程序员中能真正掌握CRC算法的人却很少,平常在项目中见到的CRC的代码多数都是那种效率非常低下的实现方式. 其实,在网上有一篇介绍CRC

【转】循环冗余校验(CRC)算法入门引导

原文地址:循环冗余校验(CRC)算法入门引导 参考地址:https://en.wikipedia.org/wiki/Computation_of_cyclic_redundancy_checks#References  给出了CRC 计算的详细信息.想要深入学习,可以从这个网址开始.尤其是最后给出的 Reference 各个是精品 http://www.zorc.breitbandkatze.de/crc.html 是个非常有用的网站,文中给出的代码都与那里的结果进行了对比 写给嵌入式程序员的循

CSharp程序员学Android开发---3.Android内部元素不填充BUG

最近公司组织项目组成员开发一个Android项目的Demo,之前没有人有Andoid方面的开发经验,都是开发C#的. 虽说项目要求并不是很高,但是对于没有这方面经验的人来说,第一步是最困难的. 项目历时一个多月,4个人开发,最终行成一个可用的Demo,整体效果还非常不错.这其中借鉴了网上的“仿网易客户端的Demo”还有就是学习<疯狂Android>,收获颇多,这里利用几篇文章做一个项目经验总结,还有就是更多的从C# 程序员的观点来理解Android的一些异同之处. 文章目录: CSharp程序