CC 5.6 causes hang in Optimised mode

Hi ,
I have upgraded from CC 5.5 to CC 5.6 and my application hangs when compiled in optimised mode . If debug flags are used , it works fine .
It goes in a recursive mutex call and heres just a snippet of the hang :
23031: a.exe tdbgCwRIPDB1class_activate
fec15dd4 lwp_park (0, 0, 0)
fec11bb4 mutex_lock_queue (fec28b44, 0, ff2bd998, fec28000, 1, 79264) + 104
fec125b4 slow_lock (ff2bd998, febd0000, 1, ff2bd0dc, cc, 0) + 58
ff2369c8 __1cJcall_clcr6FpnGPClass__v_ (ff37447c, 1000, ff2b3868, ff2bd950, 140c, 1400) + 2c
Please can anyone help me , I have tried different optimisation flags but they dont help .
Thanks ,
--Dhanashri                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Get the latest C++ and "Compiler Common" patches here:
http://developers.sun.com/prodtech/cc/downloads/patches/index.html
If the problem does not go away, we will need a test case that demonstrates the problem. The best way to get the problem handled is through Sun Service, if you have a support contract.

Similar Messages

  • Caps Lock Keyboard "G" key causes hanging notes

    When I use Logic Pro 8s Caps Lock Keyboard the "G" key causes hanging notes. The only way I've found to end the hanging note is to start and stop the sequencer. This behaviour happens when auditioning instrument sounds and in Record or Record Ready mode.
    It's not a mechanical problem, as the "G" key doesn't cause multiple entries in text documents etc when pressed and released quickly. It only seems to be misbehaving inside of Logic itself, when using the Caps Lock Keyboard.
    Is anyone else having this trouble?
    Does anyone know why it happens and/or how to fix it?

    can someone help please?
    I opened up a new song, blank, and the caps lock keyboard worked fine.
    seems to be a problem with older songs, which leads me to think maybe its a setting i have changed, ie when playing with uc33 midi contoller.
    thankyou

  • External Firewire HDD causes hangs on my Mac Pro & HDD lag using finder

    External Firewire HDD causes hangs on my Mac Pro & HDD lag using finder.
    I have an 2008 Mac Pro 8 core 2.66hz, 10GB Mem, ATI HD4870 with 4 internal 1 TB Drives. I have 3 external HDDs (2 USB + 1 FW400). The 2 USB HDDs are for Time Machine and backups.
    The external FW HD is a 1TB bootable clone of my Internal 1 TB boot HDD.
    I have 2 problems ... somethimes when using finder or opening a folder, copying files, starting or quiting a program, I get the spinning beach ball that seems to hang the Mac.
    I power off the external FW HDD and everything starts to work. I get an error about the device going offline, I then power the FW HDD back on and all is good.
    It seems the external FW Drive tends to hang the system. It occurs pretty frequently.
    Any recommendations?
    The other issue is that when I use finder to go to a folder, I seem to have to wait for all these drive to spin up. You can hear them all start whirring.
    is there a way to remove that lag?

    If you recently moved to Snow Leopard you might look for new firmware for your external drive. I would also get DiskWarrior and run that on the external and consider programs like Drive Genius. You might also back it up and wipe it and restore the data. After that I'd consider looking at a new external.
    Sleeping drives that take time to spin up after waking....I'd like to learn how to stop that myself. Be sure the Energy Saver in System Preferences is set to not put drives to sleep when possible. Even then my drives will go to sleep and I have up to 6 external added at times and they take quite a while to all spin up. I've never found a way to prevent that.
    BTW...external USB drives on a MacPro? Really? Even for backup....

  • I have a problem that I can not load or even close the download in iTunes, it turns out I have hanging in the mode, and because of that I can't download from AppStore, because it turns out that the other programs I have on standby. What do I do? Thank you

    I have a problem that I can not load or even close the download in iTunes, it turns out I have hanging in the mode, and because of that I can't download from AppStore, because it turns out that the other programs I have on standby. What do I do? Thank you.

    If there are multiple apps trying to download at once, only one can download at a time and the rest say "Waiting" until it is then their turn. Try this. Double tap the icon of the Waiting app, and it should resume the download.
    If that doesn't work:
    •  Log out of your iTunes store account.  Go to Settings > Store > Sign Out Then press the Home button.
    • Then press and hold the Home and Sleep buttons simultaneously and don't release them when it brings up the Turn Off screen; keep holding them until the Apple logo appears.
    • After restart, the Waiting should be gone.
     Cheers, Tom

  • IPod hangs in diagnosties mode

    My iPod hangs in diagnosities mode...
    I doesn't respond to all buttons and I cannot reset it. what can I do ?

    If a reset doesn't help (and it may take several attempts), try restoring it.
    If that doesn't work, you may need to let the battery drain, then reset and recharge.

  • HT201210 my iphone hang on restore mode and error 1015

    my iphone 3 is hanging on restore mode and while restoring is showing error 1015

    Error 1015 indicates the phone was jailbroken. You can not get help here. Discussing jailbroken devices is forbidden by the terms of service.
    Jailbreaking voids the warranty and forfeits all rights to support from Apple and on these forums. You're on your own.

  • Programming NI-5122 in Visual Studio 2005 with multithread mode can cause hang

    Hello,
    I'm developing an application in Visual Studio 2005. I called NI-Scope APIs in a working thread. The software can talk to NI-5122 successfully, which I can see from NI-spy. However, after that, the UI hangs up. When I debug the program, Visual Studio tells me there is some deadlock among some threads. I attached the application used to reproduce this problem. To reproduce this problem, you just need to click the "Run" button on the dialog. Here is my developing settings.
    Hardware: NI-PCI-5122 digitizer (the device name is "Dev1" in MAX)
    Software: Windows XP+Visual Studio 2005+NI-Scope 3.3.0f0.
    Please advise.
    Thanks,
    Jucao Liang
    Attachments:
    Copy of MT_Test_NI_DGT_AWG.zip ‏136 KB

    Hi Jucao,
    Keep in mind that you just need to call this extra code once within the main thread.  I have modified your .cpp file by placing these calls in your CMT_Test_NI_DGT_AWGDlg:: OnInitDialog().
    Another solution is to call
    #include "ivi.h"
    IviConfigStoreHandle handle=NULL;
    Ivi_GetConfigStoreHandle(&handle);
    from the main thread.  To use this solution, you will need to be sure to link to the ivi.lib library.  The attached file has both workarounds in place, with the IviConfigStoreHandle method commented out.
    I hope this helps.
    Regards,
    Sean Close
    Product Support Engineer: High Speed Digitizers
    Message Edited by Sean C. on 05-24-2007 10:17 AM
    Attachments:
    MT_Test_NI_DGT_AWGDlg_Mod.cpp ‏5 KB
    MT_Test_NI_DGT_AWGDlg_Mod.cpp ‏5 KB

  • Upgrade for 7.7.1.11 caused iPod Touch to hang in recovery mode.

    Can anyone offer any tips on recoverying my iPod Touch from this issue?
    I have searched and found the articles on "holding the power and home buttons at the same time, then using iTunes restore", but iTunes WILL NOT RESTORE the iTouch! If fails with this error: The iPod "iPod" can not be restored. An unknown error occurred (6)."
    I cannot get windows to recognize the connection either.
    That will learn me...never trust update buttons, without checking for problem issues first!
    Please some iPod Touch/iTunes guru reply.
    Thanks,
    nitefisher

    I found the answer on an older post that was posted on the iTouch group.
    Use another computer with iTunes to recover/restore the iTouch from recovery mode.
    I guess being a newbie put me at a disadvantage.
    Thanks for the answer and opportunity to post.
    nitefisher

  • Streaming video causes hang

    Hello. My 15" Macbook Pro started hanging when playing streaming video. Early on it worked fine, and then occasionally Hulu would cause it to lock up, mostly in full screen mode. Now it's at the point where just about any streaming video in any browser whether full screen or not will cause a hang with seconds or at most a few minutes. The screen will go black and the last few miliseconds of audio will play in a loop. After forcing a shutdown the crash reporter comes up on restart, usually with a similar backtrace. Skype will also immediately crash the Mac. Non-streaming video plays fine. Anyone come across this?

    How large is your HD AND _how much space do you have left?_
    Make sure you have the latest versions for your OS of the following:
    RealPlayer
    Flip4Mac
    VLC Media Player
    Perian (AVI and FLV support)
    Adobe Flash Player Software
    Repair permissions & restart your computer after the installations.
    If you already have the mentioned players then do the following if you have not already done so:
    Boot up from your install DVD and run *"Repair Disk"* from the Utility menu.
    Boot up from your Tiger, Leopard or Snow Leopard Install DVD while holding down the "c" key.
    Select the language you wish to use, and then choose "Disk Utility" from the menu bar.
    Your HD should appear in a panel on the left hand side of the window which opens. Select it and then click on the "repair disk" button in the right hand section of the window.
    Once this process has been completed restart your computer and repair permissions directly from Disk Utility.
    If Disk Utility is unable to complete the repair, you will need to use a stronger 3rd party utility like DiskWarrior, Techtool PRO (not Deluxe) or Drive Genius.
    "Oh and also, I have the red light in the headphone port which I cannot get rid of,"
    Do a forum search for the solutions. This issue has been posted here numerous times.
    !http://i50.tinypic.com/izvwo1.gif!

  • JDeveloper 11.1.2.1.0  Hangs in Debug Mode Running in Windows 7 OS

    Hi All,
    i am working with JDeveloper 11.1.2.1.0 version,intel core i3 -2120 CPU,@3.30GHZ,4GB RAM, Windows 7 32 bit OS
    i am facing Jdeveloper Hangingness when loading BTF inside a popup and making a call to java code on any action if any debug point is avilable inside java file,JDeveloper is getting hanged and the only way to come out of this issue is by killing the process and restarting the JDeveloper.
    certain cases when integrated server is started with debug mode(intial startup ) also Jdeveloper is getting hanged and there is no way to get out of this except restart.
    if i see memory parameters from Java VisualVM console
    Heap is avilable
    and the other process are running with out any issue.
    is this problem is with configuration settigns ?
    what steps/settings/patches i need to follow to get out of this problem ?

    is this happening after removing the system folder also?

  • [Solved] Black screen after startx, GDM causes hang at boot

    So I followed the install guide and and have tried many google workarounds for the problem but none have worked. I am running a Toshiba Satellite e500 with Intel i5 which I assume comes with HD4000 graphics. I installed the  vesa drivers along with the xf86-video-intel drivers.  First startx caused the screen to stay black so I installed the GMD and then starting the computer would hang just after GRUB, and I cannot do anything further.... Any ideas?
    Last edited by wingsuit (2013-05-22 17:03:14)

    Try disabling GDM in systemd.  Boot to a console and log in.  If things are still working, start GDM from the console.  If that fails, switch too another console, log in, and kill GDM.  There now may be useful information on the original console.  Were it my system I would actually log in from to the console, start a tmux session, flip to a second console, log in, attach to the tmux session, and then start GDM.  While it is starting, flip back to the original console and watch the telemetry go by in the other tmux screen.

  • PS CC (since JAN 2014 update) Layer-mask editing causes hangs/crashes

    ONLY since JAN 2014 update, PS CC has been hanging/crashing when I paint/edit a layer mask. All may be well at first (or not), but suddenly the display of the mask (or mask overlay on the layer itself, as shown when hitting backslash key) is not shown in full but renders in s-l-o-w-l-y in rectilinear pieces <snapshot below was taken before video card upgraded but is still typical of what I mean>. When I view Windows' Task Manager for PS, I see my CPUs are each working at their upper limits (up to 80+-90+%), varying only by a few points, over a VERY long time... which could be MANY minutes. OR the System has decided PS is Not Responding.
    In any case, whenever this happens, it means in all practicality PS CC is not working, so I either kill it or it's crashed.
    Now, here's the thing: that VERY file, can immediately be opened in PS CS6 (which I have fortunately kept installed on my computer), and the mask will be as I thought it should be, and I can edit it as I always could, just fine! So it's obviously a PS CC thing, and I do NOT recall this happening prior to the JAN update. It is still a problem after the two subsequent updates.
    I have not been able to determine the specific instances when this happens, as it seems to happen whenever I am editing a mask, no matter what size/softness/color brush, what magnification, what view mode, many or few layers, big or small file, etc.
    I did upgrade my NVIDIA card (from GeForce GTX 260 [with current driver] to GTX660), just in case it was a factor (maybe kept it from crashing as fast? hard to tell... but it's still an unworkable problem). You can see from my Sys Info shown here from the PS CC Help menu  that it should be more than sufficient for any PS CC task, and it's running the latest driver:
    Adobe Photoshop Version: 14.2.1 (14.2.1 20140207.r.570 2014/02/07:23:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:14, Stepping:5 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 4
    Processor speed: 2664 MHz
    Built-in memory: 16379 MB
    Free memory: 12453 MB
    Memory available to Photoshop: 14697 MB
    Memory used by Photoshop: 60 %
    Image tile size: 1024K
    Image cache levels: 4
    Font Preview: Medium
    TextComposer: Latin
    Display: 1
    Display Bounds: top=0, left=0, bottom=1200, right=1920
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    NumGPUs=1
    gpu[0].OGLVersion="3.0"
    gpu[0].MemoryMB=2048
    gpu[0].RectTextureSize=16384
    gpu[0].Renderer="GeForce GTX 660/PCIe/SSE2"
    gpu[0].RendererID=4544
    gpu[0].Vendor="NVIDIA Corporation"
    gpu[0].VendorID=4318
    gpu[0].HasNPOTSupport=1
    gpu[0].DriverVersion="9.18.13.3221"
    gpu[0].Driver="nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um"
    gpu[0].DriverDate="20131219000000.000000-000"
    gpu[0].CompileProgramGLSL=1
    gpu[0].TestFrameBuffer=1
    gpu[0].OCLPresent=1
    gpu[0].OCLVersion="1.1"
    gpu[0].CUDASupported=1
    gpu[0].CUDAVersion="6.0.1"
    gpu[0].OCLBandwidth=1.16816e+011
    gpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="4.40 NVIDIA via Cg compiler"
    gpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[16384]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[4]
    gpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[192]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[32]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[32]
    gpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[4096]
    gpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[2048]
    gpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[124]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]
    I work on digital-photography files, and use a layer mask in almost every file, so this relatively-recent bug is a big PITA, having to switch back and forth between CS6 and CC!
    Until there's a fix... is there a way to roll-back my PS CC version to BEFORE the JAN 15, 2014 update?

    I am not qualified to comment on technical issues; I'm just a user whose son in IT is my 'technical support department.' (But he's not much of a PS user.)
    I'm pretty sure, however, that all my Prefs were set to the same things BEFORE the Jan 16, 2014 PS CC update as after (unless the update itself changed something I was unaware of... the settings APPEARED to be the same but I can't easily locate my notes of what my Prefs were from long ago).
    And they were the same as the PS CS6 I have had installed on this same system for a very long time, with older video card with older driver, with newer driver; newer video card with newest driver, etc. Yet after that CC update, CC has not (until this workaround) worked re 'the masking bug' for me, yet CS6 has always worked just the same.
    So I conclude that the only variable (other than the video card upgrade I did in an attempt to solve this and of course those Windows auto-updates) in this scenario IS something to do with PS *CC*, and after Jan 16, 2014.
    As for restarting the machine vs. restarting PS, well, PS is the major player of my system, so when I shut that (and LR) down, I might as well 'clean things up' by Restarting. BTW, I am in the habit of closing and reopening PS (CC or CS6) whenever I finish with a file and load another, in order to get back some of that memory which PS never seems to want to let go. (This is not new to the latest versions, I think. My son says it's a 'memory hog'? ;-) ) I track its memory use in Windows' Task Manager and find that seems to let it 'refresh' itself. (See, I told you I'm not a technical person. ;-) ) But I do not think this has anything to do with the bug. Just a quirk of PS. Like when a tool goes all wonky (for example, its little icon becomes just a 'plus' sign even though the tool is still performing correctly, it's telling me, I think, that it would like to be restarted. And that makes it feel all better... I mean, tool icon reappears.)
    Anyway... it's up to Adobe to figure out IF and what may be wrong with PS CC -- it still doesn't work for me as I had it configured at first, and I think it should, right? -- and to fix that... PLEASE. SOON.

  • Opening any web page causes hangs and multiple unresponsive scripts

    Any time I open up firefox, it hangs on nearly every webpage. After several minutes, an unresponsive script error will appear. Stopping the script does nothing the vast majority of the time. Most often, one to ten more unresponsive script errors will appear. I have already tried resetting firefox and running firefox in safe mode, neither of which helped the problem.

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • MAX communicat​ion hangs after Standby Mode(with GPIB PCMCIA)

    I have a IBM Laptop with MAX 2.2 and a GPIB PCMCIA Card installed. After booting the computer I can communicate with GPIB instruments without problems. After I get the Laptop out of a Standby Mode, MAX can not make any connection to GPIB devices; when I scan for Instruments it hangs as well.
    The troubleshooting wizard tells me: one or more GPIB interfaces failed.
    Does anyone have the same problems or solutions ?

    On the NI-488.2 2.0 download page it is mentioned that that driver does not support standby mode. No such mention is made on the download page for NI-488.2 version 1.7 (which I need to use for my PCMCIA-GPIB interface), although the 1.7 release shows very much the same problem: After stand-by, communication with the GPIB port is no longer possible.
    The Visual Basic example tool for preventing stand-by may help those users who are familiar with VB, but it does not help me.
    Frankly - what I'd like to see is an improved NI-488.2 version that does support stand-by. Does NI consider providing such an upgrade/patch?

  • Self join on dictionary view causes hanging

    Hi,
    I want to find out all tables which are referenced by a referential integrity constraint. For that I issue the following statement:
    select rc.TABLE_NAME as REF_TABLE_NAME
    from USER_CONSTRAINTS c, USER_CONSTRAINTS rc
    WHERE c.R_CONSTRAINT_NAME = rc.CONSTRAINT_NAME AND c.CONSTRAINT_TYPE = 'R' AND c.DELETE_RULE = 'NO_ACTION';
    This causes the session to hang. Why?
    Are there any other possibilities to solve this?
    many thanks,
    Balazs

    Thank you for your answers!
    I tried with another client (SQL Worksheet) and I realized, the query runs, but very slow. It takes about 30 sec to fetch three rows.
    cu,
    Balazs

Maybe you are looking for