Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Applications > Crappy Adobe Coding - Photoshop CS3

Crappy Adobe Coding - Photoshop CS3
Thread Tools
msuper69
Professional Poster
Join Date: Jan 2000
Location: Columbus, OH
Status: Offline
Reply With Quote
Feb 17, 2011, 06:30 PM
 
I've been working on an iPad app using Xcode and looked in the Console for some debugging information and lo and behold I find these messages from Photoshop CS3:

2/17/11 5:47:40 AM Adobe Photoshop CS3[13928] Adobe Photoshop CS3(13928,0xa07d1540) malloc: *** error for object 0x2d239b0: Non-aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
2/17/11 5:47:40 AM Adobe Photoshop CS3[13928] Adobe Photoshop CS3(13928,0xa07d1540) malloc: *** error for object 0x2d23b30: Non-aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
2/17/11 5:47:40 AM Adobe Photoshop CS3[13928] Adobe Photoshop CS3(13928,0xa07d1540) malloc: *** error for object 0x2d23bb0: Non-aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
2/17/11 5:47:40 AM [0x0-0x1e93e92].com.adobe.Photoshop[13928] Adobe Photoshop CS3(13928,0xa07d1540) malloc: *** error for object 0x2d239b0: Non-aligned pointer being freed (2)
2/17/11 5:47:40 AM [0x0-0x1e93e92].com.adobe.Photoshop[13928] *** set a breakpoint in malloc_error_break to debug
2/17/11 5:47:40 AM [0x0-0x1e93e92].com.adobe.Photoshop[13928] Adobe Photoshop CS3(13928,0xa07d1540) malloc: *** error for object 0x2d23b30: Non-aligned pointer being freed (2)
2/17/11 5:47:40 AM [0x0-0x1e93e92].com.adobe.Photoshop[13928] *** set a breakpoint in malloc_error_break to debug
2/17/11 5:47:40 AM [0x0-0x1e93e92].com.adobe.Photoshop[13928] Adobe Photoshop CS3(13928,0xa07d1540) malloc: *** error for object 0x2d23bb0: Non-aligned pointer being freed (2)
2/17/11 5:47:40 AM [0x0-0x1e93e92].com.adobe.Photoshop[13928] *** set a breakpoint in malloc_error_break to debug
2/17/11 5:47:48 AM Adobe Photoshop CS3[13928] Initializer-based scripting additions have been deprecated. Please update this addition: "/Library/ScriptingAdditions/Adobe Unit Types.osax"
2/17/11 5:47:48 AM [0x0-0x1e93e92].com.adobe.Photoshop[13928] Adobe Photoshop CS3(13928,0xa07d1540) malloc: *** error for object 0x4000480: Non-aligned pointer being freed (2)
2/17/11 5:47:48 AM Adobe Photoshop CS3[13928] Adobe Photoshop CS3(13928,0xa07d1540) malloc: *** error for object 0x4000480: Non-aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
2/17/11 5:47:48 AM [0x0-0x1e93e92].com.adobe.Photoshop[13928] *** set a breakpoint in malloc_error_break to debug
2/17/11 5:47:49 AM Adobe Photoshop CS3[13928] *** __NSAutoreleaseNoPool(): Object 0x25f3e050 of class NSThread autoreleased with no pool in place - just leaking
2/17/11 5:47:51 AM [0x0-0x1e93e92].com.adobe.Photoshop[13928] objc[13928]: Class EpicJSWindowExternalHandler is implemented in both /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobe_eula.framework/adobe_eula and /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobe_personalization.framework/adobe_personalization. One of the two will be used. Which one is undefined.
2/17/11 5:47:51 AM [0x0-0x1e93e92].com.adobe.Photoshop[13928] objc[13928]: Class EpicWizardController is implemented in both /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobe_eula.framework/adobe_eula and /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobe_personalization.framework/adobe_personalization. One of the two will be used. Which one is undefined.
2/17/11 5:47:51 AM [0x0-0x1e93e92].com.adobe.Photoshop[13928] objc[13928]: Class EpicPanel is implemented in both /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobe_eula.framework/adobe_eula and /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobe_personalization.framework/adobe_personalization. One of the two will be used. Which one is undefined.
2/17/11 5:47:51 AM [0x0-0x1e93e92].com.adobe.Photoshop[13928] objc[13928]: Class EpicController is implemented in both /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobe_eula.framework/adobe_eula and /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobe_personalization.framework/adobe_personalization. One of the two will be used. Which one is undefined.

For the amount of money Adobe charges (which I'm not complaining about), there should be NO errors like this. I'm sure if I submit an app to the iTunes App Store with errors like this, Apple would reject it.

As a professional programmer, I am appalled at this. This is just sloppy, shoddy workmanship.

For shame Adobe.
     
Spheric Harlot
Clinically Insane
Join Date: Nov 1999
Location: 888500128, C3, 2nd soft.
Status: Offline
Reply With Quote
Feb 17, 2011, 08:43 PM
 
Which OS X version are you running?
     
msuper69  (op)
Professional Poster
Join Date: Jan 2000
Location: Columbus, OH
Status: Offline
Reply With Quote
Feb 17, 2011, 08:45 PM
 
Originally Posted by Spheric Harlot View Post
Which OS X version are you running?
Crap. Now I look foolish.

10.6.6. I probably need a newer version of Photoshop.

Well, CS3 doesn't actually crash (rarely) but seeing all those errors in the Console freaked me out for a minute.

Please ignore my rant and return to your regular forum viewing.
     
Spheric Harlot
Clinically Insane
Join Date: Nov 1999
Location: 888500128, C3, 2nd soft.
Status: Offline
Reply With Quote
Feb 17, 2011, 08:50 PM
 


(sorry, didn't mean to show you up - for all I know, those errors probably show up in the Console under 10.4.11, too.)
     
   
 
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Top
Privacy Policy
All times are GMT -4. The time now is 01:45 PM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,