Skip to main content
Participating Frequently
April 26, 2010
Question

Contstant slowdown and crashes

  • April 26, 2010
  • 1 reply
  • 1119 views

Hi there

I am running the final release, licensed version of CF Builder.  I love the features, but it is SLOW to respond, I can sometimes wait up to 20-30 seconds for a keystroke to appear on the screen.  On top of that, CF Builder crashes every single time I try to open some of my larger .cfm files.

The memory heap runs at 40-50mb of 126mb used at startup and jumps up to between 80-100 used when I have 2 or 3 files open and am actively working and response gets worse and worse until crashing.

I have tried the various suggested settings and checkboxes in preferences etc. to no avail.

I am running Mac Snow Leopard, 3.06ghz core 2 duo with 4gb of ram and the standalone installation of CF Builder.

Any suggestions would be appreciated.

It's not a time machine issue, and I have already checked internal Firefox browser issue, have no other plugins installed.  I do not have Flash Builder installed.

Thanks for your time

This topic has been closed for replies.

1 reply

Dipanwita_S
Inspiring
April 27, 2010

Hi,

When you hit upon this issue next time, you can go to http://www.adaptj.com/main/download and use 'Launch StackTrace' to get the stacktrace for CFBuilder. Please email the stacktrace to us at dsarkar@adobe.com so that we can investigate the issue.

Thanks,

Dipanwita

Adobe ColdFusion Builder Team

Participating Frequently
April 27, 2010

Thank you for your response... I did send an email, but all I got from a thread dump on the CFB process ID was the following, which means nothing to me

79230 /Applications/Adobe ColdFusion Builder/CFBuilder.app/Contents/MacOS/cfbuilder -psn_0_5342488

COMMAND

/Applications/Adobe ColdFusion Builder/CFBuilder.app/Contents/MacOS/cfbuilder -psn_0_5342488

org.adaptj.bg: Cannot run program "gdb": error=2, No such file or directory

at org.adaptj.S.a(Unknown Source)

at org.adaptj.gui.aT.a(Unknown Source)

at org.adaptj.l.a_(Unknown Source)

at org.adaptj.bz.a(Unknown Source)

at org.adaptj.gui.aW.a(Unknown Source)

at org.adaptj.gui.aW.run(Unknown Source)

Cheers

Participant
May 4, 2010

It sounds like you don't have the Apple developer tools installed (xcode) which contains the OS X binary for the GNU debugger (GDB).

It's free (for now at least #$@#$ Apple) to register, but be prepared for a 700mb+ download.

Once you get registered you can download xcode 3.2.2 from here:

http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wo/5.1.17.2.1.3.3.1.0.1.1.0.3.3.3.3.1

Good luck!