Skip Menu |

This queue is for tickets about the B-Generate CPAN distribution.

Report information
The Basics
Id: 69352
Status: resolved
Priority: 0/
Queue: B-Generate

People
Owner: Nobody in particular
Requestors: justincase [...] yopmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)

Attachments
perl5.14.1_2011-07-19-014100_coredump.crash



Subject: segfaults on mac osx
builds ok, but all tests result in a segfault. $ perl -E 'say $^V' v5.14.1 $ uname -prsv Darwin 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 it looks like others are experiencing this also: http://www.cpantesters.org/distro/B/B-Generate.html#B-Generate-1.36?grade=3&perlmat=2&patches=2&oncpan=2&distmat=2&perlver=ALL&osname=ALL&version=1.36
From: justincase [...] yopmail.com
haven't been able to make osx produce a core dump to examine, but the crash report looks like it might contain some useful info. attached.
Subject: perl5.14.1_2011-07-19-014100_coredump.crash

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #69352] segfaults on mac osx
Date: Thu, 21 Jul 2011 08:25:45 +0200
To: bug-B-Generate [...] rt.cpan.org
From: Reini Urban <rurban [...] x-ray.at>
2011/7/19 Justin Case via RT <bug-B-Generate@rt.cpan.org>: Show quoted text
>       Queue: B-Generate >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=69352 > > > haven't been able to make osx produce a core dump to examine, but the > crash report looks like it might contain some useful info. attached.
Yes.I can reproduce it, and already working on it. The markstack_ptr is zero in the boot function, so it crashes, but only on macosx, and only at some perl combinations, with no particular pattern. Very strange. -- Reini Urban http://phpwiki.org/           http://murbreak.at/
From: rurban [...] x-ray.at
Am Do 21. Jul 2011, 02:26:00, rurban@x-ray.at schrieb: Show quoted text
> 2011/7/19 Justin Case via RT <bug-B-Generate@rt.cpan.org>:
> >       Queue: B-Generate > >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=69352 > > > > > haven't been able to make osx produce a core dump to examine, but the > > crash report looks like it might contain some useful info. attached.
> > Yes.I can reproduce it, and already working on it. > > The markstack_ptr is zero in the boot function, so it crashes, but > only on macosx, and only at some perl combinations, with no particular > pattern. > > Very strange.
Sorry, not yet fixed for 1.37 for some macosx builds. I get a failure in find_cv and the overall bootstrap crash described above. darwin-5.12.3-m:Result: FAIL darwin-5.14.0d:Result: FAIL darwin-5.14.0d-m:Result: FAIL darwin-5.15.0-m:Result: FAIL darwin-5.15.1-nt:Result: FAIL cygwin-5.10.1:Result: PASS cygwin-5.10.1d-nt:Result: PASS cygwin-5.12.2-nt:Result: PASS cygwin-5.12.2d:Result: PASS cygwin-5.13.10d:Result: PASS cygwin-5.14.0d-m:Result: PASS cygwin-5.14.0d-nt:Result: PASS cygwin-5.14.1:Result: PASS cygwin-5.15.0d-nt:Result: PASS cygwin-5.8.9d-nt:Result: PASS darwin-5.10.0-m:Result: PASS darwin-5.10.1d-nt:Result: PASS darwin-5.14.1-nt:Result: PASS darwin-5.14.1d-nt:Result: PASS darwin-5.15.0d-m:Result: PASS darwin-5.8.9:Result: PASS
This crash was at least fixed with 1.40. -- Reini Urban