swebb2066 commented on PR #492: URL: https://github.com/apache/logging-log4cxx/pull/492#issuecomment-2764940239
> What compiler did you generate the new ABI dump file with? I used g++ 11.4.0 to generate the new ABI dump file using the rel/v1.2.0 source code, i.e. the same version used to build this branch. This was to ensure a change in compiler version was not the issue. Using gdb to disassemble a call to `log4cxx::Hierarcchy::ensureIsConfigured` in rel/v1.2.0 and this branch shows the same registers (rsi, rdi) are used. So the problem is abi-dumper.pl not correctly processing the output of `eu-readelf` for recent g++ versions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org