Re: WOLips crash that makes my macbook fans go wild

From: Mike Schrag (mschra..dimension.com)
Date: Thu Mar 13 2008 - 00:24:11 EDT

  • Next message: Louis Demers: "Re: WOLips crash that makes my macbook fans go wild"

    > Actually, It seems to loop on the same stack trace. The messages I
    > sent before were indeed just a recurrent part. But the whole stack
    > trace has more than 700 lines and keeps repeating.... I attached a
    > compressed file of one complete stack trace (compressed)
    Oh -- forgot to respond ... Two things:

    1) SwitchableString's API is invalid XML ... Paul has the comment
    above the document type definition, but nothing can appear before
    that. It has to be below the document type. If you move the type
    definition up to the top, that should make it a well-formed document.

    2) I committed quite a bit more defensive checks in. I don't know
    EXACTLY why that was infinite looping, but I suspect it was because an
    exception was being thrown trying to set the value, but the inspector
    was still attempting to refresh itself and it went into freak mode.
    Grab a new nightly tomorrow and see if you have better success. This
    actually also revealed a failure in the caching of API files -- when
    parsing failed, it didn't cache the fact that it was broken, so it
    just kept trying to reparse it ALOT.

    ms



    This archive was generated by hypermail 2.0.0 : Thu Mar 13 2008 - 00:25:17 EDT