Skip to main content
Participating Frequently
February 10, 2010
Question

cfdump reveals incorrect results

  • February 10, 2010
  • 2 replies
  • 473 views

After much digging around in code to make sure it wasn't something we did I discoverd that cfc instances that we have cached in the session scope are having methods from other session based cfc instances stuffed into them automatically.  While this bleed of methods from other cfc's appears in a cfdump the methods can not be invoked.  Upon trying to invoke one of these bled over methods the error received is: Function does not exist.  This leads me to believe that the methods are not really bleeding over but instead I believe its has something to do with a problem with cfdump in CF9.  This issue did not exist in CF7.

    This topic has been closed for replies.

    2 replies

    Inspiring
    February 10, 2010

    This leads me to believe that the methods are not really bleeding over but instead I believe its has something to do with a problem with cfdump in CF9.

    It is.  I cannot find a public-facing reference to this issue, but I know it's a bug in CF9.

    --

    Adam

    BKBK
    Community Expert
    Community Expert
    February 10, 2010

    I think you should narrow your example down to a much smaller file. I couldn't make head or tail of a 10 megabyte web page containing a hundred sections.

    Participating Frequently
    February 11, 2010

    Holy macaroni!!!  I did not realize that CFDUMP was appending to the file I was writing out. There was supposed to be one of those dumps in there!  I think the answer I got after your post takes care of my suspicions however.  Sorry for that file size! Hehe...