[
https://issues.apache.org/jira/browse/GEODE-9154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17322365#comment-17322365
]
ASF subversion and git services commented on GEODE-9154:
--------------------------------------------------------
Commit 66d7cf343bd6dd40bed1e561a2ee9d157169fe81 in geode-native's branch
refs/heads/develop from Blake Bender
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=66d7cf3 ]
GEODE-9154: Accept hex format for pointers in gnmsg, as well as decimal (#785)
- printf output for "%p" appears to have changed, need to accomodate this
Co-authored-by: Blake Bender <[email protected]>
> gnmsg not working with latest Mac tools
> ---------------------------------------
>
> Key: GEODE-9154
> URL: https://issues.apache.org/jira/browse/GEODE-9154
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Blake Bender
> Assignee: Blake Bender
> Priority: Major
> Labels: pull-request-available
>
> Sometime recently (Big Sur upgrade), the output for formatting a pointer with
> "%p" in clang appears to have gone from a decimal integer to hex with a "0x"
> prefix. This broke the regexes used in gnmsg to detect message output in the
> logs. Need to modify the regexes for messages to accept either an integer or
> hex, with or without "0x" prefix, to make this as flexible as possible going
> forward.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)