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
  • 相关阅读:
    围棋术语中英文对照
    修改grub及console的分别率 Linux-Ubuntu
    内核crash (Linux)
    pthread_create build
    内联函数定义的关键字inline及由此产生的编译问题简析
    debian家族重量级成员Ubuntu 20.04下载链接开启了。。。
    stm32 GPIO 输出配置参照
    Linux安装应用程序后,点击图标没法应,怎么解决呢?
    c语言中的引用使用
    QA Issue: PN: startUp is upper case, this can result in unexpected behavior. [uppercase-pn]
  • 原文地址:https://www.cnblogs.com/zengtx/p/6879123.html
Copyright © 2011-2022 走看看