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/11825] New: The piece we want is part of a computed value!


While working on a testcase for rhbz#616040 I didn't manage to duplicate it, but
I did produce something that triggers this part of loc2c.c (location_relative):

            case loc_value:
              /* The piece we want is part of a computed value! */
              /* XXX implement me! */

            default:
              abort ();

Compile attached testcase with: gcc vta-test.c -g -O2 -o vta-test-default.exe
Run with: stap -e 'probe process("./vta-test-default.exe").mark("t?") {
printf("i: 0x%x\n", $c->i) }' -c ./vta-test-default.exe

-- 
           Summary: The piece we want is part of a computed value!
           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: roland at redhat dot com


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

------- 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]