zoukankan      html  css  js  c++  java
  • 带组装寻找bug(1)

    查看SFI-1_cmm02node13_1495096946.out文件,发现调用了SFIEvent.cxx中的build函数,其中大多数build event含有138pages, 但是还出现了一些build event只有10pages. 

    DEBUG_3 2017-May-18 16:45:26 [eformat::write::FullEventFragment* SFIEvent::build(...) at SFI/src/SFIEvent.cxx:518] The built event consists of 10 pages. LVL1ID: 462
    DEBUG_3 2017-May-18 16:45:26 [eformat::write::FullEventFragment* SFIEvent::build(...) at SFI/src/SFIEvent.cxx:518] The built event consists of 10 pages. LVL1ID: 463
    DEBUG_3 2017-May-18 16:45:31 [eformat::write::FullEventFragment* SFIEvent::build(...) at SFI/src/SFIEvent.cxx:518] The built event consists of 10 pages. LVL1ID: 464
    DEBUG_3 2017-May-18 16:45:31 [eformat::write::FullEventFragment* SFIEvent::build(...) at SFI/src/SFIEvent.cxx:518] The built event consists of 10 pages. LVL1ID: 465
    DEBUG_3 2017-May-18 16:45:31 [eformat::write::FullEventFragment* SFIEvent::build(...) at SFI/src/SFIEvent.cxx:518] The built event consists of 10 pages. LVL1ID: 466
    DEBUG_3 2017-May-18 16:45:41 [eformat::write::FullEventFragment* SFIEvent::build(...) at SFI/src/SFIEvent.cxx:518] The built event consists of 10 pages. LVL1ID: 467
    DEBUG_3 2017-May-18 16:45:41 [eformat::write::FullEventFragment* SFIEvent::build(...) at SFI/src/SFIEvent.cxx:518] The built event consists of 10 pages. LVL1ID: 468

    这些只含有10pages的event对应的L1id号正好是SFI的err文件里对应的事例:

    WARNING 2017-May-18 16:45:26 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 462
    WARNING 2017-May-18 16:45:26 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 463
    WARNING 2017-May-18 16:45:31 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 464
    WARNING 2017-May-18 16:45:31 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 465
    WARNING 2017-May-18 16:45:31 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 466
    WARNING 2017-May-18 16:45:41 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 467
    WARNING 2017-May-18 16:45:41 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 468
  • 相关阅读:
    oracle 巡检脚本(自动化) 规格严格
    应用版日常linux系统巡检shell脚本 规格严格
    linux系统巡检脚本 规格严格
    超级详细RPM 规格严格
    项目管理纪实一:需求调研日志
    其实你不懂程序员
    Silverlight同步(Synchronous)调用WCF服务
    GeoServer地图开发解决方案(一):环境搭建篇
    新年新起点荣获2011年度Silverlight方向Microsoft® MVP奖
    工作中发现 VC 通过 Flex 访问 FusionChart for FLEX 当VC端的驱动数据串过长时,会出现 No Data to Display错误
  • 原文地址:https://www.cnblogs.com/zengtx/p/6879123.html
Copyright © 2011-2022 走看看