From: chromatic <[EMAIL PROTECTED]>
   Date: Sun, 2 Mar 2008 01:10:02 -0800

   On Saturday 01 March 2008 20:23:08 Bob Rogers wrote:

   >    r26053 produces the segfault shown below, which looks like another
   > case of trying to compare the HLL name "lisp" to something corrupted
   > from the HLL name-to-ID hash.  (FWIW, it was still broken as of r26165.)
   >
   >    However, if I revert the src/pmc/string.pmc change, it works again,
   > and also in r26175.

   How's r26170?  I expect that to work and r26169 to fail.  That is, hopefully 
   the changes I made to HLL storage in r26170 squashed this for good, at least 
   until we get our constant/GC problems solved.

I can't try those revisions just now because of this error:

        [EMAIL PROTECTED]> svn up -r 26169
        svn: PROPFIND request failed on '/parrot/trunk'
        svn: PROPFIND of '/parrot/trunk': SSL negotiation failed: SSL error: 
unknown protocol (https://svn.perl.org)
        [EMAIL PROTECTED]> 

But if I revert string.pmc in r26175 (the one experiment I didn't bother
trying), it does in fact work, so it looks like you did fix this
earlier.  Sorry for the noise.

   Do you have any dynPMCs, especially of the String kind?  If so, do
   they map to any internal PMCs?

   -- c

For the record, I have only a Character PMC, which just "extends
scalar".

                                        -- Bob

Reply via email to