Changes between Version 10 and Version 11 of Ticket #179

Show
Ignore:
Timestamp:
01/19/09 18:30:35 (13 years ago)
Author:
Infinoid
Comment:

I've just temporarily applied an equivalent patch to packfilefixupentry.pmc, in the hopes that it will make tomorrow's release go more smoothly. In the meantime, this is still an issue and I'm worried that it points to something wrong in the parrot internals.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #179

    • Property status changed from assigned to new
    • Property owner changed from rurban to Infinoid
  • Ticket #179 – description

    v10 v11  
    1 I've just temporarily applied an equivalent patch to packfilefixupentry.pmc, in the hopes that it will make tomorrow's release go more smoothly.  In the meantime, this is still an issue and I'm worried that it points to something wrong in the parrot internals. 
     1During make, the following occurs  
     2 
     3{{{  
     4Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross your fingers  
     5./miniparrot config_lib.pasm > runtime/parrot/include/config.fpmc  
     6Segmentation fault  
     7make: *** [runtime/parrot/include/config.fpmc] Error 139  
     8theckman@pegasus:~/code/parrot$ uname -a  
     9Linux pegasus 2.6.24-23-generic #1 SMP Thu Nov 27 18:13:46 UTC 2008 x86_64 GNU/Linux  
     10theckman@pegasus:~/code/parrot$ svn info  
     11Path: .  
     12URL: https://svn.perl.org/parrot/trunk  
     13Repository Root: https://svn.perl.org/parrot  
     14Repository UUID: d31e2699-5ff4-0310-a27c-f18f2fbe73fe  
     15Revision: 35610  
     16Node Kind: directory  
     17Schedule: normal  
     18Last Changed Author: Whiteknight  
     19Last Changed Rev: 35604  
     20Last Changed Date: 2009-01-15 17:28:28 -0500 (Thu, 15 Jan 2009)  
     21theckman@pegasus:~/code/parrot$ perl -v  
     22This is perl, v5.8.8 built for x86_64-linux-gnu-thread-multi  
     23Copyright 1987-2006, Larry Wall  
     24Perl may be copied only under the terms of either the Artistic License or the  
     25GNU General Public License, which may be found in the Perl 5 source kit.  
     26 
     27Complete documentation for Perl, including FAQ lists, should be found on  
     28this system using "man perl" or "perldoc perl".  If you have access to the  
     29Internet, point your browser at http://www.perl.org/, the Perl Home Page.  
     30 
     31}}}