Re: invalid preprocessing directive #cmod_define
"Tobias S. Josefowitz" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAEZM=bOdxNB-d=XO4AsXfYLf3=S+_WwRoTmTmnGm=5LQOGgs_A@mail.gmail.com> |
On Mon, Nov 17, 2014 at 3:40 PM, Henrik Grubbström <[email protected]> wrote: > On Fri, 7 Nov 2014, Fredrik Pasanen @ Pike importm?te f?r mailinglistan > wrote: > Looks like inttree.cmod was precompiled with an old pike. Ah, we happened to get a chance to fix this on the #pike IRC channel. The root cause was that the system in question runs a gentoo in hardened profile and does not allow to mark dynamically allocated memory as executable, and thus the in-tree Pike just died. Tobi