On Sun Aug 03 19:47:09 2008, [EMAIL PROTECTED] wrote:
> On Sat Aug 02 20:08:36 2008, tetragon wrote:
> > The Configure test for MMX on Intel chips
>
> Was this a test in t/configure/? t/steps/? or during Configure.pl itself?
>
During Configure.pl. I can reproduce this on the command line by
On Sat Aug 02 14:38:57 2008, tetragon wrote:
> Using a lightly modified config (RT#57532), I got parrot to build as a
> 64-bit Intel binary on OS X. One of a series of segfaults encountered
> appears to be triggered in Parrot_memalign in
> config/gen/platform/darwin/memalign.c (if gdb is to be bel
I've stopped the crashes that appear related to this on my box with the
attached patch.
config/gen/platform/darwin/memalign.c has a few unsigned variables that were
being
implicitly handled as (32-bit) ints, those variables are actually used as (or
in the calculation of)
memory addresses. N
This is the patch that I'm currently using to get Configure.pl to ignore
-arch flags in the Perl 5 config on Darwin.
Index: config/init/defaults.pm
===
--- config/init/defaults.pm (revision 26775)
+++ config/init/defaults.pm (w
I have just noticed that the trace I posted earlier is one the two
different crash logs that I have seen come out of this. Once in a rare
while, this test doesn't crash, but instead prints two error messages;
the earlier trace is from the one message variant. This next trace is
the no message, tw
On Mon Apr 21 23:55:10 2008, [EMAIL PROTECTED] wrote:
> chunk should never be 0x11. Does this patch fix things for you?
Lets the build complete, but a similar crash (similar stack frames, different
addresses) occurs
when running t/op/sprintf.t when subtest 174 is reached.
> If not, you might
On Thu May 22 21:08:01 2008, [EMAIL PROTECTED] wrote:
> On Wednesday 21 May 2008 13:04:29 NotFound wrote:
> > Changed several casts and removed 'extern' is several places in
> > congruence with the changed meaning of the macros.
>
> Hi,
>
> Sounds like this part of the patch has some portability
On Thu May 29 04:18:35 2008, [EMAIL PROTECTED] wrote:
> We have another patch pending to config/init/hints/darwin.pm from
> tetragon
> (http://rt.perl.org/rt3/Ticket/Attachment/412932/187608/arch-config-
> patch_v2.txt).
> Since both patches reference ld_load_flags, I wonder if you could try
> out
On Wed Jun 25 04:25:34 2008, [EMAIL PROTECTED] wrote:
> On Tue Jun 24 19:15:24 2008, tetragon wrote:
> > The switch to using $(PERLDOC) in docs/Makefile without defining
> > PERLDOC anywhere breaks my build.
>
> I'm not sure which "switch" you're referring to. What appears to me to
> be the rel