Package: valgrind
Version: 1:3.20.0-2.1
Severity: minor

test.mk
        all:
                sleep 2

Test call:

        remake -P --trace=full -f test.mk all

        Created callgrind profiling data file: ...callgrind.out.4127732

Bug:
        callgrind_annotate callgrind.out.4127732 &> test.log

        cat test.log

Use of uninitialized value $y in numeric eq (==) at /usr/bin/callgrind_annotate 
line 234.
Use of uninitialized value $y in numeric eq (==) at /usr/bin/callgrind_annotate 
line 234, <INPUTFILE> line 1.
Use of uninitialized value $y in numeric eq (==) at /usr/bin/callgrind_annotate 
line 234.
--------------------------------------------------------------------------------
Profile data file 'callgrind.out.4127732' (creator: remake 4.3+dbg-1.6)
--------------------------------------------------------------------------------
Trigger: Normal program termination
Node: Targets
Profiled target:  remake -P --trace=full -f t.mk all (PID 4127732)
Events recorded:  Wt Rt
Events shown:     Wt Rt
Event sort order: Wt Rt
Thresholds:       99 0
Include dirs:     
User annotated:   
Auto-annotation:  on

--------------------------------------------------------------------------------
Wt                 Rt 
--------------------------------------------------------------------------------
1,102,009 (100.0%) .           PROGRAM TOTALS

--------------------------------------------------------------------------------
Wt                 Rt                  file:function
--------------------------------------------------------------------------------
1,078,194 (97.84%) 1,075,766 ( 0.00%)  t.mk:all

--------------------------------------------------------------------------------
-- Auto-annotated source: t.mk
--------------------------------------------------------------------------------
Wt                 Rt                 

1,078,194 (97.84%) 1,075,766 ( 0.00%)  all:
        .                  .            sleep 1

--------------------------------------------------------------------------------
Wt                 Rt                 
--------------------------------------------------------------------------------
1,078,194 (97.84%) 1,075,766 ( 0.00%)  events annotated




-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-6-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages valgrind depends on:
ii  libc6      2.37-15
ii  libc6-dbg  2.37-15

Versions of packages valgrind recommends:
ii  gdb           13.2-1
pn  valgrind-dbg  <none>

Versions of packages valgrind suggests:
pn  kcachegrind   <none>
pn  valgrind-mpi  <none>

-- no debconf information

Reply via email to