Cann't show large tiff image?
I am using form6i to show a tiff image from database table's column(BLOB). when i execute query_execute from form6i,i can only show the image that size is small(FE:50kb),and cann't show the image that size is more than 100kb. what shall i do?
It does seem a bit silly to retain the icon that implies a full sized viewing though.
iPhoto menu -> Provide iPhoto Feedback
If a change is an improvement, I'm all for it. If it is an arbitrary and unnecessary change, it can just be irritating. Like changing the reload button in Safari from the upper left to a variable position somewhere in the upper middle part of the window, a change that improved nothing and probably was a bad idea; changing a constantly located icon to one that roams around depending on the window width.
Absolutely. Not sure what that has to do with iPhoto, though.
I can cope with changes that make things more efficient or improve quality.
Good to know.
I don't quite understand the defense of mindless changes that merely require the user to dig around and waste time figuring out what happened to seemingly missing standard features.
But who’s defending anything?
I don't think that the sheep who copes by blithely accepting being herded onto the slaughterhouse truck is necessarily exercising any signs of higher intelligence.
True. But what do you make of the one who goes ranting off about things based on incorrect information?
This change in the software is inconvenient and makes the program worse.
By way of explanation and not at all to defend: It’s a subtle thing, I know. But it does add a level of coherence to the OS. Quicklook in the Finder, for instance, does a similar thing with the same keystroke. Itunes starts playing a track on the same keystroke. So, I’m not sure where the failed analysis is.
Regards
TD
Similar Messages
-
IOS4 does not show large contact image.
Using Exchange contacts (Gmail), adding contact images through iPhone, large contact image appeared when recieving and making calls with iOS 3.xx. After upgrading to iOS4 only small image appear even after adding images againg though the iPhone. Is this a change made deliberately or is it a bug. I would like to have the large contact image back even when using Exchange contact server.
A few hours ago I have heard that AIM is not in session nécessité to start Adium. But what I've done is add and remove Adium AIM Facebook and Gmail chat, which was added. Now I'm in them, do not see any contacts in the same groups appear in iChat. I think it's a configuration problem on AIM, iChat or Adium not.
If I use AIM Express, which is the next chat on AIM's website, I can start session, I see groups appear in iChat and Adium, and Facebook contacts, Gmail Messenger i preconfigured. But if I open iChat or Adium since I only see the groups, without contacts. I send you pictures of my setup iChat 5.0.3 (Spanish).
I have AIM installed in my Mac, and works successfully with contacts.
I have another question: if iChat works with AIM, can I do videocalls with Google accounts and Messenger?
Thank you
Oscar Sanchez -
Two Different Imported TIFFs Show The Same Image in Premiere Pro
I noticed sometime ago that some imported TIFFs with alpha channel are not showing the correct image. Recently I upgraded to Premiere Pro CC (for PC) to see if such issue was solved, however it is not.
Basically just importing the TIFFs into the project panel results in Premiere showing the same text even though the actual TIFF files contain different text. This is quite bizarre. No other software (including FinalCut Pro) displays such odd behavior.
I have uploaded the two TIFFs that replicate this issue consinstently here: https://drive.google.com/folderview?id=0B2IT1EAcyLlBZXRlMDkxNzY3d1U&usp=sharing
To replicate, just create an new empty project and import these two TIFF files. You will notice that both show the same text within Premiere while outside they indeed show the different data.
Anybody has any clues on why this is happening and on how to solve it?
Thanks in advance for any help and clues.
ValerioThanks for your reply.
At this moment we can't export PNGs with an Alpha channel so we are stuck with TIFFs.
It is a bizarre issue though.
Here is a Dropbox link for the images, seems Google Drive download links are buried deep:
https://www.dropbox.com/sh/gktixc0cdbhr3oz/jPCI8yciY- -
Descriptions on Large Gallery Images not showing
Hi
http://earthangroup.blackroom.com.au/Default.aspx?PageID=5806533&Page=1&A=PhotoGallery&PID =18366&Items=12
When clicking the images the descriptions do not show for the images. It appears to be a different lightbox to the one in the instructions.
Any assistance appreciated.
Regards
PaulHey Chad, I was 99% sure this would work for me too! At least I hoped it would, but, alas, it did not fix my photo gallery problem, and messed up my galleries. I can go back to the fancybox without captions, but I would really like to have them if possible.
If you can, take a look. Did I just mess up the implementation?
http://www.pujolskitchen.com/photo-gallery/deidre-visits-food-network
script is at:
http://www.pujolskitchen.com/javascript/scripts.js
at about line 453 i replaced with your code...
now the images take over the whole page and you can't navigate.
I'll have to revert back soon (can't leave it this way too long)
Let me know if you see something.
jeannie -
PS CS6 Won't open large TIFF it just saved
I just saved and closed a large TIFF with a couple of layers. I thought that it was under 2Gb, but the finder says that it is 2.4Gb. Now when I try to open it, I get an error message saying that the file is not compatible with this version of Photoshop. I get a progress bar that shows it trying to open, then as it gets almost finished, the error dialogue pops up.
Do I have any recourse to recover this file, at this point? I will certainly switch the format to PSB if I can get it open, but right now that is looking doubtful.
Thanks,
RonPhotoshop will save and open TIFF files up to 4 Gig, so that shouldn't be a problem.
Another application should be able to recover the composite image (since that's always present in TIFF).
But I'm not sure why the layer data would be failing unless you had a disk corruption problem -- and we haven't had other people report this problem, so it is probably a localized incident.
You could try opening it in an older version of Photoshop and see if that works. -
Automatically Slicing Large TIFF Files with Photoshop 5.1
I am trying to automatically slice a very large TIFF file (800 MB) into 28 equally-sized rectangles using Actions (it is a scanned image of 28 scientific slides and reducing the resolution is not an option). My goal is to start with the TIFF file and end up with a folder that contains 28 separate files. I'll do this on many such TIFF files, so it needs to be coded into an action.
So far I have an action that creates guides in a grid pattern and then converts the guides to 28 individual rectangular user slices that together cover the entire screen. Unfortunately the file is far too large to use with the "Save for Web & Devices" tool and I also can't export to TIFF from that tool. So I made an action that individually selects each slice (using the slice select tool), copies it, creates a new file, pastes the image, saves it as a flattened, non-compressed TIFF into a new folder, then closes the file. When I try to run this I get the following error:
The command "Select" is not currently available
-- Continue -- -- Stop --
If I press Continue the action is not carried out. If I press Stop and select the slice manually there is no problem (but then my action will not be fully automated). The image is in 8-bit RGB mode, and I've also tried converting the locked Background layer into a standard layer. I don't see any reason why the select command shouldn't be available! There is only one layer and there are user slices available for selection. I tried separating the slicing and select/import jobs into 2 different actions but it still didn't work.
Any help you can give me would be greatly appreciated! Thank you!
Photoshop CS 5.1 Extended, v. 12.1 x64 - I have installed the recent update
Windows 7 64-bit
6 GB RAMThis might do it...
It will save the individual files in a folder called filechop off the files path.
#target photoshop
function main(){
if(!documents.length) return;
var dlg=
"dialog{text:'Script Interface',bounds:[100,100,380,290],"+
"panel0:Panel{bounds:[10,10,270,180] , text:'' ,properties:{borderStyle:'etched',su1PanelCoordinates:true},"+
"title:StaticText{bounds:[60,10,220,40] , text:'File Chop' ,properties:{scrolling:undefined,multiline:undefined}},"+
"panel1:Panel{bounds:[10,40,250,130] , text:'' ,properties:{borderStyle:'etched',su1PanelCoordinates:true},"+
"statictext1:StaticText{bounds:[10,10,111,30] , text:'Accross' ,properties:{scrolling:undefined,multiline:undefined}},"+
"statictext2:StaticText{bounds:[140,10,230,27] , text:'Down' ,properties:{scrolling:undefined,multiline:undefined}},"+
"across:DropDownList{bounds:[10,30,100,50]},"+
"down:DropDownList{bounds:[140,30,230,50]},"+
"saveFiles:Checkbox{bounds:[10,60,230,80] , text:'Save and Close new files?'}},"+
"button0:Button{bounds:[10,140,110,160] , text:'Ok' },"+
"button1:Button{bounds:[150,140,250,160] , text:'Cancel' }}};"
var win = new Window(dlg,'File Chop');
if(version.substr(0,version.indexOf('.'))>9){
win.panel0.title.graphics.font = ScriptUI.newFont("Georgia","BOLD",20);
g = win.graphics;
var myBrush = g.newBrush(g.BrushType.SOLID_COLOR, [1.00, 1.00, 1.00, 1]);
g.backgroundColor = myBrush;
var myPen =g.newPen (g.PenType.SOLID_COLOR, [1.00, 0.00, 0.00, 1],lineWidth=1);
win.center();
for(var i=1;i<31;i++){
win.panel0.panel1.across.add ('item', i);
win.panel0.panel1.down.add ('item', i);
win.panel0.panel1.across.selection=0;
win.panel0.panel1.down.selection=0;
var done = false;
while (!done) {
var x = win.show();
if (x == 0 || x == 2) {
win.canceled = true;
done = true;
} else if (x == 1) {
done = true;
if(!documents.length)return;
var startRulerUnits = preferences.rulerUnits;
preferences.rulerUnits = Units.PIXELS;
doc = app.activeDocument;
app.displayDialogs = DialogModes.NO;
doc.flatten();
var tilesAcross = parseInt(win.panel0.panel1.across.selection.index)+1;
var tilesDown =parseInt(win.panel0.panel1.down.selection.index)+1;
var tileWidth = parseInt(doc.width/tilesAcross);
var tileHeight = parseInt(doc.height/tilesDown);
var SaveFiles = win.panel0.panel1.saveFiles.value;
ProcessFiles(tilesDown,tilesAcross,tileWidth,tileHeight,SaveFiles);
app.preferences.rulerUnits = startRulerUnits;
main();
function ProcessFiles(Down,Across,offsetX,offsetY,SaveFiles){
try{
var newName = activeDocument.name.match(/(.*)\.[^\.]+$/)[1];
}catch(e){var newName="UntitledChop"}
var Path='';
try{
Path = activeDocument.path;
}catch(e){Path = "~/Desktop";}
if(SaveFiles){
Path = Folder(decodeURI(Path) +"/FileChop");
if(!Path.exists) Path.create();
TLX = 0; TLY = 0; TRX = offsetX; TRY = 0;
BRX = offsetX; BRY = offsetY; BLX = 0; BLY = offsetY;
for(var a = 0; a < Down; a++){
for(var i = 0;i <Across; i++){
var NewFileName = newName +"#"+a+"-"+i;
app.activeDocument.duplicate (NewFileName, true);
activeDocument.selection.select([[TLX,TLY],[TRX,TRY],[BRX,BRY],[BLX,BLY]], SelectionType.REPLACE, 0, false);
executeAction( charIDToTypeID( "Crop" ), undefined, DialogModes.NO );
app.activeDocument.selection.deselect();
if(SaveFiles){
var saveFile = File(decodeURI(Path+"/"+NewFileName+".jpg"));
SaveJPEG(saveFile, 10);
app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
activeDocument = documents[0];
TLX = offsetX * (i+1) ; TRX = TLX + offsetX; BRX = TRX; BLX = TLX;
TLX = 0; TLY = offsetY * (a +1); TRX = offsetX; TRY = offsetY * (a +1);
BRX = offsetX; BRY = TRY + offsetY; BLX = 0; BLY = (offsetY * (a +1)+offsetY);
if(SaveFiles){
Path.execute()
function SaveJPEG(saveFile, jpegQuality){
jpgSaveOptions = new JPEGSaveOptions();
jpgSaveOptions.embedColorProfile = true;
jpgSaveOptions.formatOptions = FormatOptions.STANDARDBASELINE;
jpgSaveOptions.matte = MatteType.NONE;
jpgSaveOptions.quality = jpegQuality;
activeDocument.saveAs(saveFile, jpgSaveOptions, true,Extension.LOWERCASE); -
Problems with large scanned images
I have been giving Aperture another try since 1.1 came out, and I am still having problems with large tiff files derived from scanned 4x5 negatives. The files are 500mb or more, 16 bit RGB, with ProPhoto RGB or Ektaspace PS5 profiles, directly out of the scanner.
Aperture imports the files correctly, and shows their thumbnails. When I select a thumbnail "Loading" is displayed briefly, and the the dreaded "Unsupported Image Format" is displayed. Sometimes "Loading" goes on for a while, and a geometric pattern (looking like a rendering of random memory) is displayed. Restarting Aperture doesn't help.
Lower resolution (250mb, 16bit) files are handled properly. The scans are from an Epson 4870 scanner. I have tried pulling the scans into Photoshop and resaving with various tiff options, and as PSD with no improvement. I have the same problem with corrected/modified psd files coming out of Photoshop CS2.
I am running on a Power Mac G5 dual 2ghz with 8gb of RAM and an NVIDIA GeForce 6800 GT DDL (250mb) video card, with all the latest OS and software updates.
Has anyone else had similar problems? More importantly, is anyone else able to work with 500mb files of any kind? Is it my system, or is it the software? I sent feedback to Apple as well.
dual g5 2ghz Mac OS X (10.4.6)I have a few (well actually about 100) scans on my system of >500Mb. I tried loading a few and am getting an inconsistent pattern of errors that correlates with what you are reporting.
I imported 4 files and three were troubled, the fouth was OK. I imported another four files and the first one was OK and the three others had your reported error, also the previously good file from the first import was now showing the same 'unsupported' image' message.
I would venture to say that if you shoot primarily 4x5 and work with scans of this size that Aperture is not the program for you--right now. I shoot 35mm and have a few images that I have scanned at 8000dpi on my Imacon 848 but most of my files are in the more reasonable 250Mb range (35mm @ 5000dpi).
I will probably downsample my 8000dpi scans to 5000dpi and not worry to much about it. In a world where people believe that 16 megapixels is hi-res you are obviously on the extreme side.(Good for you!) You should definately file a bug report but I wouldn't expect much help anytime soon for your super-sized scans. -
How to retain the same resolution while croping a tiff image using jai api
Hi all,
I have designed a program to crop a tiff image.But after croping the tiff,the resultant file resolution is not the same as the original source file.
In the program,the source file Nadeshiko_v1_02.tif has the resolution(X) of 1200 DPI and resolution(Y) has 1200 DPI pixels.
But after croping the resolution of output file is 100 DPI.
Please give me some idea on how to retain the same resolution.
<code>
package jai;
import java.awt.Frame;
import java.awt.image.RenderedImage;
import java.awt.image.renderable.ParameterBlock;
import java.awt.image.renderable.RenderableImage;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import javax.imageio.*;
import javax.imageio.stream.ImageOutputStream;
import javax.media.jai.Interpolation;
import javax.media.*;
import javax.media.jai.JAI;
import javax.media.jai.PlanarImage;
import javax.media.jai.RenderedOp;
import javax.media.jai.widget.ScrollingImagePanel;
import com.sun.media.jai.codec.FileSeekableStream;
import com.sun.media.jai.codec.SeekableStream;
import com.sun.media.jai.codec.TIFFEncodeParam;
import javax.media.jai.OperationDescriptorImpl;
import java.io.*;
import java.util.Iterator;
import javax.media.jai.operator.*;
// import javax.media.jai.widget.ScrollingImagePanel;
public class crop {
/** The main method. */
public static void main(String[] args) {
/* Validate input. */
/* if (args.length != 1) {
System.out.println("Usage: java JAISampleProgram " +
"input_image_filename");
// System.exit(-1);
float a=(float) 70.3;
float b=(float) 70.4;
float c=(float) 3100.3;
float d=(float) 5522.4;
* Create an input stream from the specified file name
* to be used with the file decoding operator.
String TIFF="TIFF";
FileSeekableStream stream = null;
try {
stream = new FileSeekableStream("D:\\tif images\\Nadeshiko_v1_02.tif");
// stream = new FileSeekableStream("D:\\tif images\\Nadeshiko_v1_01.jpg");
} catch (IOException e) {
e.printStackTrace();
System.exit(0);
// Load the source image from a Stream.
RenderedImage im = JAI.create("stream", stream);
RenderedImage image2= CropDescriptor.create(im, a, b, c, d, null);
ScrollingImagePanel panel = new ScrollingImagePanel(image2, 100, 100);
// Create a frame to contain the panel.
Frame window = new Frame("JAI Image Cropping");
window.add(panel);
window.pack();
// window.show();
// Define the source and destination file names.
// String inputFile = "D:\\tif images\\Nadeshiko_v1_05.tif";
String outputFile = "D:\\tif images\\Nadeshiko_v1_04.tif";
// Save the image on a file. We cannot just store it, we must set the image encoding parameters
// to ensure that it will be stored as a tiled image.
TIFFEncodeParam tep = new TIFFEncodeParam();
tep.setWriteTiled(true);
tep.setTileSize(80,80);
JAI.create("filestore",image2,outputFile,"TIFF",null);
try {
stream.close();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
</code>
Thanks,
Sanat MeherTry the following,
TIFFEncodeParam tep = new TIFFEncodeParam();
// Create {X,Y}Resolution fields.
TIFFField fieldXRes = new TIFFField(0x11A, TIFFField.TIFF_RATIONAL,
1, new long[][] {{DPI_X, 1}});
TIFFField fieldYRes = new TIFFField(0x11B, TIFFField.TIFF_RATIONAL,
1, new long[][] {{DPI_Y, 1}});
tep.setExtraFields(new TIFFField[] {fieldXRes, fieldYRes}); -
Photoshop CC crashes working with larger TIFF
I have a Mac workstation that is routinely crashing while working on larger TIFF files. Here is a copy of the latest crash report.
Process: Adobe Photoshop CS6 [1900]
Path: /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
Identifier: com.adobe.Photoshop
Version: 13.1.2 (13.1.2.224)
Code Type: X86-64 (Native)
Parent Process: launchd [165]
Date/Time: 2014-01-15 09:29:03.431 -0800
OS Version: Mac OS X 10.7.5 (11G63b)
Report Version: 9
Interval Since Last Report: 274555 sec
Crashes Since Last Report: 2
Per-App Interval Since Last Report: 1517785 sec
Per-App Crashes Since Last Report: 2
Anonymous UUID: F64B6195-CB0C-467E-B495-A3293D5B43A6
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018
VM Regions Near 0x18:
-->
__TEXT 0000000100000000-0000000103674000 [ 54.5M] r-x/rwx SM=COW /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
Application Specific Information:
objc[1900]: garbage collection is OFF
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.FinderKit 0x00007fff91fdeeeb TGroupManager::CompareGroups(TGroup const*, TGroup const*) + 7
1 com.apple.FinderKit 0x00007fff920ac16e GroupComparator::operator()(TFENode const&, TFENode const&) const + 98
2 com.apple.FinderKit 0x00007fff920af35b void std::__insertion_sort<__gnu_cxx::__normal_iterator<TFENode*, std::vector<TFENode, std::allocator<TFENode> > >, GroupComparator>(__gnu_cxx::__normal_iterator<TFENode*, std::vector<TFENode, std::allocator<TFENode> > >, __gnu_cxx::__normal_iterator<TFENode*, std::vector<TFENode, std::allocator<TFENode> > >, GroupComparator) + 92
3 com.apple.FinderKit 0x00007fff920af2f0 void std::__final_insertion_sort<__gnu_cxx::__normal_iterator<TFENode*, std::vector<TFENode, std::allocator<TFENode> > >, GroupComparator>(__gnu_cxx::__normal_iterator<TFENode*, std::vector<TFENode, std::allocator<TFENode> > >, __gnu_cxx::__normal_iterator<TFENode*, std::vector<TFENode, std::allocator<TFENode> > >, GroupComparator) + 154
4 com.apple.FinderKit 0x00007fff920ad415 -[FI_TBrowserViewDataSource(groupings) sortGroups:ascending:] + 55
5 com.apple.FinderKit 0x00007fff920ae1f2 -[FI_TBrowserViewDataSource(groupings) addNodesInGroups:forContainer:removeAll:groupChanges:sortGroupsAscending:] + 918
6 com.apple.FinderKit 0x00007fff920b48e4 -[FI_TBrowserViewController(DataSource) addItems:forContainer:removeAll:groupChanges:] + 106
7 com.apple.FinderKit 0x00007fff920b4a28 -[FI_TBrowserViewController(DataSource) folderContentChanged:] + 181
8 com.apple.FinderKit 0x00007fff920fea19 -[FI_TColumnViewController folderContentChanged:] + 67
9 com.apple.FinderKit 0x00007fff920130c3 TNodeEngine::AddPreparedNodes(TFENode const&, bool, TFENodeVector const&, TGroupedNodes const&, objc_object*) + 97
10 com.apple.FinderKit 0x00007fff92014a58 TNodeBrowser::AddPreparedNodes(TFENode const&, bool, TFENodeVector const&, TGroupedNodes const&, objc_object*) + 240
11 com.apple.FinderKit 0x00007fff92014d23 TNodeBrowser::HandleFirstPopulationAttempt(TFENode const&, bool, TFENodeVector const&, TGroupedNodes const&, bool, objc_object*) + 35
12 com.apple.FinderKit 0x00007fff920199a3 TNodeInsertionHandler::SecondStep() + 201
13 com.apple.FinderKit 0x00007fff920125e8 TNodeEngine::ProcessCompletion(TNodeEngineNotificationHandler*) + 74
14 com.apple.FinderKit 0x00007fff92057ec2 IAsynchronousOperation::PerformSecondStepOnMainThread() + 44
15 com.apple.FinderKit 0x00007fff9205814c __ScheduleSecondStepOnMainThread_block_invoke_0 + 27
16 libdispatch.dylib 0x00007fff92e9ca82 _dispatch_call_block_and_release + 18
17 libdispatch.dylib 0x00007fff92e9e8f2 _dispatch_main_queue_callback_4CF + 308
18 com.apple.CoreFoundation 0x00007fff96686e7c __CFRunLoopRun + 1724
19 com.apple.CoreFoundation 0x00007fff96686486 CFRunLoopRunSpecific + 230
20 com.apple.HIToolbox 0x00007fff968252bf RunCurrentEventLoopInMode + 277
21 com.apple.HIToolbox 0x00007fff9682c4bf ReceiveNextEventCommon + 181
22 com.apple.HIToolbox 0x00007fff9682c3fa BlockUntilNextEventMatchingListInMode + 62
23 com.apple.AppKit 0x00007fff93efb779 _DPSNextEvent + 659
24 com.apple.AppKit 0x00007fff93efb07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
25 com.apple.AppKit 0x00007fff941af735 -[NSApplication _realDoModalLoop:peek:] + 610
26 com.apple.AppKit 0x00007fff941af369 -[NSApplication runModalForWindow:] + 120
27 com.apple.AppKit 0x00007fff94432579 -[NSSavePanel runModal] + 300
28 com.apple.AppKit 0x00007fff9443053d -[NSSavePanel runModalForDirectory:file:types:] + 247
29 com.apple.AppKit 0x00007fff944305de -[NSSavePanel runModalForDirectory:file:] + 21
30 com.adobe.Photoshop 0x000000010171906c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20502348
31 com.adobe.Photoshop 0x000000010009f65f 0x100000000 + 652895
32 com.adobe.Photoshop 0x0000000100fc437f AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 12814943
33 com.adobe.Photoshop 0x000000010009feea 0x100000000 + 655082
34 com.adobe.Photoshop 0x0000000100fc5ba6 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 12821126
35 com.adobe.Photoshop 0x00000001005f15cd AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2514093
36 com.adobe.Photoshop 0x0000000100091074 0x100000000 + 594036
37 com.adobe.Photoshop 0x000000010008cffa 0x100000000 + 577530
38 com.adobe.Photoshop 0x0000000100087af7 0x100000000 + 555767
39 com.adobe.Photoshop 0x0000000100087993 0x100000000 + 555411
40 com.adobe.Photoshop 0x0000000101706654 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20426036
41 com.apple.AppKit 0x00007fff93ef7a0e -[NSApplication run] + 555
42 com.adobe.Photoshop 0x0000000101706d22 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20427778
43 com.adobe.Photoshop 0x0000000101707fec AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20432588
44 com.adobe.Photoshop 0x000000010008818d 0x100000000 + 557453
45 com.adobe.Photoshop 0x00000001002ca14c boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2249692
46 com.adobe.Photoshop 0x00000001002ca229 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2249913
47 com.adobe.Photoshop 0x00000001000029f4 0x100000000 + 10740
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff90cff7e6 kevent + 10
1 libdispatch.dylib 0x00007fff92e9e786 _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff92e9d316 _dispatch_mgr_thread + 54
Thread 2:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 MultiProcessor Support 0x0000000112a7518b 0x112a2f000 + 287115
3 MultiProcessor Support 0x0000000112a7504c 0x112a2f000 + 286796
4 MultiProcessor Support 0x0000000112a95f14 0x112a2f000 + 421652
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 MultiProcessor Support 0x0000000112a7518b 0x112a2f000 + 287115
3 MultiProcessor Support 0x0000000112a7504c 0x112a2f000 + 286796
4 MultiProcessor Support 0x0000000112a95f14 0x112a2f000 + 421652
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 MultiProcessor Support 0x0000000112a7518b 0x112a2f000 + 287115
3 MultiProcessor Support 0x0000000112a7504c 0x112a2f000 + 286796
4 MultiProcessor Support 0x0000000112a95f14 0x112a2f000 + 421652
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 MultiProcessor Support 0x0000000112a7518b 0x112a2f000 + 287115
3 MultiProcessor Support 0x0000000112a7504c 0x112a2f000 + 286796
4 MultiProcessor Support 0x0000000112a95f14 0x112a2f000 + 421652
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 MultiProcessor Support 0x0000000112a7518b 0x112a2f000 + 287115
3 MultiProcessor Support 0x0000000112a7504c 0x112a2f000 + 286796
4 MultiProcessor Support 0x0000000112a95f14 0x112a2f000 + 421652
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 7:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 MultiProcessor Support 0x0000000112a7518b 0x112a2f000 + 287115
3 MultiProcessor Support 0x0000000112a7504c 0x112a2f000 + 286796
4 MultiProcessor Support 0x0000000112a95f14 0x112a2f000 + 421652
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 8:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 MultiProcessor Support 0x0000000112a7518b 0x112a2f000 + 287115
3 MultiProcessor Support 0x0000000112a7504c 0x112a2f000 + 286796
4 MultiProcessor Support 0x0000000112a95f14 0x112a2f000 + 421652
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 9:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.ACE 0x00000001053e82c9 0x1053af000 + 234185
6 com.adobe.ACE 0x00000001053e75da 0x1053af000 + 230874
7 com.apple.CoreServices.CarbonCore0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 10:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.ACE 0x00000001053e82c9 0x1053af000 + 234185
6 com.adobe.ACE 0x00000001053e75da 0x1053af000 + 230874
7 com.apple.CoreServices.CarbonCore0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 11:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.ACE 0x00000001053e82c9 0x1053af000 + 234185
6 com.adobe.ACE 0x00000001053e75da 0x1053af000 + 230874
7 com.apple.CoreServices.CarbonCore0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 12:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.ACE 0x00000001053e82c9 0x1053af000 + 234185
6 com.adobe.ACE 0x00000001053e75da 0x1053af000 + 230874
7 com.apple.CoreServices.CarbonCore0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 13:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.ACE 0x00000001053e82c9 0x1053af000 + 234185
6 com.adobe.ACE 0x00000001053e75da 0x1053af000 + 230874
7 com.apple.CoreServices.CarbonCore0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 14:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.ACE 0x00000001053e82c9 0x1053af000 + 234185
6 com.adobe.ACE 0x00000001053e75da 0x1053af000 + 230874
7 com.apple.CoreServices.CarbonCore0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 15:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.ACE 0x00000001053e82c9 0x1053af000 + 234185
6 com.adobe.ACE 0x00000001053e75da 0x1053af000 + 230874
7 com.apple.CoreServices.CarbonCore0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 16:
0 libsystem_kernel.dylib 0x00007fff90cfee42 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff95f0bdea nanosleep + 164
2 com.adobe.PSAutomate 0x000000012c1436eb 0x12c000000 + 1324779
3 com.adobe.PSAutomate 0x000000012c129539 0x12c000000 + 1217849
4 com.adobe.PSAutomate 0x000000012c143a56 0x12c000000 + 1325654
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 17:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.adobe.ape.engine 0x0000000142c76c0d APXGetHostAPI + 2516093
3 com.adobe.ape.engine 0x0000000142a24ec1 APXGetHostAPI + 83761
4 com.adobe.ape.engine 0x0000000142c76cd1 APXGetHostAPI + 2516289
5 com.adobe.ape.engine 0x0000000142c76d4a APXGetHostAPI + 2516410
6 com.adobe.ape.engine 0x0000000142c76e79 APXGetHostAPI + 2516713
7 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 18:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.adobe.ape.engine 0x0000000142c76c0d APXGetHostAPI + 2516093
3 com.adobe.ape.engine 0x0000000142a24ec1 APXGetHostAPI + 83761
4 com.adobe.ape.engine 0x0000000142c76cd1 APXGetHostAPI + 2516289
5 com.adobe.ape.engine 0x0000000142c76d4a APXGetHostAPI + 2516410
6 com.adobe.ape.engine 0x0000000142c76e79 APXGetHostAPI + 2516713
7 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 19:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.adobe.ape.engine 0x0000000142c76c0d APXGetHostAPI + 2516093
3 com.adobe.ape.engine 0x0000000142a24ec1 APXGetHostAPI + 83761
4 com.adobe.ape.engine 0x0000000142c76cd1 APXGetHostAPI + 2516289
5 com.adobe.ape.engine 0x0000000142c76d4a APXGetHostAPI + 2516410
6 com.adobe.ape.engine 0x0000000142c76e79 APXGetHostAPI + 2516713
7 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 20:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.adobe.ape.engine 0x0000000142c76c0d APXGetHostAPI + 2516093
3 com.adobe.ape.engine 0x0000000142a24ec1 APXGetHostAPI + 83761
4 com.adobe.ape.engine 0x0000000142c76cd1 APXGetHostAPI + 2516289
5 com.adobe.ape.engine 0x0000000142c76d4a APXGetHostAPI + 2516410
6 com.adobe.ape.engine 0x0000000142c76e79 APXGetHostAPI + 2516713
7 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 21:
0 libsystem_kernel.dylib 0x00007fff90cfd67a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90cfcd71 mach_msg + 73
2 com.apple.CoreFoundation 0x00007fff9667e50c __CFRunLoopServiceMachPort + 188
3 com.apple.CoreFoundation 0x00007fff96686c74 __CFRunLoopRun + 1204
4 com.apple.CoreFoundation 0x00007fff96686486 CFRunLoopRunSpecific + 230
5 com.apple.CoreMediaIO 0x00007fff8ddd0fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159
6 com.apple.CoreMediaIO 0x00007fff8ddc715a CAPThread::Entry(CAPThread*) + 98
7 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 22:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f592a6 _pthread_cond_wait + 890
2 com.adobe.ape.engine 0x0000000142c76bd0 APXGetHostAPI + 2516032
3 com.adobe.ape.engine 0x0000000142c8eddb APXGetHostAPI + 2614859
4 com.adobe.ape.engine 0x0000000142c76cd1 APXGetHostAPI + 2516289
5 com.adobe.ape.engine 0x0000000142c76d4a APXGetHostAPI + 2516410
6 com.adobe.ape.engine 0x0000000142c76e79 APXGetHostAPI + 2516713
7 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 23:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f592a6 _pthread_cond_wait + 890
2 com.adobe.ape.engine 0x0000000142c76bd0 APXGetHostAPI + 2516032
3 com.adobe.ape.engine 0x0000000142e092c3 APXGetHostAPI + 4164403
4 com.adobe.ape.engine 0x0000000142c76cd1 APXGetHostAPI + 2516289
5 com.adobe.ape.engine 0x0000000142c76d4a APXGetHostAPI + 2516410
6 com.adobe.ape.engine 0x0000000142c76e79 APXGetHostAPI + 2516713
7 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 24:
0 libsystem_kernel.dylib 0x00007fff90cfed7a __recvfrom + 10
1 ServiceManager-Launcher.dylib 0x000000012fc7e5ec Invoke + 45721
2 ServiceManager-Launcher.dylib 0x000000012fc7d813 Invoke + 42176
3 ServiceManager-Launcher.dylib 0x000000012fc7cbe0 Invoke + 39053
4 ServiceManager-Launcher.dylib 0x000000012fc7cc66 Invoke + 39187
5 ServiceManager-Launcher.dylib 0x000000012fc7830f Invoke + 20412
6 ServiceManager-Launcher.dylib 0x000000012fc78616 Invoke + 21187
7 ServiceManager-Launcher.dylib 0x000000012fc78cd7 Invoke + 22916
8 ServiceManager-Launcher.dylib 0x000000012fc78f41 Invoke + 23534
9 ServiceManager-Launcher.dylib 0x000000012fc7b61d Invoke + 33482
10 ServiceManager-Launcher.dylib 0x000000012fc7b775 Invoke + 33826
11 ServiceManager-Launcher.dylib 0x000000012fc7bfb2 Invoke + 35935
12 ServiceManager-Launcher.dylib 0x000000012fc7c0ad Invoke + 36186
13 ServiceManager-Launcher.dylib 0x000000012fc6ed6b Login + 480
14 ServiceManager-Launcher.dylib 0x000000012fc727ad Login + 15394
15 ServiceManager-Launcher.dylib 0x000000012fc7c412 Invoke + 37055
16 ServiceManager-Launcher.dylib 0x000000012fc7e253 Invoke + 44800
17 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
18 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 25:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.dvacore.framework 0x0000000130b67661 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
6 com.adobe.dvacore.framework 0x0000000130b4ed33 boost::function0<void>::operator()() const + 51
7 com.adobe.dvacore.framework 0x0000000130b5d773 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
8 com.adobe.boost_threads.framework0x000000012f9a8f45 thread_proxy + 133
9 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
10 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 26:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.dvacore.framework 0x0000000130b67661 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
6 com.adobe.dvacore.framework 0x0000000130b4ed33 boost::function0<void>::operator()() const + 51
7 com.adobe.dvacore.framework 0x0000000130b5d773 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
8 com.adobe.boost_threads.framework0x000000012f9a8f45 thread_proxy + 133
9 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
10 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 27:
0 libsystem_kernel.dylib 0x00007fff90cff7e6 kevent + 10
1 com.adobe.dvatransport.framework0x000000012fa695b3 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 243
2 com.adobe.dvatransport.framework0x000000012fa7527b boost::asio::detail::task_io_service::run(boost::system::error_code&) + 555
3 com.adobe.dvatransport.framework0x000000012fa5dab5 SkyConnectionEnv::MainLoop() + 117
4 com.adobe.dvatransport.framework0x000000012fa5db19 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
5 com.adobe.boost_threads.framework0x000000012f9a8f45 thread_proxy + 133
6 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
7 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 28:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.adobe.dvatransport.framework0x000000012fa754df boost::asio::detail::task_io_service::run(boost::system::error_code&) + 1167
3 com.adobe.dvatransport.framework0x000000012fa75acd boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_ io_service_runner>::run() + 61
4 com.adobe.dvatransport.framework0x000000012fa67d99 boost_asio_detail_posix_thread_function + 25
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 29:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.dvacore.framework 0x0000000130b67661 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
6 com.adobe.dvacore.framework 0x0000000130b4ed33 boost::function0<void>::operator()() const + 51
7 com.adobe.dvacore.framework 0x0000000130b5d773 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
8 com.adobe.boost_threads.framework0x000000012f9a8f45 thread_proxy + 133
9 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
10 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 30:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.dvacore.framework 0x0000000130b67661 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
6 com.adobe.dvacore.framework 0x0000000130b4ed33 boost::function0<void>::operator()() const + 51
7 com.adobe.dvacore.framework 0x0000000130b5d773 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
8 com.adobe.boost_threads.framework0x000000012f9a8f45 thread_proxy + 133
9 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
10 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 31:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.dvacore.framework 0x0000000130b67661 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
6 com.adobe.dvacore.framework 0x0000000130b4ed33 boost::function0<void>::operator()() const + 51
7 com.adobe.dvacore.framework 0x0000000130b5d773 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
8 com.adobe.boost_threads.framework0x000000012f9a8f45 thread_proxy + 133
9 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
10 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 32:
0 libsystem_kernel.dylib 0x00007fff90cff7e6 kevent + 10
1 com.adobe.dvatransport.framework0x000000012fa695b3 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 243
2 com.adobe.dvatransport.framework0x000000012fa7527b boost::asio::detail::task_io_service::run(boost::system::error_code&) + 555
3 com.adobe.dvatransport.framework0x000000012fa5dab5 SkyConnectionEnv::MainLoop() + 117
4 com.adobe.dvatransport.framework0x000000012fa5db19 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
5 com.adobe.boost_threads.framework0x000000012f9a8f45 thread_proxy + 133
6 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
7 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 33:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 libtbb.dylib 0x0000000103d43010 tbb::internal::rml::private_worker::thread_routine(void*) + 416
3 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
4 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 34:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 libtbb.dylib 0x0000000103d43010 tbb::internal::rml::private_worker::thread_routine(void*) + 416
3 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
4 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 35:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 libtbb.dylib 0x0000000103d43010 tbb::internal::rml::private_worker::thread_routine(void*) + 416
3 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
4 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 36:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 libtbb.dylib 0x0000000103d43010 tbb::internal::rml::private_worker::thread_routine(void*) + 416
3 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
4 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 37:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 libtbb.dylib 0x0000000103d43010 tbb::internal::rml::private_worker::thread_routine(void*) + 416
3 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
4 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 38:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 libtbb.dylib 0x0000000103d43010 tbb::internal::rml::private_worker::thread_routine(void*) + 416
3 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
4 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 39:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 libtbb.dylib 0x0000000103d43010 tbb::internal::rml::private_worker::thread_routine(void*) + 416
3 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
4 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 40:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff90cfedf2 __select + 10
1 com.apple.CoreFoundation 0x00007fff966cfc8b __CFSocketManager + 1355
2 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
3 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 41:: CoreAnimation render server
0 libsystem_kernel.dylib 0x00007fff90cfd67a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90cfcd71 mach_msg + 73
2 com.apple.QuartzCore 0x00007fff9090fdf5 CA::Render::Server::server_thread(void*) + 184
3 com.apple.QuartzCore 0x00007fff9090fd35 thread_fun + 24
4 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
5 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 42:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.adobe.Photoshop 0x000000010029b77d boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2058765
3 com.adobe.Photoshop 0x00000001017e3aca AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21332394
4 com.adobe.Photoshop 0x00000001017e1959 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21323833
5 com.adobe.Photoshop 0x0000000101747974 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20693076
6 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
7 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 43:: ace
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.CameraRaw 0x00000001be2e6776 0x1be030000 + 2844534
6 com.adobe.CameraRaw 0x00000001be2e6403 0x1be030000 + 2843651
7 com.apple.CoreServices.CarbonCore0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 44:: ace
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.CameraRaw 0x00000001be2e6776 0x1be030000 + 2844534
6 com.adobe.CameraRaw 0x00000001be2e6403 0x1be030000 + 2843651
7 com.apple.CoreServices.CarbonCore0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 45:: ace
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.CameraRaw 0x00000001be2e6776 0x1be030000 + 2844534
6 com.adobe.CameraRaw 0x00000001be2e6403 0x1be030000 + 2843651
7 com.apple.CoreServices.CarbonCore0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 46:: ace
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.CameraRaw 0x00000001be2e6776 0x1be030000 + 2844534
6 com.adobe.CameraRaw 0x00000001be2e6403 0x1be030000 + 2843651
7 com.apple.CoreServices.CarbonCore0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 47:: cr_scratch
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.adobe.CameraRaw 0x00000001be5e6551 0x1be030000 + 5989713
3 com.adobe.CameraRaw 0x00000001be5884c2 0x1be030000 + 5604546
4 com.adobe.CameraRaw 0x00000001be3ed2f9 0x1be030000 + 3920633
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 48:
0 libsystem_kernel.dylib 0x00007fff90cffab6 pwrite + 10
1 com.apple.CoreServices.CarbonCore0x00007fff990d9ccc BasicWrite(FileRecord*, short, long long, unsigned long long*, void*, unsigned long long*) + 200
2 com.apple.CoreServices.CarbonCore0x00007fff990d9bd6 PBWriteForkSync + 88
3 com.apple.CoreServices.CarbonCore0x00007fff9911867b AsyncFileThread(void*) + 128
4 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
5 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 49:: Dispatch queue: com.apple.NetworkBrowser.ConnectedBrowser
0 libsystem_kernel.dylib 0x00007fff90cff386 close + 10
1 com.apple.AppleShareClientCore0x000000012dba7a7c GetStatus + 1017
2 com.apple.AppleShareClientCore0x000000012dba765a TServerProxy::GetSrvrInfo(sockaddr*, unsigned char*) + 66
3 com.apple.AppleShareClientCore0x000000012dbba92c TServerProxy::Connect(unsigned int) + 118
4 com.apple.URLMount.AFPPlugin 0x000000011a136eab AFP_GetServerInfo + 887
5 com.apple.CoreServices.OSServices0x00007fff8d0d178e ConnectedBrowser::setNodeModel(__NWNode*, __CFString const*, __CFURL const*) + 134
6 com.apple.CoreServices.OSServices0x00007fff8d0d23ef ConnectedBrowser::copyConnected() + 837
7 com.apple.CoreServices.OSServices0x00007fff8d0d1c66 __workAroundRadarBug6737002_block_invoke_3 + 61
8 libdispatch.dylib 0x00007fff92e9ca82 _dispatch_call_block_and_release + 18
9 libdispatch.dylib 0x00007fff92e9e2d2 _dispatch_queue_drain + 264
10 libdispatch.dylib 0x00007fff92e9e12e _dispatch_queue_invoke + 54
11 libdispatch.dylib 0x00007fff92e9d928 _dispatch_worker_thread2 + 198
12 libsystem_c.dylib 0x00007fff95f573da _pthread_wqthread + 316
13 libsystem_c.dylib 0x00007fff95f58b85 start_wqthread + 13
Thread 50:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
0 libsystem_kernel.dylib 0x00007fff90cfeafa __open_nocancel + 10
1 libsystem_c.dylib 0x00007fff95f19f7a fopen + 80
2 com.apple.DesktopServices 0x00007fff96f8e407 TFSVolumeInfo::GetHiddenList() + 175
3 com.apple.DesktopServices 0x00007fff96f8dc73 TFSVolumeInfo::Initialize(TCountedPtr<TVolumeSyncThread> const&, short, unsigned char, bool&) + 1477
4 com.apple.DesktopServices 0x00007fff96f8f10f TFSVolumeInfo::AddVolume(TCountedPtr<TVolumeSyncThread> const&, short, unsigned char, TCountedPtr<TFSVolumeInfo>&, bool&) + 129
5 com.apple.DesktopServices 0x00007fff96f5d7da TNode::AddVolume(TCountedPtr<TVolumeSyncThread> const&, short, unsigned char, TNodePtr&, bool&) + 126
6 com.apple.DesktopServices 0x00007fff96f66a14 TNode::SynchronizeVolumes(bool, TCountedPtr<TVolumeSyncThread> const&) + 214
7 com.apple.DesktopServices 0x00007fff96f67339 TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 891
8 com.apple.DesktopServices 0x00007fff96f8d041 __PostNodeTaskRequest_block_invoke_010 + 82
9 com.apple.DesktopServices 0x00007fff96fa0978 ExceptionSafeBlock(void ( block_pointer)()) + 15
10 com.apple.DesktopServices 0x00007fff96f8cfe9 __PostNodeTaskRequest_block_invoke_0 + 88
11 libdispatch.dylib 0x00007fff92e9ca82 _dispatch_call_block_and_release + 18
12 libdispatch.dylib 0x00007fff92e9e2d2 _dispatch_queue_drain + 264
13 libdispatch.dylib 0x00007fff92e9e12e _dispatch_queue_invoke + 54
14 libdispatch.dylib 0x00007fff92e9d928 _dispatch_worker_thread2 + 198
15 libsystem_c.dylib 0x00007fff95f573da _pthread_wqthread + 316
16 libsystem_c.dylib 0x00007fff95f58b85 start_wqthread + 13
Thread 51:
0 libsystem_kernel.dylib 0x00007fff90cff192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff95f57594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff95f58b85 start_wqthread + 13
Thread 52:
0 libsystem_kernel.dylib 0x00007fff90cff192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff95f57594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff95f58b85 start_wqthread + 13
Thread 53:: Dispatch queue: TNodeEngine 0x12dff6790
0 com.apple.CoreFoundation 0x00007fff9665008d CFBasicHashFindBucket + 1917
1 com.apple.CoreFoundation 0x00007fff9664f8ef CFDictionaryGetValue + 143
2 com.apple.CoreServicesInternal0x00007fff9713e4a4 _ZL17getPropertyForKeyPK10__CFString + 27
3 com.apple.CoreServicesInternal0x00007fff97147e25 _FSURLCopyResourcePropertyForKey + 65
4 com.apple.CoreFoundation 0x00007fff966a5225 CFURLCopyResourcePropertyForKey + 133
5 com.apple.DesktopServices 0x00007fff96fb1503 TFSInfo::GetBooleanProperty(__CFString const*) const + 29
6 com.apple.DesktopServices 0x00007fff96fb14e1 TFSInfo::IsRootItem() const + 19
7 com.apple.DesktopServices 0x00007fff96f37bde TNode::IsVisible() const + 122
8 com.apple.DesktopServices 0x00007fff96f352b7 TNodeIterator::GetUnsortedChildrenForNode(TNodePtr const&, short (*)(unsigned long, unsigned short const*, unsigned long, unsigned short const*), short (*)(long long, long long), unsigned int, bool) + 227
9 com.apple.DesktopServices 0x00007fff96f34ef5 TNodeIterator::TNodeIterator(TNodePtr const&, short (*)(unsigned long, unsigned short const*, unsigned long, unsigned short const*), short (*)(long long, long long), unsigned int, bool) + 257
10 com.apple.DesktopServices 0x00007fff96f348e5 TNode::NewNodeIterator(TNodeIterator*&, short (*)(unsigned long, unsigned short const*, unsigned long, unsigned short const*), short (*)(long long, long long), unsigned int, OpaqueNodeRequest* const&, unsigned int) const + 303
11 com.apple.DesktopServices 0x00007fff96f34768 NodeNewSortedIterator(OpaqueNodeRef*, short (*)(unsigned long, unsigned short const*, unsigned long, unsigned short const*), short (*)(long long, long long), unsigned int, OpaqueNodeIterator**, OpaqueNodeRequest*, unsigned int) + 122
12 com.apple.DesktopServices 0x00007fff96f346e6 NodeNewIterator + 28
13 com.apple.FinderKit 0x00007fff91ffc36f TFENodeIterator::Init(TFENode const&, TNodeObserver const*, bool, bool volatile*) + 329
14 com.apple.FinderKit 0x00007fff920198a2 TNodeInsertionHandler::FirstStep() + 170
15 com.apple.FinderKit 0x00007fff920176eb TNodeEngineNotificationHandler::FirstStepOnSecondaryThread() + 25
16 com.apple.FinderKit 0x00007fff92058022 __PerformAsyncOnQueue_block_invoke_0 + 34
17 libdispatch.dylib 0x00007fff92e9ca82 _dispatch_call_block_and_release + 18
18 libdispatch.dylib 0x00007fff92e9e2d2 _dispatch_queue_drain + 264
19 libdispatch.dylib 0x00007fff92e9e12e _dispatch_queue_invoke + 54
20 libdispatch.dylib 0x00007fff92e9d928 _dispatch_worker_thread2 + 198
21 libsystem_c.dylib 0x00007fff95f573da _pthread_wqthread + 316
22 libsystem_c.dylib 0x00007fff95f58b85 start_wqthread + 13
Thread 54:
0 libsystem_kernel.dylib 0x00007fff90cff192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff95f57594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff95f58b85 start_wqthread + 13
Thread 55:: com.apple.appkit-heartbeat
0 libsystem_kernel.dylib 0x00007fff90cfee42 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff95f0bdea nanosleep + 164
2 libsystem_c.dylib 0x00007fff95f0bbb5 usleep + 53
3 com.apple.AppKit 0x00007fff9413011b -[NSUIHeartBeat _heartBeatThread:] + 1727
4 com.apple.Foundation 0x00007fff961e572a -[NSThread main] + 68
5 com.apple.Foundation 0x00007fff961e56a2 __NSThread__main__ + 1575
6 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
7 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 56:
0 libsystem_kernel.dylib 0x00007fff90cff192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff95f57594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff95f58b85 start_wqthread + 13
Thread 57:
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x00007fff5fbfcb68 rcx: 0x0000000132880678 rdx: 0x0000000000000000
rdi: 0x000000012dd625c0 rsi: 0x0000000131fc2820 rbp: 0x00007fff5fbfcb00 rsp: 0x00007fff5fbfcb00
r8: 0x0000000000000000 r9: 0x0000000000000005 r10: 0x0000000000004da0 r11: 0xfffffffecd32dbdf
r12: 0x0000000000000000 r13: 0x0000000131fc2820 r14: 0x00000001339d9908 r15: 0x00000001339d9900
rip: 0x00007fff91fdeeeb rfl: 0x0000000000010246 cr2: 0x0000000000000018
Logical CPU: 0
Binary Images:
0x100000000 - 0x103673fff +com.adobe.Photoshop (13.1.2 - 13.1.2.224) <E29BEA76-8EC8-3A4C-8279-056B8B0006D7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
0x103d34000 - 0x103d60ff7 +libtbb.dylib (??? - ???) <57655978-A378-BE1E-7905-7D7F951AD6F7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/libtbb.dylib
0x103d77000 - 0x103d85ff3 +libtbbmalloc.dylib (??? - ???) <CB038B96-2999-5EB1-E26A-7720A7A8F8CD> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/libtbbmalloc.dylib
0x103d99000 - 0x103da0fff org.twain.dsm (1.9.5 - 1.9.5) <D3C111E6-AAE8-3267-B760-1529D0917170> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
0x103da8000 - 0x103dc2ff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
0x103dcb000 - 0x103dd1fff com.apple.agl (3.2.0 - AGL-3.2.0) <AB0B5D3F-BA2A-3366-830A-EF9258C18276> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x103dd8000 - 0x103fa1fff +com.adobe.owl (AdobeOwl version 5.0.4 - 5.0.4) <0FA698D2-CE7E-3C5A-B3D2-D9859A8612A0> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
0x103fe3000 - 0x104429ff7 +com.adobe.MPS (AdobeMPS 5.8.0.19463 - 5.8.0.19463) <8A4BA3B2-6F6A-3958-ABDE-C3E8F21373B0> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
0x1044a5000 - 0x1047feff7 +com.adobe.AGM (AdobeAGM 4.26.20.20743 - 4.26.20.20743) <27080135-E835-75EF-FF42-15299479FDA1> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
0x104867000 - 0x104bc8fef +com.adobe.CoolType (AdobeCoolType 5.10.33.20743 - 5.10.33.20743) <758DF893-C0F4-5769-53C5-7C80FC9111FB> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
0x104c15000 - 0x104c3dff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <BFA061BE-7598-275D-D3F7-5842674E367E> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
0x104c44000 - 0x104c70fff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
0x104c93000 - 0x104de0ff7 +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <FFA48E0A-A17C-A04F-AE20-6815EB944DEA> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
0x104e54000 - 0x104ec3fff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <3DF07718-0B1A-3EFC-AEC6-A5F77F441243> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
0x104ee3000 - 0x104f42ff7 +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <213B039E-BFDA-3FD3-9E86-C5A7F96F33E4> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
0x104fa4000 - 0x105034ff7 +com.adobe.AIF (AdobHappened again, here's another crash report. This time it was on a smaller file, so I'm not sure file size had anything to do with it.
Process: Adobe Photoshop CS6 [290]
Path: /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
Identifier: com.adobe.Photoshop
Version: 13.1.2 (13.1.2.224)
Code Type: X86-64 (Native)
Parent Process: launchd [163]
Date/Time: 2014-01-15 15:23:45.349 -0800
OS Version: Mac OS X 10.7.5 (11G63b)
Report Version: 9
Interval Since Last Report: 295628 sec
Crashes Since Last Report: 3
Per-App Interval Since Last Report: 1538014 sec
Per-App Crashes Since Last Report: 3
Anonymous UUID: F64B6195-CB0C-467E-B495-A3293D5B43A6
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000
VM Regions Near 0:
-->
__TEXT 0000000100000000-0000000103674000 [ 54.5M] r-x/rwx SM=COW /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
Application Specific Information:
objc_msgSend() selector name: isKindOfClass:
objc[290]: garbage collection is OFF
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff90b06110 objc_msgSend_vtable4 + 16
1 com.adobe.owl 0x0000000103df5858 0x103dd8000 + 120920
2 com.adobe.owl 0x0000000103df587f 0x103dd8000 + 120959
3 com.adobe.owl 0x0000000103e23bda 0x103dd8000 + 310234
4 com.adobe.owl 0x0000000103e23898 OWLWidgetGetParent + 57
5 com.adobe.Photoshop 0x0000000101703552 0x100000000 + 24130898
6 com.adobe.Photoshop 0x0000000101060a4a 0x100000000 + 17173066
7 com.adobe.Photoshop 0x000000010105f161 0x100000000 + 17166689
8 com.adobe.Photoshop 0x000000010105f28f 0x100000000 + 17166991
9 com.adobe.Photoshop 0x0000000100fdfc40 0x100000000 + 16645184
10 com.adobe.Photoshop 0x0000000101741b50 0x100000000 + 24386384
11 com.adobe.Photoshop 0x0000000101743bb9 0x100000000 + 24394681
12 com.adobe.owl 0x0000000103e207ef 0x103dd8000 + 296943
13 com.adobe.owl 0x0000000103e205b8 0x103dd8000 + 296376
14 com.adobe.owl 0x0000000103e94661 0x103dd8000 + 771681
15 com.adobe.owl 0x0000000103e33765 0x103dd8000 + 374629
16 com.adobe.owl 0x0000000103dffdfe 0x103dd8000 + 163326
17 com.adobe.owl 0x0000000103e02b53 0x103dd8000 + 174931
18 com.apple.Foundation 0x00007fff961e2f40 __NSFireTimer + 102
19 com.apple.CoreFoundation 0x00007fff966a6934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
20 com.apple.CoreFoundation 0x00007fff966a6486 __CFRunLoopDoTimer + 534
21 com.apple.CoreFoundation 0x00007fff96686e11 __CFRunLoopRun + 1617
22 com.apple.CoreFoundation 0x00007fff96686486 CFRunLoopRunSpecific + 230
23 com.apple.HIToolbox 0x00007fff968252bf RunCurrentEventLoopInMode + 277
24 com.apple.HIToolbox 0x00007fff9682c4bf ReceiveNextEventCommon + 181
25 com.apple.HIToolbox 0x00007fff9682c3fa BlockUntilNextEventMatchingListInMode + 62
26 com.apple.AppKit 0x00007fff93efb779 _DPSNextEvent + 659
27 com.apple.AppKit 0x00007fff93efb07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
28 com.apple.AppKit 0x00007fff93ef79b9 -[NSApplication run] + 470
29 com.adobe.Photoshop 0x0000000101706d22 0x100000000 + 24145186
30 com.adobe.Photoshop 0x0000000101707fec 0x100000000 + 24149996
31 com.adobe.Photoshop 0x000000010008818d 0x100000000 + 557453
32 com.adobe.Photoshop 0x00000001002ca14c 0x100000000 + 2924876
33 com.adobe.Photoshop 0x00000001002ca229 0x100000000 + 2925097
34 com.adobe.Photoshop 0x00000001000029f4 0x100000000 + 10740
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff90cff7e6 kevent + 10
1 libdispatch.dylib 0x00007fff92e9e786 _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff92e9d316 _dispatch_mgr_thread + 54
Thread 2:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 MultiProcessor Support 0x0000000112cd718b 0x112c91000 + 287115
3 MultiProcessor Support 0x0000000112cd704c 0x112c91000 + 286796
4 MultiProcessor Support 0x0000000112cf7f14 0x112c91000 + 421652
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 MultiProcessor Support 0x0000000112cd718b 0x112c91000 + 287115
3 MultiProcessor Support 0x0000000112cd704c 0x112c91000 + 286796
4 MultiProcessor Support 0x0000000112cf7f14 0x112c91000 + 421652
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 MultiProcessor Support 0x0000000112cd718b 0x112c91000 + 287115
3 MultiProcessor Support 0x0000000112cd704c 0x112c91000 + 286796
4 MultiProcessor Support 0x0000000112cf7f14 0x112c91000 + 421652
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 MultiProcessor Support 0x0000000112cd718b 0x112c91000 + 287115
3 MultiProcessor Support 0x0000000112cd704c 0x112c91000 + 286796
4 MultiProcessor Support 0x0000000112cf7f14 0x112c91000 + 421652
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 MultiProcessor Support 0x0000000112cd718b 0x112c91000 + 287115
3 MultiProcessor Support 0x0000000112cd704c 0x112c91000 + 286796
4 MultiProcessor Support 0x0000000112cf7f14 0x112c91000 + 421652
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 7:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 MultiProcessor Support 0x0000000112cd718b 0x112c91000 + 287115
3 MultiProcessor Support 0x0000000112cd704c 0x112c91000 + 286796
4 MultiProcessor Support 0x0000000112cf7f14 0x112c91000 + 421652
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 8:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 MultiProcessor Support 0x0000000112cd718b 0x112c91000 + 287115
3 MultiProcessor Support 0x0000000112cd704c 0x112c91000 + 286796
4 MultiProcessor Support 0x0000000112cf7f14 0x112c91000 + 421652
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 9:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore 0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore 0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore 0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.ACE 0x00000001053e82c9 0x1053af000 + 234185
6 com.adobe.ACE 0x00000001053e75da 0x1053af000 + 230874
7 com.apple.CoreServices.CarbonCore 0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 10:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore 0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore 0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore 0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.ACE 0x00000001053e82c9 0x1053af000 + 234185
6 com.adobe.ACE 0x00000001053e75da 0x1053af000 + 230874
7 com.apple.CoreServices.CarbonCore 0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 11:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore 0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore 0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore 0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.ACE 0x00000001053e82c9 0x1053af000 + 234185
6 com.adobe.ACE 0x00000001053e75da 0x1053af000 + 230874
7 com.apple.CoreServices.CarbonCore 0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 12:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore 0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore 0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore 0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.ACE 0x00000001053e82c9 0x1053af000 + 234185
6 com.adobe.ACE 0x00000001053e75da 0x1053af000 + 230874
7 com.apple.CoreServices.CarbonCore 0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 13:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore 0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore 0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore 0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.ACE 0x00000001053e82c9 0x1053af000 + 234185
6 com.adobe.ACE 0x00000001053e75da 0x1053af000 + 230874
7 com.apple.CoreServices.CarbonCore 0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 14:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore 0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore 0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore 0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.ACE 0x00000001053e82c9 0x1053af000 + 234185
6 com.adobe.ACE 0x00000001053e75da 0x1053af000 + 230874
7 com.apple.CoreServices.CarbonCore 0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 15:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore 0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore 0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore 0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.ACE 0x00000001053e82c9 0x1053af000 + 234185
6 com.adobe.ACE 0x00000001053e75da 0x1053af000 + 230874
7 com.apple.CoreServices.CarbonCore 0x00007fff9912ace6 PrivateMPEntryPoint + 58
8 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 16:
0 libsystem_kernel.dylib 0x00007fff90cfee42 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff95f0bdea nanosleep + 164
2 com.adobe.PSAutomate 0x00000001179436eb 0x117800000 + 1324779
3 com.adobe.PSAutomate 0x0000000117929539 0x117800000 + 1217849
4 com.adobe.PSAutomate 0x0000000117943a56 0x117800000 + 1325654
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 17:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.adobe.ape.engine 0x0000000130626c0d APXGetHostAPI + 2516093
3 com.adobe.ape.engine 0x00000001303d4ec1 APXGetHostAPI + 83761
4 com.adobe.ape.engine 0x0000000130626cd1 APXGetHostAPI + 2516289
5 com.adobe.ape.engine 0x0000000130626d4a APXGetHostAPI + 2516410
6 com.adobe.ape.engine 0x0000000130626e79 APXGetHostAPI + 2516713
7 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 18:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.adobe.ape.engine 0x0000000130626c0d APXGetHostAPI + 2516093
3 com.adobe.ape.engine 0x00000001303d4ec1 APXGetHostAPI + 83761
4 com.adobe.ape.engine 0x0000000130626cd1 APXGetHostAPI + 2516289
5 com.adobe.ape.engine 0x0000000130626d4a APXGetHostAPI + 2516410
6 com.adobe.ape.engine 0x0000000130626e79 APXGetHostAPI + 2516713
7 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 19:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.adobe.ape.engine 0x0000000130626c0d APXGetHostAPI + 2516093
3 com.adobe.ape.engine 0x00000001303d4ec1 APXGetHostAPI + 83761
4 com.adobe.ape.engine 0x0000000130626cd1 APXGetHostAPI + 2516289
5 com.adobe.ape.engine 0x0000000130626d4a APXGetHostAPI + 2516410
6 com.adobe.ape.engine 0x0000000130626e79 APXGetHostAPI + 2516713
7 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 20:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.adobe.ape.engine 0x0000000130626c0d APXGetHostAPI + 2516093
3 com.adobe.ape.engine 0x00000001303d4ec1 APXGetHostAPI + 83761
4 com.adobe.ape.engine 0x0000000130626cd1 APXGetHostAPI + 2516289
5 com.adobe.ape.engine 0x0000000130626d4a APXGetHostAPI + 2516410
6 com.adobe.ape.engine 0x0000000130626e79 APXGetHostAPI + 2516713
7 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 21:
0 libsystem_kernel.dylib 0x00007fff90cfd67a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90cfcd71 mach_msg + 73
2 com.apple.CoreFoundation 0x00007fff9667e50c __CFRunLoopServiceMachPort + 188
3 com.apple.CoreFoundation 0x00007fff96686c74 __CFRunLoopRun + 1204
4 com.apple.CoreFoundation 0x00007fff96686486 CFRunLoopRunSpecific + 230
5 com.apple.CoreMediaIO 0x00007fff8ddd0fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159
6 com.apple.CoreMediaIO 0x00007fff8ddc715a CAPThread::Entry(CAPThread*) + 98
7 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 22:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f592a6 _pthread_cond_wait + 890
2 com.adobe.ape.engine 0x0000000130626bd0 APXGetHostAPI + 2516032
3 com.adobe.ape.engine 0x000000013063eddb APXGetHostAPI + 2614859
4 com.adobe.ape.engine 0x0000000130626cd1 APXGetHostAPI + 2516289
5 com.adobe.ape.engine 0x0000000130626d4a APXGetHostAPI + 2516410
6 com.adobe.ape.engine 0x0000000130626e79 APXGetHostAPI + 2516713
7 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 23:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f592a6 _pthread_cond_wait + 890
2 com.adobe.ape.engine 0x0000000130626bd0 APXGetHostAPI + 2516032
3 com.adobe.ape.engine 0x00000001307b9233 APXGetHostAPI + 4164259
4 com.adobe.ape.engine 0x0000000130626cd1 APXGetHostAPI + 2516289
5 com.adobe.ape.engine 0x0000000130626d4a APXGetHostAPI + 2516410
6 com.adobe.ape.engine 0x0000000130626e79 APXGetHostAPI + 2516713
7 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 24:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore 0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore 0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore 0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.dvacore.framework 0x000000012f813661 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
6 com.adobe.dvacore.framework 0x000000012f7fad33 boost::function0<void>::operator()() const + 51
7 com.adobe.dvacore.framework 0x000000012f809773 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
8 com.adobe.boost_threads.framework 0x0000000118d95f45 thread_proxy + 133
9 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
10 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 25:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore 0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore 0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore 0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.dvacore.framework 0x000000012f813661 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
6 com.adobe.dvacore.framework 0x000000012f7fad33 boost::function0<void>::operator()() const + 51
7 com.adobe.dvacore.framework 0x000000012f809773 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
8 com.adobe.boost_threads.framework 0x0000000118d95f45 thread_proxy + 133
9 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
10 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 26:
0 libsystem_kernel.dylib 0x00007fff90cff7e6 kevent + 10
1 com.adobe.dvatransport.framework 0x0000000126b285b3 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 243
2 com.adobe.dvatransport.framework 0x0000000126b3427b boost::asio::detail::task_io_service::run(boost::system::error_code&) + 555
3 com.adobe.dvatransport.framework 0x0000000126b1cab5 SkyConnectionEnv::MainLoop() + 117
4 com.adobe.dvatransport.framework 0x0000000126b1cb19 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
5 com.adobe.boost_threads.framework 0x0000000118d95f45 thread_proxy + 133
6 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
7 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 27:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.adobe.dvatransport.framework 0x0000000126b344df boost::asio::detail::task_io_service::run(boost::system::error_code&) + 1167
3 com.adobe.dvatransport.framework 0x0000000126b34acd boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_ io_service_runner>::run() + 61
4 com.adobe.dvatransport.framework 0x0000000126b26d99 boost_asio_detail_posix_thread_function + 25
5 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 28:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore 0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore 0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore 0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.dvacore.framework 0x000000012f813661 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
6 com.adobe.dvacore.framework 0x000000012f7fad33 boost::function0<void>::operator()() const + 51
7 com.adobe.dvacore.framework 0x000000012f809773 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
8 com.adobe.boost_threads.framework 0x0000000118d95f45 thread_proxy + 133
9 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
10 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 29:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore 0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore 0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore 0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.dvacore.framework 0x000000012f813661 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
6 com.adobe.dvacore.framework 0x000000012f7fad33 boost::function0<void>::operator()() const + 51
7 com.adobe.dvacore.framework 0x000000012f809773 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
8 com.adobe.boost_threads.framework 0x0000000118d95f45 thread_proxy + 133
9 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
10 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 30:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 com.apple.CoreServices.CarbonCore 0x00007fff99152a5e TSWaitOnCondition + 106
3 com.apple.CoreServices.CarbonCore 0x00007fff990e4ea6 TSWaitOnConditionTimedRelative + 127
4 com.apple.CoreServices.CarbonCore 0x00007fff99129e81 MPWaitOnQueue + 181
5 com.adobe.dvacore.framework 0x000000012f813661 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
6 com.adobe.dvacore.framework 0x000000012f7fad33 boost::function0<void>::operator()() const + 51
7 com.adobe.dvacore.framework 0x000000012f809773 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
8 com.adobe.boost_threads.framework 0x0000000118d95f45 thread_proxy + 133
9 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
10 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 31:
0 libsystem_kernel.dylib 0x00007fff90cff7e6 kevent + 10
1 com.adobe.dvatransport.framework 0x0000000126b285b3 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 243
2 com.adobe.dvatransport.framework 0x0000000126b3427b boost::asio::detail::task_io_service::run(boost::system::error_code&) + 555
3 com.adobe.dvatransport.framework 0x0000000126b1cab5 SkyConnectionEnv::MainLoop() + 117
4 com.adobe.dvatransport.framework 0x0000000126b1cb19 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
5 com.adobe.boost_threads.framework 0x0000000118d95f45 thread_proxy + 133
6 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
7 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 32:
0 libsystem_kernel.dylib 0x00007fff90cfed7a __recvfrom + 10
1 ServiceManager-Launcher.dylib 0x00000001184825ec Invoke + 45721
2 ServiceManager-Launcher.dylib 0x0000000118481813 Invoke + 42176
3 ServiceManager-Launcher.dylib 0x0000000118480be0 Invoke + 39053
4 ServiceManager-Launcher.dylib 0x0000000118480c66 Invoke + 39187
5 ServiceManager-Launcher.dylib 0x000000011847c30f Invoke + 20412
6 ServiceManager-Launcher.dylib 0x000000011847c616 Invoke + 21187
7 ServiceManager-Launcher.dylib 0x000000011847ccd7 Invoke + 22916
8 ServiceManager-Launcher.dylib 0x000000011847cf41 Invoke + 23534
9 ServiceManager-Launcher.dylib 0x000000011847f61d Invoke + 33482
10 ServiceManager-Launcher.dylib 0x000000011847f775 Invoke + 33826
11 ServiceManager-Launcher.dylib 0x000000011847ffb2 Invoke + 35935
12 ServiceManager-Launcher.dylib 0x00000001184800ad Invoke + 36186
13 ServiceManager-Launcher.dylib 0x0000000118472d6b Login + 480
14 ServiceManager-Launcher.dylib 0x00000001184767ad Login + 15394
15 ServiceManager-Launcher.dylib 0x0000000118480412 Invoke + 37055
16 ServiceManager-Launcher.dylib 0x0000000118482253 Invoke + 44800
17 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
18 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 33:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff90cfedf2 __select + 10
1 com.apple.CoreFoundation 0x00007fff966cfc8b __CFSocketManager + 1355
2 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
3 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 34:: CoreAnimation render server
0 libsystem_kernel.dylib 0x00007fff90cfd67a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90cfcd71 mach_msg + 73
2 com.apple.QuartzCore 0x00007fff9090fdf5 CA::Render::Server::server_thread(void*) + 184
3 com.apple.QuartzCore 0x00007fff9090fd35 thread_fun + 24
4 libsystem_c.dylib 0x00007fff95f558bf _pthread_start + 335
5 libsystem_c.dylib 0x00007fff95f58b75 thread_start + 13
Thread 35:
0 libsystem_kernel.dylib 0x00007fff90cfebca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff95f59274 _pthread_cond_wait + 840
2 libtbb.dylib 0x0000000103d43010 tbb::internal::rml::pr -
How do I place a large format image into Illustrator
I am trying to place a large format image that I created in Photoshop into Illustrator. I have tried PSD, TIFF, and JPG. I have even cropped down the image into smaller portions to try to make it easier to work with. Every time I try to Place the image I get a dialogue box saying,"The file 'Water 1.jpg' is in an unknown format and cannot be opened.' Can anyone help with this?
I would guess the file is simply too big. Make sure the document is in RGB mode. If I were you, I would never submit a file that size at 300ppi for large format. Large or grand format printers only need around 100 to 144ppi at 100% final size. Also, set the Illustrator file up at 25% scale and place the image at 25% @ 300ppi ( image resolution ends up around 75ppi which is still plenty when enlarged 400% to final size ). Getting back to the original error message, it could be the system is running out of both RAM and scratch disk space and cannot deal with the preview required. Better to scale the file down for large format.
-
InDesign crashing when importing tiff images
I have upgraded to InDesign CC 2014. I have trouble importing some tiff images. InDesign crashes. Not all tiff images create problems. It depends on which version of Photoshop, they are saved in. If I open the image in Photoshop and saves again, there are not any problems. Our database is very large and contains several folders, so it is a big task to archive all images again, even if I create an action in Photoshop. I have searched, but I can not find any settings in InDesign that helps. Does anybody else has encountered this problem and found a solution?
ASk in the Id forum and provide exact system info, versions of PS, details about your files and so on. There is an issue with legacy color profiles in some cases, but beyond that I'm not aware of other problems that may be relevant here.
MYlenium -
How to control the pixcel size in given tiff image
Hai
I loaded tiff image into the Frame by using the jai_core.jar and jai_codec.jar files. I am unable to control the pixcel size. It displaied default size. How to restract the pixcel on the image in Frame.
import java.io.File;
import java.io.IOException;
import java.awt.Frame;
import java.awt.image.RenderedImage;
import javax.media.jai.widget.ScrollingImagePanel;
import javax.media.jai.ImageLayout;
import javax.media.jai.NullOpImage;
import javax.media.jai.OpImage;
import com.sun.media.jai.codec.SeekableStream;
import com.sun.media.jai.codec.FileSeekableStream;
import com.sun.media.jai.codec.TIFFDecodeParam;
import com.sun.media.jai.codec.ImageDecoder;
import com.sun.media.jai.codec.ImageCodec;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
import javax.imageio.ImageReadParam.*;
class MultiPageRead extends JFrame
ScrollingImagePanel panel;
// JFrame mainFrame = new JFrame();
Container c;
public MultiPageRead(String filename) throws IOException
getContentPane();
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
pack();
setTitle("Multi page TIFF Reader");
setSize(980,1200);
getContentPane();
File file = new File(filename);
SeekableStream s = new FileSeekableStream(file);
TIFFDecodeParam param = null;
ImageDecoder dec = ImageCodec.createImageDecoder("tiff", s, param);
System.out.println("Number of images in this TIFF: " + dec.getNumPages());
ImageLayout size = new ImageLayout(,0,12,12);
// Which of the multiple images in the TIFF file do we want to load
// 0 refers to the first, 1 to the second and so on.
int imageToLoad = 0;
RenderedImage op = new NullOpImage(dec.decodeAsRenderedImage(imageToLoad), null,
OpImage.OP_IO_BOUND,
size);
// Display the original in a 800x800 scrolling window
panel = new ScrollingImagePanel(op, 100, 200);
getContentPane().add(panel);
public static void main(String [] args)
String filename = args[0];
try {System.out.println("jfdfldjfldfjldjfjldjfjdjdjdjjdjdj");
MultiPageRead window = new MultiPageRead(filename);
window.pack();
window.show();
catch (java.io.IOException ioe)
System.out.println(ioe);
regards
jaggayyaChanging the fonts in Print using ABAP is not possible. as basic report output is a text editor.
By changing "Customizing of Local Layout" will only change in display screen and not in print.
One possible way to create a new printer formatr thry SPAD and use that format in while printing.
to know more details about SPAD
Using SPAD - SAP Spool Administration to print different paper size
The SAP spool system manages its own output devices. This includes mostly printers, but also fax and archiving devices. In order for you to use output devices defined in your operating system from the SAP System, you must define these devices in the SAP spool system.
Print to a dot matrix printer using computer paper with 66 lines
Define paper types
Formatting process Z_60_135
Page format DINA4
Orientation tick both Portrait and Orientation
Type in the comment and click save
Device initialization
Device type - OKI341
Formatting process Z_60_135 then click Execute
Double click Printer initilization
You must key the 66 lines hexadecimals for your printer. ( line no 9)
1 # oki341 x_paper
2 # reset
3 # \e\0x40
4 # select codepage multilingual 850
5 \e\0x52\0x1a
6 # disable skip perforation mode
7 \e\0x4f
8 # select 6 lpi
9 \e\0x32
10 # select page length 66 lines (66=hex $42)
11 \e\0x43\0x42
12 # select 10 cpi font
13 \e\0x60
CHECK THIS LINKS
http://help.sap.com/saphelp_nw04s/helpdata/en/df/abbb3f8e236d3fe10000000a114084/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/5a/4df93bad37f87ae10000000a114084/content.htm
http://www.geocities.com/SiliconValley/Grid/4858/sap/Basis/printprobs_solutions.htm
Hope this helps you
Regards
Pavan -
When I try to insert .tiff images (like iChat smilies) I have to move them way over for them to actually come up where I want them to when the site is viewed through a web browser. If I don't move them they show up no where I want them to. I have attached an image to show you what I mean.
I want the smilie to show up in the "hole" and where it is positioned now makes it show up there.
PowerBookG4 17 1GHz(768mb RAM) G5dual2.5(1.5GB RAM) G4 Cube 1.8GHz iBookG4 1.07G Mac OS X (10.4.3)Hi,
I am new to MSDN and require some help on dealing with TIFF images.
How do i extract the values from TIFF images, edit their values, and resave them as TIFF images?
I saw the MSDN information on "How to: Encode and Decode a TIFF image".
But still have the following issues.
1)Image^ myImage = gcnew Image(); --> error: Image is ambiguous. I am apparently missing some includes or namespace, but i can find the System::Windows::Image namespace.
2)How do i extract the grayscale values from the TIFF images? What variables are they being stored in?
Thanks!
Hi,
I am afraid that this forum is to discuss client application development using Windows Forms
controls and features, I would recommend you post this issue in the following forums depend on the language you are developing with.
1.
C# forum
2.
C++ forum
Regards.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey. -
How do you show thumbnails of images in Finder?
We converted from PCs to Mac's recently. On PC's you can set folders full of pictures to show large or small previews of the images. How do you do this in Finder?
Thank you.Hi, try this program to do just that:
Link: http://www.stalkingwolf.net/software/cocothumbx/
Regards,
Robert. -
Tiff images not display properly
After installing iPhoto 6, none of the 1600 files in .tiff format imported via a Lexmark scanner are showing up correctly. (They worked perfectly well in iPhoto 5)
I get a blurred scribbled squashed image a little like a TV channel that hasn't been set correctly.
If I go back and click on the files in the Finder, they open beautifully in Preview.
This lead me to believe there was an issue with the tiff-format and I promptly converted a copy of the files to jpegs.
Unfortunately this left me with a new problem as three white lines now appear thru all the pictures in jpeg format.
Luckily I never deleted or moved the .tiff files, so I am still hoping to use those.
Will there be an Apple update which fixes this or will I have to re-scan and date/title- another (sigh) 1600 pictures? (please, someone tell me no)
Best wishes,
NI think I found the fix.
As I mentioned in my previous post, I have also been having trouble with TIFF images and iPhoto 6.
Today I downloaded the new iPhoto 6.01 update. But, that didn't fix the problem either. So much for Apple fixing it.
Anyway, I have been experimenting, and finally found a difference between images that worked and those that didn't.
The images that worked, have an ICC profile embedded in them from the device that created the image (in my case my scanner).
So, I set out to find out if simply removing the ICC profile would fix the problem.
And, through my experimenting, I found that if I opened the image in another program, and then exported it as either a TIFF (the same format) or a JPEG that the resulting image would open in iPhoto 6 just fine.
Further examination demonstrated that the ICC information was removed from the exported file.
As I understand it, ICC is basically an image color correction / calibration tag. It enables different devices to properly display and print the image with the proper colors.
Basically, each device has a color profile (scanner, monitor, printer, camera, etc.). This is to make sure that when you see something on the screen that it looks the same as when you print it out. Likewise, you want the image on the screen to match what the scanner and digital camera saw.
So, these are essentially conversion tables to make sure that each device properly displays or prints the image as the original source "saw" it.
Anyway, not wanting to manually strip this information from each file, I looked on the Internet for an automated solution. And, fortunately I found one.
http://www.colormanagement.com/technicalresources/files_targets_and_utilities/mac_os_xscripts/
The file you are looking for is "Mac Os X ColorSync Toolbar Script: Remove ICC profile". Click on the title just mentioned to download the script.
It is a Macintosh Script that you simply download to your desktop (or anywhere else you would prefer). It is in a Stuffit Archive, so you'll need Stuffit Expander to decompress it (basically the Mac equivalent of a ZIP file).
Once decompressed, you should see a "script" icon that is labeled "Remove Profile".
Simply "drag" your original files and drop them onto this icon / script. The script will then remove the embedded ICC information from the image file.
Once you have removed the ICC information from your image's file, try importing it into iPhoto 6 again. Then, see if it works
It is important that you perform this on a backup / duplicate copy of your original files. You don't want to damage your only copy if something goes wrong.
Now, one further note: If you do this, you may see the image looks different. In my case, the image is truer to the way it really looked when I scanned it in. The paper texture looks right now.
If you want to do this while keeping the image's appearance the same as it looks now, then here's another way:
Open the file in Apple's "Preview" program. This is usually the default image view.
Then, do a "Save As" or "Export" to create a new copy of the image. If you perform an Export, be sure to set the image quality high or you may inadvertently reduce your pictures detail (especially if you export to JPEG).
This essentially does the same thing. But, it will take more work if you have multiple images.
Using the previously mentioned script, you should be able to drag and drop multiple files in a group.
Anyway, I hope this helps the rest of you out.
Let me know if it fixes the problem for you as well.
Maybe you are looking for
-
Why do I get a black screen when i click on a PDF in a web page?
why do I get a black screen when i click on a PDF in a web page? Firefox works as is should.
-
Unable to passivate due to ctx lock warning on JBoss 4.0.2
Hi all! I have a strange problem, I can't solve. I have a J2EE application using EJBs. Sometimes (it's non determinal :( ), when I use an entity bean from a session bean (I call a getter method on it) I get an error: 2005-09-12 06:05:00,011 WARN [org
-
When i open a new site on safari it always opens a new window with ads how can i stop that?
when i open a new site on safari it always opens a new window with ads how can i stop that?
-
Nokia 6125: Key Symbol, No Network Bars
I use nokia 6125 purchased a year ago. Used in T'dad in the Caribbean. First time I'm experiencing this type of problem. A Key symbol appears in the top left hand corner, no network connection bars therefore no service - unable to send or receive cal
-
Getting SIM to connect in IdeaPad
We are finalists today in the AT&T competition for "Best Mobile App" in Open category. We present the App to judges using IdeaPad S10-3t connected using a Sierra Lightning USB device. We would like to put the SIM inside the IdeaPad for the final jud