[exim-dev] [Bug 2405] ${eval:} expansion on 32b platform beh…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 2405] New: ${eval:} expansion on x86 behaves weird
Subject: [exim-dev] [Bug 2405] ${eval:} expansion on 32b platform behaves weird
https://bugs.exim.org/show_bug.cgi?id=2405

--- Comment #2 from Andreas Metzler <eximusers@???> ---
(In reply to nrittner from comment #0)
> according to v4.92 changelog, "{eval } now uses 64-bit values on supporting
> platforms.".
> however, on x86 ${eval } seems to be somehow broken now:

[...]
> $ exim -be '${eval:0}'
> -4633992498014846976


> system is gentoo with kernel 4.14.65, glibc 2.29.


Hello,

Does this only show up with 32bit kernel? With 32bit userland/64bit kernel I do
not see the error:
(i386sid)root@argenau:/# uname -a
Linux argenau 4.19.0-5-amd64 #1 SMP Debian 4.19.37-3 (2019-05-15) x86_64
GNU/Linux
(i386sid)root@argenau:/# dpkg-architecture | head -n1
DEB_BUILD_ARCH=i386
(i386sid)root@argenau:/# dpkg -s exim4-daemon-light | grep -E '^Vers|^Arch'
Architecture: i386
Version: 4.92-7
(i386sid)root@argenau:/# exim -be '${eval:0}'
0

--
You are receiving this mail because:
You are on the CC list for the bug.