Skip to main content
Known Participant
August 19, 2014
Question

CFB 3 Freezes when I edit a particular file

  • August 19, 2014
  • 4 replies
  • 1241 views

I thought CFB 3 was going to be good for me, but the more I use it the more I am finding strange behaviors.  Lately I have one particular file that is quite large that keeps crashing whenever I try to edit it.  I have to open that particular file in another program and make my changes.  The rest of my site is working well so far, but that page (Coldfusion Component page) makes CFB 3 hang forever.  I have to force a shutdown.

If anyone knows, where can I pull up any log files that will help me know what might be the cause to help submit a bug?  I would love to get this fixed, but not sure how to reproduce or find what caused it.

This topic has been closed for replies.

4 replies

New Participant
May 4, 2016

Couldn't track down exact cause but shifting around some javascript code helped me. I have no doubt that I was coding the script incorrectly but it would be nice if the parser was more robust so that it doesn't get stuck (I am only talking about 650 lines of script, 85% of which is html and javascript).  Fortunately, if you wait long enough the IDE does become responsive again.

RLS
Inspiring
July 7, 2015

I have been having this same exact problem editing a legacy 15,700+ line program, and trying to edit SQL inside of <CFQUERY> where the original programmer's made liberal use of -- comments.

I did HenWeigh99's suggestion and turned off Code Assist.  Voila!  Problem solved.

Thank you!

Homestar9
Inspiring
September 17, 2014

Yes. I also get crashes in CFBuilder when editing SQL.  I just tried editing preferences ColdFusion > Profiles > Editor > Code Assist and turned off "Automatically Display SQL Code Assist When Typing" to see if that helps.  Let me know if that helps anyone else or not.

Carl Von Stetten
Legend
August 19, 2014

By chance, does it crash when trying to edit SQL within a <cfquery> tag?  I was having that issue repeatedly last week.

-Carl V.

Perkley1Author
Known Participant
August 20, 2014

Yes, that is where I seem to be trying to add code is within a query.  Did you find a solution?

Carl Von Stetten
Legend
August 20, 2014

It seemed to happen more often when the query had "--" style SQL comments in it.  Removing the comment solved the problem.  I just entered bug 3809129 to report this issue.  Please vote it up.

-Carl V.