Changes between Initial Version and Version 1 of Ticket #31384, comment 6


Ignore:
Timestamp:
Sep 19, 2012, 5:42:07 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31384, comment 6

    initial v1  
    33There's a problem with Pike compiled against newer versions of GCC/Xcode that have machine-code enabled. This problem causes segfaults very much like this. The problem is resolved in the newest development versions of pike, but the solution for 7.8 is to build with the --without-machine-code configure flag:
    44
     5{{{
    56make CONFIGUREARGS="--without-machine-code"
     7}}}
    68
    79Also, a new 7.8 release (7.8.696) should be out within the week.