Opened 6 months ago
Last modified 6 months ago
#18904 new bug
PAGE_xxx_TRACING not available
Reported by: | adumerat | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/Kernel | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
following ticket #18860 ... enabling TRACE in tracing_config.h leads to multiple build issues, including %ld vs %d str formatting, AddDump prototypes issues, VMCache const qualifiers issues, etc.
Attachments (1)
Change History (2)
comment:1 by , 6 months ago
Component: | - General → System/Kernel |
---|---|
Keywords: | trace outdated code removed |
Note:
See TracTickets
for help on using tickets.
A number of these look like 32/64 bit issues. To fix them properly you will need to use the B_PRI macros instead of raw format specifiers.
(For the next version of the patchset, can you post it to Gerrit directly?)