This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/11282] New: FAIL: RUNTIME1 was cached


The following tests fails:

Running /home/mark/src/systemtap/testsuite/systemtap.base/cache.exp ...
[...]
Pass 1: parsed user script and 65 library script(s) using 84412virt/20504res/253
2shr kb, in 180usr/10sys/188real ms.
Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) usin
g 84808virt/21224res/2844shr kb, in 10usr/0sys/7real ms.
/usr/local/build/systemtap-obj/testsuite/.cache_test-root/cache/1f/stap_1f0a2a26
f9b907ea079e260f1d342d60_77.ko
Pass 3: using cached /usr/local/build/systemtap-obj/testsuite/.cache_test-root/c
ache/1f/stap_1f0a2a26f9b907ea079e260f1d342d60_77.c
Pass 4: using cached /usr/local/build/systemtap-obj/testsuite/.cache_test-root/c
ache/1f/stap_1f0a2a26f9b907ea079e260f1d342d60_77.ko
FAIL: RUNTIME1 was cached

Since the following commit:

commit 0d1ad607311857dc0b4666ce8a84c1a59c615ab9
Author: Wenji Huang <wenji.huang@oracle.com>
Date:   Wed Feb 3 10:21:24 2010 +0800

    PR9931: generate log to help diagnosing occasional cache hash collisions
    
    Ideas from Frank Ch. Eigler:
    - extending the hash.add() function to pass names along with the
      hash-mix values, so that class hash can internally track the
      hash-report string
    - storing the reports themselves in the cache, beside the .ko / .c
      files, and changing the cache-size-limit logic to delete
      these .txt files upon garbage collection
    
    * hash.h : New member parm_stream.
    * hash.cxx (get_parms): New function to convert parms stream to string.
      (hash::add): Aggregrate parms stream.
      (create_hash_log): New function to log hash operation.
      (find_*_hash): Log hash at the end of function.
    * cache.cxx (clean_cache): Remove log when cache reaches limitation.

-- 
           Summary: FAIL: RUNTIME1 was cached
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mjw at redhat dot com
                CC: wenji dot huang at oracle dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=11282

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]