Photoshop crashing left and right ("pointer being freed was not allocated")

I see a lot of posts about crashes on here but not a lot of useful replies. I'm hoping my try will yield something different.
I've been using PS for well over a decade and for the past few weeks suddenly Photoshop CS6 Extended is crashing at the drop of a hat. There isn't a single trigger. Sometimes it's opening a PSD. Most of the time it's when trying to save a PSD. Occasionally it's when trying to "Replace Contents" on a layer. Here and there it's when moving content on a layer. The one consistent thing is there is always a trigger. It's not just crashing when nothing is going on.
I have tried:
deleting "Adobe Photoshop CS6 Prefs.psp"
creating a new user (still crashes under them)
fixing disk permissions
verifying the memory is "OK"
I have not tried:
Reinstalling PS CS6 Extended
A clean reinstall of OSX
Gutting a chicken and reading the entrails
I am running:
OSX 10.9.2
Macbook Pro Retina
2.7 GHz Intel Core i7
16 GB 1600 MHz DDR3
Crash report begins this way:
Process:         Adobe Photoshop CS6 [26364]
Path:            /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
Identifier:      com.adobe.Photoshop
Version:         13.0.6 (13.0.6.54)
Code Type:       X86-64 (Native)
Parent Process:  launchd [420]
Responsible:     Adobe Photoshop CS6 [26364]
User ID:         501
Date/Time:       2014-05-21 17:05:03.584 -0700
OS Version:      Mac OS X 10.9.2 (13C1021)
Report Version:  11
Anonymous UUID:  A5E58A24-068B-CA3B-E336-55CFA24B720A
Sleep/Wake UUID: F844FCAB-D28A-423D-A997-089D64ECD28B
Crashed Thread:  0  Main Thread  Dispatch queue: com.apple.main-thread
Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
abort() called
*** error for object 0x12df69400: pointer being freed was not allocated

Thanks for the prompt reply. 10.9.3 updated.
Nothing I do will let me post the full crash log. I thought of breaking it up into chunks but I get lost in the Binary Images part and can't be sure where I left off. I put a copy up here: http://thomassola.com/crash02.txt

Similar Messages

  • Crashing on save "pointer being freed was not allocated"

    Since installing Snow Leopard, I have been having problems with all applications when saving, opening or browsing for files. Photoshop crashes 90% of the time when I save for web, Firefox crashes when I browse for a file to upload via a dialog box, etc.
    When I open Photoshop, I get a bunch of these messages in console:
    28/08/09 3:17:10 PM [0x0-0x24024].com.adobe.Photoshop[210] Adobe Photoshop CS4(210,0xa0aad500) malloc: * error for object 0x4b109e0: Non-aligned pointer being freed (2)
    28/08/09 3:17:10 PM [0x0-0x24024].com.adobe.Photoshop[210] * set a breakpoint in mallocerrorbreak to debug
    Then, when I try to save a file, I get these errors & then it crashes:
    28/08/09 3:27:55 PM [0x0-0x24024].com.adobe.Photoshop[210] Adobe Photoshop CS4(210,0xa0aad500) malloc: * error for object 0x29d0a310: pointer being freed was not allocated
    28/08/09 3:28:00 PM com.apple.launchd.peruser.501[76] ([0x0-0x24024].com.adobe.Photoshop[210]) Job appears to have crashed: Bus error
    I've tried reinstalling Snow Leopard twice, including a completely fresh install, and still get the same issue.

    i have the same problems, not only with Phohotshop:
    26.07.09 00:18:11 0x0–0x49049.com.adobe.Photoshop568 Adobe Photoshop CS4(568,0xa0b63500) malloc: * error for object 0x4b094e0: Non–aligned pointer being freed (2)
    11.08.09 18:27:13 0x0-0xdd0dd.org.mozilla.firefox4149 firefox-bin(4149,0xa088c500) malloc: * error for object 0x1cb266e0: pointer being freed was not allocated
    11.08.09 18:26:42 0x0-0xdb0db.org.webkit.nightly.WebKit4140 Safari(4140,0xa088c500) malloc: * error for object 0x1798dae0: pointer being freed was not allocated
    11.08.09 18:23:30 0x0-0xcf0cf.org.chromium.Chromium4084 Chromium(4084,0xa088c500) malloc: * error for object 0x1cbcf60: pointer being freed was not allocated
    Often it happens when I try to open or save file, i.e. after pressing the button in some File Dialog.
    PRAM/SMC reset, repair disk permissions and repair disk don't help.
    Hardware test said that all is well.
    now i rolled back to Leopard 10.5.8 - there are no problems at all.

  • When i open terminal i get (login(1685,0x7fff73770960) malloc: *** error for object 0x106d2c4d0: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug  [Process completed])

    so all of a suddun i open terminal and i get
    login(1685,0x7fff73770960) malloc: *** error for object 0x106d2c4d0: pointer being freed was not allocated
    *** set a breakpoint in malloc_error_break to debug
    [Process completed]
    in the terminal window any help?

    Launch the Console application by entering the first few letters of its name into a Spotlight search, and look under "User Diagnostic Reports" for crash logs related to "login." Select the most recent one and post the contents -- the text, please, not a screenshot.

  • [MacOS 10.6.4] error at run pointer being freed was not allocated on dlopen

    Hi everybody,
    I am working on a c++ program that fail at runtime with the following error:
    malloc: * error for object .....: pointer being freed was not allocated * set a breakpoint in mallocerrorbreak to debug
    the program I a m working on has the particularity to load dinamically many dynamic libraries.
    this error happen on the dlopen(...) of one of them.
    I have activated many env variable to have more information (DYLDPRINT*)
    But I still dont have the information. I know which library is causing the trouble but I dont know why. especially I think the order the librarie are loaded are in cause because if I load only the library in a simple program, no problem.
    My question is: what kind of tools or tips can I have to debug this kind of error runtime?? I understand that I am making a free on something not allocated, but how can I know the name of the object?
    Thanks in advance

    Hello,
    yes i tried... I put a symbolic breakpoint and put mallocerrorbreak. after run, it break at the right place, but of course this is only sources in asm that doesnt help me.
    My program and libraries are built in debug. but the error happen in function dlopen and malloc that are system library, so not build in debug... so breaking in mallocerrorbreak not help me a lot to understand what is wrong durin the dlopen and why I get this error...

  • How to fix terminal: login(4720,0x7fff7aa09300) malloc: *** error for object 0x7fcb92e07120: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug

    When i try to open the Terminal I get this error. How can I fix it?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • FF 3.15 worked perfect with Snow Leopard. But everything after that, till FF 8, crashes left and right. On Facebook. And on ALL different language websites. Should I stop using FF? Heard Chrome is good.

    [Edit: It should be FF 3.5. I mistyped FF 3.15]
    I have MAC OSX Snow Leopard. 10.6.8.
    FF 3.5 [apologies; I mistyped 3.15] worked perfect with Snow Leopard. NO problems.
    But '''everything''' after that, till FF 8, crashes left and right.
    Facebook crashes the most within few short seconds.
    And NO different language websites even open.
    I read online to use Safe Mode and try. I did. No change.
    I read online to reset font cache or or something using atsUtil from the Terminal. I did. Nothing.
    It is super frustrating. Same problem in my wife's Mac as well.
    Should I stop using FF? I heard Chrome is good.
    Try any of these news paper sites:
    www.prothom-alo.com
    www.dailyjanakantha.com
    www.Facebook.com
    Even ESPN videos quit randomly. But YouTube videos are fine!
    Potheek Aami.

    All your add-ons and plugins are up to date?
    There has been a recent bug with Apples Java update:
    https://bugzilla.mozilla.org/show_bug.cgi?id=700835
    I have similar issues, although most of the time the browser only freezes for a short time.

  • Body damage and left and right keys of keyboard is not working

    Body damage and left and right keys of keyboard is not working...from where it fix it is possible to change the body and keyboard how much it cost?

    Hello @harmankakkar ,
    Welcome to the HP Forums!
    I understand your notebook has taken on some damage to the chassis and keyboard.
    You can find a full list of parts for the product, and the steps to replace them yourself in the Maintenance and Service guide available in the User Guide section on your products support page here: HP - Drivers & Downloads.
    You will need your exact product or model number to access this information. For information on finding your product and model numbers click here: How Do I Find My Model Number or Product Number?
    Using the part numbers will allow you to search both the HP Part Store and third party vendors (like eBay and Amazon) for the cheapest parts. 
    You may also want to consider contacting HP Phone Support as they can give you an exact quote on costs for repair to your notebook. You can contact HP Technical Support at 1-800-474-6836 in North America. For all other regions click here.
    Hopefully this information helps!
    Please click the "Kudos, Thumbs Up" at the bottom of this post if you want to say "Thanks" for helping!
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    The Great Deku Tree
    I work on behalf of HP.

  • Left and right side of screen does not register mouse clicks.

    The left and right side of my screen (when maximized) does not register a mouse click. I would estimate about 10 to 15 pixels in (top to bottom) before a button will register a click.
    If I work with in firefox not maximized everything works fine. As it stands I have had to add buttons to the left and right side of my Firefox navigation area to utilize the back and home button. I am also not able to use my scroll bar do to this situation with out connecting an external mouse.
    Operating system: Windows 7 Professional (64bit)
    Resolution 1280x800
    Computer: HP TouchSmart tm2 (1070us series)
    This laptop does have the touchpad type mouse, I do not think this is the problem though as it will work if firefox is not maximized.
    Assistance with this would be appreciated. I Love firefox but this is to much of an annoyance to deal with continually.

    Not sure if its ever overheated... I've never left it in a hot car if thats what you mean. Sometimes it gets very hot if I'm using EDGE for a while. I don't push hard which is why I don't think I caused it...
    I will bring it in this weekend and see what they say.
    I also think that the speakerphone sounds fuzzy and muffled a lot more than it did when I first bought it. So just another reason to bring it in.

  • Left and right audio channels in clips not balanced.

    One is louder than the other. How do I make them the same or is it a problem with how it came in? They are in stereo mode but the waveform shows one lower than the other.

    Select the clip in the timeline and open the audio tab in the inspector. Under the audio configuration label click the drop down arrow at the right and change stereo to dual mono. Go back to the timeline and right click the clip and select expand audio components. You can them change the volume of the two audios independently. After adjustment right click the clip again and choose collapse audio components.

  • My ipod's music quality is inferior. It doesnt have the surround sound/ left and right audio channel unlike my brothers ipod? is there a problem with the chip?

    I have an ipod touch 4g (8GB), I got this about 2.5 months ago, the same time my brother get his. My problem is that I noticed that audio quality is better on his device than mine. I have been listening to music and had different music devices before (non-Apple product and mobile phone) and the quality of music is better when I used to listen to those devices as well as my brother's ipod touch. Im referring to the left and right audio channels. Im not so good about the technical stuff but the best explanation I can give you is in a music or a movie, there's an effect wherein you can here a sound only at the left ear phone/speaker that you cant hear at the right earphone/speaker. I mean for example in a song, a guitar intro can be heared only at the left
    ear while the background music plays on the other ear. Or when theres and echo effect on the song that alternates sound on the left and right ear. I hope youre getting what Im trying to say. Im bothered that my ipod is fake or has an internal problem on the chips or something because I didnt bought this at an Apple Center/Mac Center. I bought it on a retailer. I am not able to visit any store or Genius Bar  or contact an apple specialist through phone because of my work schedule and work load.  I have contacted the retailer before when I tried to return it for replacement or repair but he told me that it is under Apple's warranty, not theirs. I do hope that I can get a help from you because I want to really enjoy my device. Thank you and Im looking forward for the responce/assistance form you.

    I suggest you don't apply pressure to the screen - it's a Touch - you touch the screen not push it.
    Phil

  • Muse widget selection dial or left and right slider selector

    Hello, I am looking for a muse widget that lets a user slide a lever left and right or In a circle like a dial to make a selection.  For example, if the range is from 300 to 700, the user will slide the lever on the left and on the right to say he likes the range of 450 to 500.  How do I search for that type of widget?  Does it exist?  Thank you so much, Stacy

    Actually I do not have a shop.  .  I was looking for a range slider widget
    with handles on the left and right side.   That was just a sample.   I
    found some code online but I'm not a programmer.  The slider let you say
    select 10 for a min and 59 for a max. And the slider range was from -100 to
    +100.  Does that make more sense.
    On Friday, December 19, 2014, Gaurav Sharma <[email protected]>

  • I am being charged for 3 GB that apparently Verizon hadn't caught up on that I had used!! The last night of my cycle I called and checked and I had .5 GB left and right before midnight when the cycle ended it caught up on 3 GB!! I now have to pay for this

    SO CRAPPY!!! SO FED UP WITH VERIZON!! WE ARE GETTING SCREWED OVER!! I am being charged for 3 GB that apparently Verizon hadn't caught up on that I had used!! The last night of my cycle I called and checked and I had .5 GB left and right before midnight when the cycle ended it caught up on 3 GB!! I now have to pay for this data I know I did not use! I never have my data on!! Now it says I used 7 GB last month!!!

    Data usages are always estimated...I don't believe any carrier post data usage in real time.  I've had my data increased due to a large chunk being unaccounted for at the time of my cycle.  Thankfully when I'm billed for it...it has never pushed me over my limit. 

  • Discerning between left and right ctrl key(events)

    I hope this is possible. If yes just point me in the right direction if too complex to explain in a couple a lines.
    Thanks in advance

    I could be wrong but I don't think you can. In Java,
    both left and right ctrl keys produce the same key
    code (17). It used to be that these two keys
    were 'hardwired' to the same function on the keyboard
    but I'm not sure if this has changed..I don't think so.
    No, I don't think it's possible.... besides, from a
    user interface point of view, why would you want to do
    that? Do you know any piece of software that does it?jaffab is right, Client Access for AS/400 makes a distinction between the left and right control keys, as do a number of games.
    Unfortunately, the java AWT doesn't :-(
    I would tentatively suggest that it would be possible, using JNI, but I imagine it wouldn't be simple to get a key listener set up in C/C++ that would trigger a java event - being the only way I can think of to differentiate between left and right control keys.
    Given its infeasibility, I'd recommend having the control key do absolutely nothing - far easier to recover from, especially since reset and enter are such diametrically opposed functions!
    Heh, you could always pop up a message box if they press and release control without pressing another key between, saying what to press for reset or accept, respectively :-)
    -Troy
    Random trivia - I think the default set up in Client Access is like that because on the original keyboards used with the green screens, the keys in those corners were reset and enter! Users who had gotten used to typing without looking at the keyboard wanted the functions in the same place, rather than on the keys with the same name.
    IBM never has been happy doing things the same way as everyone else - database 'tables' are called 'files', 'schemas' are 'libraries'... trying to teach Java to one of the ILE/RPG programmers here, and we still have trouble with the english language differences, trying to explain what the programming language is doing!
    Well, that certainly wasn't the few-line post it was supposed to be...

  • Is there a way to tie to iPads together so that when you turn a page with a tap on one, both iPads turn a page.  I am using the ipad to replace piano sheet music.  The challenge is that ordinary sheet music is on both a left and right page.

    We are trying to use an ipad to replace ordinary paper sheet music on a piano.  When truning ordinary paper pages, it is sometimes hard to grasp one page, turn it quickly and get it to stay turned.  The idea with using an ipad is that a tap turns the page, it stays turned.  However,,,,,ordinary sheet music is on both left and right pages.  With one turn you get 2 new pages.  The ipad, being smaller results in only one page and therefore twice as many page turn taps; more taps equals less hands on the piano.  If we could tie 2 ipads together and get them both to turn the page simultaneously it would be nice.  We are trying to get used to using the ipad.  We are using ForScore app to get sheet music into the ipad; we could load one with odd pages and one with even pages.  Maybe this is getting too complicated.
    Anyway to tie 2 units together
    John

    No way to control one device from the other.  But, according to ForScore, you should be able to display two sheets side by side in landscape mode (2-up view)?  Not sure if that helps as it must make the actual print smaller to do so.
    http://www.forscoreapp.com/about/#interface

  • How do I plot a y axis on the left and right in DIAdem/VIEW (version 11.0)?

    I am trying to analyze flight data, and I would like to analyze plots of certain parameters so that they share an x axis. It is necessary to view these using two different y axis, on the left and right. How do I do this in DIAdem (version 11.0) in the VIEW tab? Is this possible to do in the VIEW tab?

    myocom,
    You can highlight random points in DIAdem as well. 
    Here is an example:
    Use the cursor to move to the point you wish to highlight.
    Press the "Set Data Point and Flag" icon on each data point you wish to highlight
    When you are done selecting points, press the "Flags: Copy Data Points" icon - that will copy all X/Y coordinates into two new channels
    I created a REPORT Layout using the original data and the highlighted random points (I added the actual point Z-value above the point, they look strange when written at the exact point). I attached the layout for your reference.
    The complete task took 3 minutes from loading the data to finishing and exporting the REPORT layout. If you have a REPORT layout already, this will take less than 30 seconds ...
    I am not familiar with Matlab, so I can't compare how this works in DIAdem vs. Matlab. You can add the combine the complete process in a Script and it will automatically create this kind of report after simply selecting a few data points in VIEW and then pressing a button ...
        Otmar
    Otmar D. Foehner
    Business Development Manager
    DIAdem and Test Data Management
    National Instruments
    Austin, TX - USA
    "For an optimist the glass is half full, for a pessimist it's half empty, and for an engineer is twice bigger than necessary."
    Attachments:
    Report with highlights.zip ‏5 KB

Maybe you are looking for

  • Com.sap.tc.webdynpro.progmodel.context.ContextException

    Hi Everybody, I am getting the below mentioned error, while deploying the application. I am trying to get some values from backend to display it in a dropdownKey. So I am giving an GroupID and UserID in my wdDoinit().    com.sap.tc.webdynpro.progmode

  • Exporting to PDF Issue

    I have a Report that was created using Crystal Reports XI Developer. The report prints invoices (text) and also images (blob values).  The report uses the oracle OCI database driver. When I run this report from Crystal Reports XI Developer and export

  • Does anyone know anything about EchoLink?

    I am using an iMac with wireless Airport, which my husband also uses on his XP. He would like to hook up to EchoLink. The information says: Allow UDP(source port any, destination ports 5198-5199)from Internet to PC Allow UDP(source port any, destinat

  • How to create Confirmation Item QUANTITY during Runtime

    Hi Experts, I am trying to create Confirmation ITEM with QUANTITY during runtime. I have successfully created item using CRM_ORDERADM_I_MAINTAIN_OW however it doesnot have scheduling_i structure which hold QUANTITY. I tried with CRM_ORDER_MAINTAIN_MU

  • In Lense Correction the Fujifilm X-T1 is not recognised ,only the Fujifilm x100 is listed

    The Adobe rubric says that it recognizes the Fujifilm X-T1, but in Lens Ccorrection it does not list the X-T1, the only Fujifilm camera listed is the X100. As a result I cannot fully adjust my pictures to the X-T1 and its lenses