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
  • 相关阅读:
    [整理]Win下好用的Markdown工具
    tcpip http socket
    [整理].net中的延迟初始化器
    [整理]ASP.NET WEB API 2学习
    [整理]ASP.NET MVC 5
    [转载]AngularJS 指令 用法
    [整理]HTML5 WebSocket
    [整理]CSS3 滤镜
    [整理]WebAPP开发的框架
    [整理]AngularJS移动端开发遇到的问题
  • 原文地址:https://www.cnblogs.com/zengtx/p/6879123.html
Copyright © 2011-2022 走看看