Printer prints on different printer.

Hi Experts,
We are having touble in locating the cause on why the printer doesn't follow the condition record set to that printer. Here's the example of what is happening during printing.
Condition record:
- Sales Org: 2100
- Sales Office: DE1
- Billing Type: ZF2
- The output device for this condition record would be AAA.
Condition for invoice number 1234567890:
- Sales Org: 2100
- Sales Office: DE1
- Billing Type: ZF2
If you go to VF03.
- type-in invoice number 1234567890
- Goto > Header > Output > choose output type > communication method.
- the output device was set to BBB. < This should be AAA base on the condition of this invoice. >
Hope you can help me identify the cause of the problem.
Thanks in advance,
Aura

I'm not sure, but I would take a guess!
There is an output condition record existing for billing. However user can able to change it in VF01/VF02.  I guess you have already compared the actual output as per condition record in vv31 and the output in vf03. Did you check if someone has changed it manually?
Sometimes it could also because of server/ local network problem (I have seen similar error), If you find no cause in SD configuration, just once make sure itu2019s not server/network problem.
Regards.

Similar Messages

  • Print different triangle in vertical and horizontal

    Hi,
    I have a problem to print different type of triangle like this:
    Someone can me help?
    Thank you very much.
    Jas

    Yes, but with different for what is the way?
    For exemple with this two triangles:
    public class Triangles
    public static void main(String[] args){
    int number =7;
    String triangle = "";
    String triangle2 = "";
    //first triangle
    for(int i=0; i< number; i++)
    triangle = triangle + '*';
    System.out.println(triangle);
    System.out.println("\n");
    //second triangle
    for(int f=0; f<number+f; f++)
    for(int k=0; k<number; k++)
    System.out.print('*');
    number = number -1;
    System.out.print("\n");
    System.out.println("\n");
    }

  • How to use different pageFormats while printing in the same book object.

    Hi All,
    I m able to print Multiple pages, but the problem is when i want print multple pages with different pageformates I mean One pages having 4X2" size and another one is 5X5", while print second page objects not appears properly
    Pls see the below code to get the problem.
    any works around this will be appreciated.
    import java.awt.BasicStroke;
    import java.awt.Color;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.geom.Rectangle2D;
    import java.awt.print.Book;
    import java.awt.print.PageFormat;
    import java.awt.print.Paper;
    import java.awt.print.Printable;
    import java.awt.print.PrinterJob;
    public class MultiplePageFormatTest
    public static void main(String[] args)
      MultiplePageFormatTest example3 = new MultiplePageFormatTest();
      System.exit(0);
    private final static int POINTS_PER_INCH = 72;
    public MultiplePageFormatTest()
      PrinterJob printJob = PrinterJob.getPrinterJob();
      Book book = new Book();
      PageFormat documentPageFormat = new PageFormat();
      PageFormat documentPageFormat1 = new PageFormat();
      Paper paper = new Paper();
      Paper paper1 = new Paper();
      paper.setSize(4.5 * POINTS_PER_INCH, 2.5 * POINTS_PER_INCH);
      paper.setImageableArea(.25 * POINTS_PER_INCH, .25 * POINTS_PER_INCH,
       4 * POINTS_PER_INCH, 2 * POINTS_PER_INCH);
      documentPageFormat.setPaper(paper);
      paper1.setSize(5.5 * POINTS_PER_INCH, 5.5 * POINTS_PER_INCH);
      paper1.setImageableArea(.25 * POINTS_PER_INCH, .25 * POINTS_PER_INCH,
       5 * POINTS_PER_INCH, 5 * POINTS_PER_INCH);
      documentPageFormat1.setPaper(paper1);
      book.append(new Document(), documentPageFormat);
      book.append(new Document(), documentPageFormat1);
      printJob.setPageable(book);
      if (printJob.printDialog())
       try
        printJob.print();
       catch (Exception PrintException)
        PrintException.printStackTrace();
    private class Document implements Printable
      public int print(Graphics g, PageFormat pageFormat, int page)
       Graphics2D g2d = (Graphics2D) g;
       g2d.translate(pageFormat.getImageableX(), pageFormat
        .getImageableY());
       g2d.setPaint(Color.black);
       g2d.setStroke(new BasicStroke(
        2));
       Rectangle2D.Double border = new Rectangle2D.Double(
        0, 0, pageFormat.getImageableWidth(), pageFormat
         .getImageableHeight());
       g2d.draw(border);
       return (PAGE_EXISTS);
    }

    Hi,
    Till now this question is not answered.........
    Any Answer around this deeply apprciated.
    Edited by: DoraiRaj on Sep 29, 2009 3:55 AM

  • How can I use the print module to print different size images on one large "canvas"?

    How can I use the print module to print different size images on one large "canvas"? An example would be in Photoshop, go to file>new, and create the size paper I want, and move images of different sizes onto it.
    I was thinking the print module would do this automatically for me.

    You can't, at present. It's been a requested feature, so we'll see if it shows up in a future version, but it's not there at present.

  • Text Size When Printing Comments Different Than On-Screen

    Hello.  We are supporting an end-user with an unusual problem.  They are able to make sticky comments fine and adjust the font size on screen.  However, when this user goes to print either to a physical printer or a PDF, the font size of the comment is different (smaller) than what is shown on screen.
    On-Screen Example:
    Print To PDF Example:
    Is there an option to match the text size of the printed version to that of the on-screen?  Even if the printed text size can be bumped up just a bit, it'd be greatly appreciated.  The font size when commenting on-screen is 18 Arial but it seems like the printed version is more like 10 Ariel.
    Thank you.

    Just tried the latest version of Adobe Reader and the same issue occurs.  Making the on-screen font size 70 in the Commenting Preferences field makes NO CHANGE when printed (comes out at about 10 / 12 point font).  Even the Print Preview doesn't show the larger font so there's some setting getting lost when you go to print.
    Talking to our client, this problem likely coincides with Adobe updates that were pushed out.  This is easily reproducible (anyone with an up-to-date version of Adobe Reader can do this) but doesn't seem to be a fix.
    Any help out there?

  • Problem with NIReport.llb\Print HTML Report using IE.vi on different machines

    We have 5 machines here in our workgroup which have the same state regarding security patches and other system updates. We recently found out that there is a problem with the NIReport.llb\Print HTML Report using IE.vi on the different machines.
    If I would open the VI on MachineA the control could be loaded. If I would open the VI on MachineB the control could be loaded. If I would copy the VI from MachineB to MachineA and open the VI the control could not be loaded. If I would copy the VI from MachineA to MachineB and open the VI on MachineB the control could be loaded. MachineB could load the version from MachineA and MachineB but on MachineA only the own version will load. I have seen that both versions have the same GUID for the Microsoft Webbrowser but are different in some other aereas.
    Since printing HTML Reports is part of the application which will be distributed as application I want to know if someone else have seen such a behaviour or has got problems distributing an application.
    Also I want to know which additional information is stored in an Active-X container about the control beside the GUID.
    We have Win XP Prof SP2 with MS IE 6.0.2900.2180 on all machines in the workgroup.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

    Hi Tom,
    this is the VI <vi.lib>\Utillitiy\NIReport.llb\Print HTML Report using IE.vi copied from a machine that can load and run the VI and it will print. On this machine the control in the VI is white.
    This VI will give the "Control could not be loaded" message on my machine.
    The file shdocvw.dll is 2006-10-23 16:18 size 1.460 KB and I verifyed that both machines have the same version of this file.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions
    Attachments:
    Print HTML Report using IE.png ‏11 KB

  • Print Layout Designer - Different Variable No for Different Currencies

    Hi Experts,
    I will need your support once again.I just noticed that the Withholding tax field on the Invoice print layout displays only when the transaction is in Local currency,while trying to trouble shoot this issue, I discovered that the Variable Number for the withholding Tax field for transactions in Local currency differ from that of USD transactions.
    I need this field to display irrespective of the currency, how can I achieve this? Can I get a comon variable number for that field ?
    Any info will be highly appreciated.
    Kind Regards

    Hi Chike,
    The answer is no.  You can not change them because they hold different values. If you want to use one PLD to print both LC and FC, you have to use many formula fields to do so.
    Thanks,
    Gordon

  • Print layout different with crystal report 2008 runtime

    Hi,
    I have reports which I print on a pre printed stationary. With Crystal report 11.5 run time it works fine.
    Now I am using Crystal Report 2008 run time and with this I found that layout on the print is different than the actual layout in the design.
    The print with CR 2008 run time is not exactly matching with the pre printed stationary. Whereas it is working fine with the 11.5 run time.
    Can anyone please help?
    Thanks,
    Abhijit Gorhe

    hi,
    you can verify the settings
    File -> Page Setup
    - Printer Options
    - Page Options
    - Margins
    Regards,
    Vamsee

  • XML PO PRINT REPORT for different Operating Units

    Hi all,
    We are stuck at a point, hope someone helps us out.
    Requirement : We need to generate PO print report in pdf format for US and Mexico , both having different layout.
    Things done : We customized standard PO Print report to fetch XML output from it, and attached rtf(developed) to it.
    Things working fine : For US , report is perfectly fine and looks good.
    Issue : We need to generate for Mexico as well with different format.
    We have value in xml tags which can distinguish between US and Mexico OU's and we can simple use if else condition in the template itself .
    Here limitation is we have made MS word header as the PO header so we are not able to create different header for Mexico in the same rtf.
    We dont want to complicate the rtf much with more loops by removing it from Header and then page break and all.
    Can someone suggest something like use one rtf which handles both the format OR two different rtf registered for same concurrent program and which are called on the base OU.
    We are totally fine if we can do something while registering to Apps.
    Please let me know if any one wants more information.
    Hoping for a positive reply.
    Thanks in advance.

    Hi Vishal,
    Assuming you are using R12+, you can have seperate templates used for differrent OUs. In the PO Approval workflow it shall pick the respective template.
    During submission of concurrent program "PO Output for Communication", you can specify the right template in the input parameters.
    Regards,
    G V Ranjith

  • A question on different zebra printer dpi printing - sapscript

    Hello,
    We have an existing sapsript (with ZPL code) to print label via a zebra printer (300dpi). There is a requirement to print
    the same label on new device zebra QL 320 plus(wireless printer, 203 dpi).
    Please advise how to make use of the existing sapscript to print to the wireless device without creating another sapscript(with different dpi).
    existing 300dpi ZPL code in sapscript:
    ^FX
    ~DGR:ROHS.GRF,2222,22,jG0IFCI07LFCT07HFJ03HFJ07JFI07MFT03HFJ03HFJ0KF8H07MF8S03HFJ03HFI03KFEH07MFES03HFJ03HFI07LFH07NFS03HFJ03HFI0MF807NF8R03HFJ03HFI0MF807NFCR03HFJ03HFH01MFE07NFCR03HFJ03HFH03MFE07NFCR03HFJ03HFH03MFE07NFER03HFJ03HFH07NF07NFER03HFJ03HFH07HFC01IF07NFER03HFJ03HFH07HF801IF07FEI01IFR03HFJ03HFH07FEI07HF07FEJ0IFR03HFJ03HFH07FEI03HF87FEJ07HFR03HFJ03HFH07FEI03HF87FEJ07HFR03HFJ03HFH0HFCI01HF87FEJ07HF8I03HFEJ03HFJ03HFH0HFCI01HFC7FEJ03HF8I0JF8I03HFJ03HFH0HFCI01HFC7FEJ03HF8H01JFCI03HFJ03HFH0HFCJ0HFC7FEJ03HF8H03KFI03HFJ03HFH0HFCJ0HFC7FEJ03HF8H0LF8H03HFJ03HFH0HFEM07FEJ03HFI0LF8H03HFJ03HFH0HFEM07FEJ03HFH01LFEH03HFJ03HFH07HFM07FEJ07HFH03LFEH03HFJ03HFH07HFEL07FEJ07FEH07LFEH03OFH07IF8K07FEJ0HFEH07MFH03OFH07JF8J07FEI01HFEH0IFC1IFH03OFH07KF8I07FEI03HFEH0IFH07HF803OFH03KFEI07NFCH0HFEH03HF803OFH03LFCH07NFCH0HFEH03HFC03OFH01MFH07NFI0HFCH01HFC03OFI0MF807NFH01HFCI0HFC03OFI0MFE07MFEH01HF8I0HFC03OFI07MF07MFCH01HF8I0HFC03OFI01MF07NFH03HF8I0HFE03OFJ0MF87NFH03HFJ07FE03HFJ03HFJ01LFC7NF803HFJ07FE03HFJ03HFL0KFC7NFC03HFJ07FE03HFJ03HFL07JFC7NFC03HFJ07FE03HFJ03HFM07IFC7FEI0IFC03HFJ07FE03HFJ03HFM01IFE7FEI03HFE03HFJ07FE03HFJ03HFN03HFE7FEJ0HFE03HFJ07FE03HFJ03HFO0HFE7FEJ0HFE03HFJ07FE03HFJ03HFO0HFE7FEJ0HFE03HFJ07FE03HFJ03HF01H08J07FE7FEJ0HFE03HFJ07FE03HFJ03HF01HF8J07FE7FEJ07FE03HF8I0HFE03HFJ03HF01HF8J07FE7FEJ07FE03HF8I0HFC03HFJ03HF01HFCJ07FE7FEJ07FE01HF8I0HFC03HFJ03HF01HFCJ07FE7FEJ07FE01HFCI0HFC03HFJ03HF01HFEJ07FE7FEJ07FE01HFCH01HFC03HFJ03HFH0HFEJ0HFE7FEJ07FEH0HFCH03HFC03HFJ03HFH0HFEJ0HFC7FEJ07FEH0HFEH03HFC03HFJ03HFH0IFI01HFC7FEJ07FEH0IF807HF803HFJ03HFH07HFCH07HFC7FEJ07FEH07HFC1IFH03HFJ03HFH07IF01IFC7FEJ07FEH07MFH03HFJ03HFH07NFC7FEJ07FEH07MFH03HFJ03HFH03NF87FEJ07FEH03LFEH03HFJ03HFH03NF07FEJ07FEH01LFEH03HFJ03HFH01NF07FEJ07FEI0LF8H03HFJ03HFI0MFE07FEJ07FEI0LFI03HFJ03HFI07LFC07hHFE7gJFC7E3TFE7gJFC7E3TFE7gJFC7E3RF8FE7gJFC7E3RF8FE7gJFC7TF8FE7gJFC7TF8FE7gJFC7TF8FE7FC0IFC1JFC3FC3IFE1HFC7JF83JFC3HF8FE7FH03FEH03FE3H0FH0HF3803FC7E3FCH03FC6H0FC01E7CH01FCI0FE4H04H07F2H01FC7E3F8H01FC4H03C01E787F1FC7F0FE0FC0FC3F07F0FC7E3F8FE1FC1FC3F8FE78HF8F0HFC7E1FE1FE3F0HF8FC7E3F1HF8FC3FE3F8FE70HF8F0HFC7E1FE1FE1F0HFC7C7E3E1HF8FC3FE1F8FE71HFCF1HFC7E3FE1FE1F1HFC7C7E3JF8FC3HF1F8FE61IFE1HFE3E3FE3FE1F1HFC7C7E3JF0FC3HF1F8FE61IFE3HFE3E3FE3FE1F1HFC7C7E3HF8H0FC7HF1F8FE61IFE3HFE3E3FE3FE1F3HFC7C7E3FCI0FC7HF1F8FE61IFE3HFE3E3FE3FE1F3HFC7C7E3F01F8FC7HF1F8FE61IFE3HFE3E3FE3FE1F3HFC7C7E3E0HF8FC7HF1F8FE61IFE1HFE3E3FE3FE1F1HFC7C7E3E3HF8FC7HF1F8FE61HF8F1HFC7E3FE3FE1F1HFC7C7E3E3HF8FC7HF1F8FE71HF8F0HFC7E3FE3FE1F0HF87C7E3E3HF0FC7HF1F8FE70HF8F0HFC7E3FE3FE1F0HF8FC7E3E3FE0FC7HF1F8FE787E1FC7F0FE3FE3FE1F07F0FC7E3E1FC0FC7HF1F8FE7CH01FCI0FE3FE3FE1FI01FC7E3EI083C7HF1F81E7EH07FEH03FE3FE3FE1F1H07FC7E3F80383C7HF1FC1E7FH0IF807FE3FE3FE1F1807FC7E3F807C3C7HF1FC1E7YF1gHFE7YF1gHFE7YF1gHFE7YF1gHFE7YF1gHFEhJ07YF1gHFE7hHFE7hHFE7hHFE7hHFE
    ^XA
    ^PRC
    ^LH0,0^FS
    ^LL610
    ^MD0
    ^MMT
    ^MNY
    ^LH0,0^FS
    ^FO32,20^A0N,45,45^CI13^FR^FDPART #: 60000001^FS
    ^BY2,3.0^FO36,66^BCN,56,N,Y,N^FR^FD>:60000002^FS20000001
    ^FO709,74^A0N,45,45^CI13^FR^FDMSD: 60000003^FS20000002
    ^FO32,137^A0N,36,36^CI13^FR^FD60000004^FS
    ^FO32,183^A0N,36,36^CI13^FR^FDMPN: 60000005^FS30000001
    ^BY2,3.0^FO36,222^BCN,56,N,N,N,A^FR^FD60000006^FS
    ^FO32,293^A0N,36,36^CI13^FR^FDBATCH NO:  60000007^FS
    ^BY2,3.0^FO36,330^BCN,56,N,Y,N^FR^FD>:60000008^FS3000000230000003
    ^FO460,293^A0N,36,36^CI13^FR^FDD/CODE: 60000009^FS
    ^BY2,3.0^FO461,330^BCN,56,N,Y,N^FR^FD>:60000010^FS30000004
    ^BY42,42^FO750,300^BXN,5,200,0,0,1^FH\^FD60000011^FS30000005
    ^FO200,517^A0N,36,36^CI13^FR^FDCOO: 60000012 ^FS
    ^BY2,3.0^FO36,500^BCN,56,N,Y,N^FR^FD>:60000013^FS
    ^FO500,460^A0N,36,36^CI13^FR^FDQTY: 60000014^FS
    ^BY2,3.0^FO500,500^BCN,56,N,Y,N^FR^FD>:60000015^FS
    ^FO32,399^A0N,36,36^CI13^FR^FDSAP  Doc: 60000016^FS20000003
    ^FO500,399^A0N,36,36^CI13^FR^FDV/CODE: 60000017^FS20000004
    ^BY2,3.0^FO36,432^BCN,56,N,Y,N^FR^FD>:60000018^FS
    ^FO30,566^ABN,25,15^CI0^FR^FDDate RECEIVED: 60000019 ^FS
    ^FO520,566^ABN,25,15^CI13^FR^FDUser:60000020^FS20000005
    ^FO713,455^FR^XGRoHs,1,1^FS20000006
    ^FO0,282^GB931,0,2^FS
    ^FO0,126^GB931,0,2^FS
    ^FO0,172^GB931,0,2^FS
    ^FO0,390^GB931,0,2^FS
    ^FO0,558^GB931,0,2^FS
    ^XZ
    ^FX End of job
    ^FX END OF FORMAT

    Hi,
    You should generate a new label file and upload it to a new sapscript form as described in note #179534.
    Regards,
    Aidan

  • Print the report to different Printers

    Hi,
    We are using Oracle EBS 11.5.10.2.
    We've defined a check printing report , which prints the output to a printer directly.
    We've mentioned this printer in the Concurrent Program definition.
    Its printing the output to a pre printed stationary.
    Now we need to print output to different printers based on the responsibility.
    Can anyone tell me the best way to achieve it.
    Regards,
    Abi

    Currently the report is working like that. In the he Concurrent program definition We've option to set only one printerRemove the printer name from the Concurrent Program Definition Window
    Currently the report is working like that. In the he Concurrent program definition We've option to set only one printer. We need the check printing report to be printed to different printers based on the Set of Books or user. In this case, the following should be helpful:
    - Click on View > Requests
    - Click on "Submit New Request"
    - Enter the Concurrent Program Name
    - Select the Printer from the Printer LOV (under Upon Completion block)

  • Crystal Report XI Print report on different paper size (A4/Letter)

    Hi,
    I have designed report in Crystal XI using paper sieze Letter. Multipler sites are using this application. User in USA are using Letter size paper and User in Euorpe are using A4 size paper. All reports work fine for USA users.
    When Eurpoe users print the report on A4 size paper which set in Letter size, the report is truncated from Header or footer. They are printing report from Application and application is set on Citix server.
    If Anybody have any idea how to setup Crystal report so it can print on any paper size?
    Thanks
    Bhagvat

    Hi Don,
    Please find the below description.
    Background: Crystal Report XI is utilized to develop and view reports with data source from Oracle based LIMS application (Vendor: LabWare). The reports are printed using network printer on US Letter paper for users located in North America and on A4 paper for users located in Europe. The report format is US Letter and designed to print on both paper formats i.e. Letter and A4.
    Issue: When reports are printed by users in Europe using A4 format paper the printer defaults to US Letter paper (in printer preferences) resulting to data cut off from top and bottom on the printout.
    1)      When report layout is select to A4 during developing reports using CR, the printing preferences changes to A4 when printed and vice versa for Letter format. How can we avoid CR to enforce from changing printing preferences?
    2)     According to Citrix engineers in the company, the printer drivers installed on Citrix servers have nothing to do with printing preferences and CR defaults to paper size based on report design. What do we tell them about doing different to resolve this issue?
    3)    Even though a printer preference of default printer on local desktop is changed to A4, the report gets printed to Letter format result in data cutoff.  We have tried this option with several HP printers from few different company locations.
    Thanks
    Bhagvat

  • Is it possible to have different tabs print with different page setups.

    I would like to use specific page setup parameters (under the File menu) for printing from a particular web site, but those parameters do not work well for printing from other web sites. I would like to be able to specify different page setup parameters for each open tab. Is this possible?

    That might be possible via a GreaseMonkey user script, by setting the '''@include''' address to a specific domain.
    http://wiki.greasespot.net/User_script
    This is an example of a script I found a few years ago to bypass a fault in Firefox when printing the Courier font.
    <pre><nowiki>// ==UserScript==
    // @name Fix Courier Bug
    // @namespace http://userscripts.org
    // @description Replaces "Courier" with "Courier New" font
    // @author Dan
    // @include *
    // ==/UserScript==
    var elementList = document.getElementsByTagName('*');
    for (var i = elementList.length - 1; i >= 0; i--) {
    var elementItem = elementList[i];
    var ff = getComputedStyle(elementItem, '').fontFamily;
    var oldff=ff;
    ff = ff.replace('Courier New', '1234567890qwertyFONT');
    ff = ff.replace('Courier', 'Courier New');
    ff = ff.replace('1234567890qwertyFONT','Courier New');
    elementItem.style.fontFamily = ff; </nowiki></pre>
    Sorry, I can't help you with writing a script.

  • Can not print a pdf from preview.  It crashes every time from 2 different printers.

    I can not print a pdf from preview.  I have tried at two separate locations with two different printers.

    I am having the same kind of problem when trying to print any kind of pdf: big, small, text only, with pictures. I dont know how it happend. Now it is happening in both my imac and macbook pro both runing the latest Lion MacOS with all updates installed. It is weird one moment my machine was printing ok then it stopped working. I have updated the printer software I have a canon image class mf4350. Also the curious thing is that I can print the same pdf document from adobe acrobat pro on the same computers with out any kind of problems.
    Here is the latest crash report
    PLease HELP!!!
    Date/Time:       2011-08-11 18:48:53 -0400
    OS Version:      10.7 (Build 11A511)
    Architecture:    x86_64
    Report Version:  8
    Command:         Preview
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Version:         5.5 (719)
    Build Version:   1
    Project Name:    Preview
    Source Version:  719000000000000
    Parent:          launchd [178]
    PID:             281
    Event:           hang
    Duration:        1.00s
    Steps:           11 (100ms sampling interval)
    Pageins:         6
    Pageouts:        0
    Process:         Preview [281]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Architecture:    x86_64
    UID:             505
      Thread 0xd33        DispatchQueue 1
      User stack:
        11 ??? (in Preview) [0x1063ddc64]
          11 NSApplicationMain + 867 (in AppKit) [0x7fff90ce652a]
            11 -[NSApplication run] + 463 (in AppKit) [0x7fff90a683d6]
              11 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff90a6ba95]
                11 _DPSNextEvent + 1993 (in AppKit) [0x7fff90a6c6c7]
                  11 _NSHandleCarbonMenuEvent + 250 (in AppKit) [0x7fff90ad6ce1]
                    11 _HandleMenuSelection2 + 585 (in HIToolbox) [0x7fff89cd9034]
                      11 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 600 (in HIToolbox) [0x7fff89cd9a75]
                        11 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 101 (in HIToolbox) [0x7fff89ce232d]
                          11 SendMenuItemSelectedEvent + 253 (in HIToolbox) [0x7fff89e165e1]
                            11 SendMenuCommandWithContextAndModifiers + 56 (in HIToolbox) [0x7fff89dd00f1]
                              11 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 398 (in HIToolbox) [0x7fff89ce9249]
                                11 SendEventToEventTarget + 76 (in HIToolbox) [0x7fff89ca2d03]
                                  11 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 446 (in HIToolbox) [0x7fff89c8bef8]
                                    11 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263 (in HIToolbox) [0x7fff89c8c8ec]
                                      11 NSSLMMenuEventHandler + 339 (in AppKit) [0x7fff90bd70bf]
                                        11 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 138 (in AppKit) [0x7fff90d8b3f1]
                                          11 -[NSMenu _internalPerformActionForItemAtIndex:] + 38 (in AppKit) [0x7fff90ef8e9c]
                                            11 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 125 (in AppKit) [0x7fff90c5d086]
                                              11 -[NSMenuItem _corePerformAction] + 399 (in AppKit) [0x7fff90c5d34f]
                                                11 -[NSApplication sendAction:to:from:] + 139 (in AppKit) [0x7fff90b70852]
                                                  11 -[NSObject performSelector:withObject:] + 61 (in CoreFoundation) [0x7fff9189711d]
                                                    11 -[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:] + 477 (in AppKit) [0x7fff90f72695]
                                                      11 -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] + 606 (in AppKit) [0x7fff90f75cf5]
                                                        11 -[NSWindowController window] + 109 (in AppKit) [0x7fff90c61105]
                                                          11 -[NSWindowController _windowDidLoad] + 566 (in AppKit) [0x7fff90c69a23]
                                                            11 ??? (in PrintCocoaUI) [0x108fff6b4]
                                                              11 ??? (in PrintCocoaUI) [0x108ffef07]
                                                                11 ??? (in PrintCocoaUI) [0x108feb7b1]
                                                                  11 ??? (in PrintCocoaUI) [0x108fe87c2]
                                                                    11 ??? (in PrintCocoaUI) [0x108fe830e]
                                                                      11 ??? (in PrintCocoaUI) [0x108fe6f82]
                                                                        11 -[MCDUFR2FinishingPDEPlugIn PDEPanelsForType:withHostInfo:] + 176 (in FinishingPDE) [0x10a5e2076]
                                                                          11 -[MCDUFR2FinishingPDE initWithCallback::] + 60 (in FinishingPDE) [0x10a5cffe0]
                                                                            11 -[MCDUFR2PDEPanelCommon initWithCallback:bundle:funcList:] + 257 (in PDEUtilities) [0x10a63ccd3]
                                                                              11 -[MCDUFR2FinishingPDE restoreValuesAndReturnError:] + 55 (in FinishingPDE) [0x10a5d0b04]
                                                                                11 -[MCDUFR2PDEPanelCommon restoreValuesAndReturnError:] + 69 (in PDEUtilities) [0x10a63cfb9]
                                                                                  11 -[MCDUFR2PDEPanelCommon setValuesFromTicket] + 391 (in PDEUtilities) [0x10a63d8ab]
                                                                                    11 -[MCDUFR2CNPDEBidiController dealloc] + 25 (in PDEUtilities) [0x10a62d183]
                                                                                       11 Info_Terminate + 40 (in PDEUtilities) [0x10a65ee3e]
                                                                                         11 Info_Terminate + 34 (in libinfo.dylib) [0x108596340]
                                                                                           11 zTerminate_ccpd_util + 40 (in libinfo.dylib) [0x1085960de]
                                                                                             11 __wait4 + 10 (in libsystem_kernel.dylib) [0x7fff883ba156]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Thread 0xd49        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x10718    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x1063dc000 -        0x1065c3fef  com.apple.Preview 5.5 (719) <8F8450F1-AC7D-3468-AB39-323A5D1B1612> /Applications/Preview.app/Contents/MacOS/Preview
             0x108595000 -        0x10859dfff  libinfo.dylib ??? (???) <034FF819-662D-9B5F-F87F-3D355394216D> /Library/Printers/Canon/UFR2/Libs/libinfo.dylib
             0x108fe0000 -        0x109017fff  com.apple.print.framework.Print.Private 7.0 (378) <9EECB9C5-32C3-3CBE-8D9A-82E929A7D69A> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
             0x10a5cf000 -        0x10a5f5fff  jp.co.canon.MCDUFR2.PDEs.Finishing 2.24 (2.24) <257061CE-1CD3-DDB5-9433-E2C3D5E7BD0F> /Library/Printers/Canon/UFR2/PDEs/FinishingPDE.plugin/Contents/MacOS/FinishingP DE
             0x10a62b000 -        0x10a674fe7  jp.co.canon.MCDUFR2.PDEUtilities 2.24 (2.24) <ED9873C7-D207-D5EE-B3F7-B85868D9A82B> /Library/Printers/Canon/UFR2/Frameworks/PDEUtilities.framework/Versions/A/PDEUt ilities
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff89c84000 -     0x7fff89fa7fff  com.apple.HIToolbox 1.7 (???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff90a63000 -     0x7fff9165bfff  com.apple.AppKit 6.7 (1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         AirPort Base Station Agent [240]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    UID:             505
      Thread 0x845        DispatchQueue 1
      User stack:
        11 ??? (in AirPort Base Station Agent) [0x10e45a654]
          11 ??? (in AirPort Base Station Agent) [0x10e46b353]
            11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
              11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                  11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                    11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x86f        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x8df      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 __select + 10 (in libsystem_kernel.dylib) [0x7fff883b9df2]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Binary Images:
             0x10e459000 -        0x10e470fff  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <4B2DADB0-223B-32AA-9438-30FBEA0A8FE6> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         aosnotifyd [345]
    Path:            /usr/sbin/aosnotifyd
    Architecture:    x86_64
    UID:             505
      Thread 0x3a45       DispatchQueue 1
      User stack:
        11 start + 52 (in aosnotifyd) [0x109b5b700]
          11 main + 74 (in aosnotifyd) [0x109b62ed2]
            11 -[AOSNotificationDaemon startup] + 1291 (in aosnotifyd) [0x109b62e5d]
              11 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8decd983]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x3a56       DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x3e76     
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 __select + 10 (in libsystem_kernel.dylib) [0x7fff883b9df2]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Binary Images:
             0x109b5a000 -        0x109b98ff7  aosnotifyd ??? (???) <20049BC2-C314-3A6C-8DF7-80ED7C14C291> /usr/sbin/aosnotifyd
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8dec2000 -     0x7fff8e1d4fff  com.apple.Foundation 6.7 (833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         applepushserviced [85]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
    Architecture:    x86_64
    UID:             0
      Thread 0x21e        DispatchQueue 1
      User stack:
        11 ??? (in applepushserviced) [0x10b531134]
          11 ??? (in applepushserviced) [0x10b531218]
            11 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff8decd86f]
              11 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8decd983]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x265        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Binary Images:
             0x10b530000 -        0x10b59bfff  applepushserviced ??? (???) <E341CBD0-7A62-3D06-BD6F-77545E6DB6DC> /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8dec2000 -     0x7fff8e1d4fff  com.apple.Foundation 6.7 (833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         AppleSpell [297]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    UID:             505
      Thread 0xfe7        DispatchQueue 1
      User stack:
        11 ??? (in AppleSpell) [0x10362fcf8]
          11 ??? (in AppleSpell) [0x10362ffaa]
            11 -[NSSpellServer run] + 74 (in Foundation) [0x7fff8e01e2ea]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0xff0        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Binary Images:
             0x10362e000 -        0x1036eaff7  com.apple.AppleSpell 1.7 (131) <6CF6E283-A7F1-37AA-A461-56AFD527396B> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8dec2000 -     0x7fff8e1d4fff  com.apple.Foundation 6.7 (833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         AppTrap [259]
    Path:            /Users/USER/Library/PreferencePanes/AppTrap.prefPane/Contents/Resources/AppTrap .app/Contents/MacOS/AppTrap
    Architecture:    x86_64
    UID:             505
    Process:         autofsd [83]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    UID:             0
      Thread 0x24b        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x24c        DispatchQueue 6
      User stack:
        11 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff89c6f9a4]
          11 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff883ba022]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Binary Images:
             0x108f34000 -        0x108f35fff  autofsd ??? (???) <0C88EC3A-8EA7-368E-832C-CF6FB08B1370> /usr/libexec/autofsd
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
    Process:         awacsd [108]
    Path:            /usr/sbin/awacsd
    Architecture:    x86_64
    UID:             0
      Thread 0x328        DispatchQueue 1
      User stack:
        11 ??? (in awacsd) [0x104914690]
          11 ??? (in awacsd) [0x10491b150]
            11 ??? (in awacsd) [0x104923802]
              11 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b86b6]
      Kernel stack:
        11 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff8000234590]
      Thread 0x32a        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x10760    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x104913000 -        0x104968ff7  awacsd ??? (???) <B4E2E687-C6BF-3356-B7F3-84943947BAE3> /usr/sbin/awacsd
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
    Process:         blued [40]
    Path:            /usr/sbin/blued
    Architecture:    x86_64
    UID:             0
      Thread 0x1af        DispatchQueue 1
      User stack:
        11 ??? (in blued) [0x10c5d5e5c]
          11 ??? (in blued) [0x10c60a02c]
            11 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff8decd86f]
              11 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8decd983]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1bd        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x1e0      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 __select + 10 (in libsystem_kernel.dylib) [0x7fff883b9df2]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Binary Images:
             0x10c5d4000 -        0x10c647ff7  blued ??? (???) <509C1835-D875-3B48-BC6E-3C78264CD25D> /usr/sbin/blued
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8dec2000 -     0x7fff8e1d4fff  com.apple.Foundation 6.7 (833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         Canon FAX BackGrounder [243]
    Path:            /Library/Printers/Canon/CUPSFAX/BackGrounder/Canon FAX BackGrounder.app/Contents/MacOS/Canon FAX BackGrounder
    Architecture:    i386
    UID:             505
    Process:         Canon MFScanner [229]
    Path:            /Library/Image Capture/Devices/Canon MFScanner.app/Contents/MacOS/Canon MFScanner
    Architecture:    i386
    UID:             505
    Process:         CIJScannerRegister [443]
    Path:            /Library/Image Capture/Support/*/CIJScannerRegister.app/Contents/MacOS/CIJScannerRegister
    Architecture:    unknown
    UID:             505
    Process:         com.apple.dock.extra [226]
    Path:            /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
    Architecture:    x86_64
    UID:             505
      Thread 0x7d4        DispatchQueue 1
      User stack:
        11 ??? (in com.apple.dock.extra) [0x10d5de984]
          11 xpc_service_main + 440 (in XPCService) [0x7fff8ddda8b9]
            11 NSApplicationMain + 867 (in AppKit) [0x7fff90ce652a]
              11 -[NSApplication run] + 463 (in AppKit) [0x7fff90a683d6]
                11 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff90a6ba95]
                  11 _DPSNextEvent + 659 (in AppKit) [0x7fff90a6c191]
                    11 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff89c8daae]
                      11 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff89c8dc21]
                        11 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff89c864ff]
                          11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                            11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                              11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                                11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x80e        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Binary Images:
             0x10d5dd000 -        0x10d5e1fff  com.apple.dock.extra 1.0 (1) <16A00A96-FFEF-3F2E-B629-453D3C51469E> /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff89c84000 -     0x7fff89fa7fff  com.apple.HIToolbox 1.7 (???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8ddd9000 -     0x7fff8dddfff7  com.apple.XPCService 1.0 (1) <7CD3F8A6-7F2A-36FB-B838-D7BB504DB894> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
          0x7fff90a63000 -     0x7fff9165bfff  com.apple.AppKit 6.7 (1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         configd [15]
    Path:            /usr/libexec/configd
    Architecture:    x86_64
    UID:             0
      Thread 0xfd         DispatchQueue 1
      User stack:
        11 ??? (in configd) [0x100b75fcc]
          11 ??? (in configd) [0x100b76783]
            11 ??? (in configd) [0x100b77088]
              11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                  11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                    11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x10e        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff883b9e06]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Thread 0x110      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 ??? (in configd) [0x100b77a66]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1a8      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 ??? (in configd) [0x100b823dd]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1b3      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 __select + 10 (in libsystem_kernel.dylib) [0x7fff883b9df2]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Thread 0x1b4      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 pppcntl_run_thread + 2194 (in PPPController) [0x101031142]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x10295    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Thread 0x10771    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x100b75000 -        0x100b9eff7  configd ??? (???) <2F1DBCF7-E9C0-348D-B806-1AA71E536A84> /usr/libexec/configd
             0x101023000 -        0x101062fff  com.apple.SystemConfiguration.PPPController 1.7 (1.7) <DFB9B133-1E88-337B-8083-53DFB5E37E09> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         cookied [272]
    Path:            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/Support/cookied
    Architecture:    x86_64
    UID:             505
      Thread 0xaa4        DispatchQueue 1
      User stack:
        11 ??? (in cookied) [0x10c1c7edc]
          11 _cookied_main + 852 (in CFNetwork) [0x7fff8b77c095]
            11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
              11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                  11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                    11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0xaac        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x10618    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x10c1c7000 -        0x10c1c7ff7  cookied ??? (???) <FE3E60E6-147A-3E9F-ABA1-5909DFB522B2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/Support/cookied
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8b68d000 -     0x7fff8b7f0fff  com.apple.CFNetwork 520.0.13 (520.0.13) <67E3BB43-2A22-3F5A-964E-391375B24CE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         coreaudiod [139]
    Path:            /usr/sbin/coreaudiod
    Architecture:    x86_64
    UID:             202
      Thread 0x3cb        DispatchQueue 1
      User stack:
        11 ??? (in coreaudiod) [0x10e32b220]
          11 ??? (in coreaudiod) [0x10e39280a]
            11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
              11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                  11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x3e5        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x3fc      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 ??? (in coreaudiod) [0x10e39c990]
              11 ??? (in coreaudiod) [0x10e39649c]
                11 ??? (in coreaudiod) [0x10e39652c]
                  11 ??? (in coreaudiod) [0x10e396370]
                    11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                      11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                        11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                          11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x10801    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x10e32a000 -        0x10e3e8ff7  coreaudiod ??? (???) <81C9C2A8-C33E-3F2E-A1A1-E61DA5414B0C> /usr/sbin/coreaudiod
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         coreservicesd [43]
    Path:            /System/Library/CoreServices/coreservicesd
    Architecture:    x86_64
    UID:             0
      Thread 0x1c2        DispatchQueue 1
      User stack:
        11 ??? (in coreservicesd) [0x10de60e98]
          11 _CoreServicesServerMain + 747 (in CarbonCore) [0x7fff90730095]
            11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
              11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                  11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                    11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1c3        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x255      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 fmodWatchConsumer + 332 (in CarbonCore) [0x7fff906a1410]
              11 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff883b9bca]
      Kernel stack:
        11 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8383]
          11 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005ca7cb]
            11 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059ee69]
              11 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a4f3]
                11 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f36b]
                  11 thread_continue + 1661 (in mach_kernel) [0xffffff800022f0ed]
                    11 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x256      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 read + 10 (in libsystem_kernel.dylib) [0x7fff883baaf2]
      Kernel stack:
        11 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8383]
          11 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005ca7cb]
            11 read_nocancel + 120 (in mach_kernel) [0xffffff8000561cc8]
              11 write + 209 (in mach_kernel) [0xffffff80005615c1]
                11 get_pathbuff + 3895 (in mach_kernel) [0xffffff8000323c87]
                  11 tsleep + 91 (in mach_kernel) [0xffffff80005527fb]
                    11 wakeup + 632 (in mach_kernel) [0xffffff8000552418]
                      11 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f36b]
                        11 thread_continue + 1661 (in mach_kernel) [0xffffff800022f0ed]
                          11 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Binary Images:
             0x10de60000 -        0x10de60fff  coreservicesd ??? (???) <6AAC69F5-8ECC-36B7-B917-7A4A0F4086C4> /System/Library/CoreServices/coreservicesd
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff90694000 -     0x7fff909adfff  com.apple.CoreServices.CarbonCore 960.13 (960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         cupsd [439]
    Path:            /usr/sbin/cupsd
    Architecture:    x86_64
    UID:             0
      Thread 0xf199       DispatchQueue 1
      User stack:
        11 ??? (in cupsd) [0x1057c019c]
          11 ??? (in cupsd) [0x1057d9a80]
            11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0xf19a       DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0xf19f     
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 ??? (in cupsd) [0x105804908]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Binary Images:
             0x1057bf000 -        0x10581eff7  cupsd ??? (???) <5C8E4378-C8B0-3BF9-9A85-FF5B6923FE7A> /usr/sbin/cupsd
          0x7fff882a4000 -     0x7fff88381fe

  • Print 2 different forms to 2 different printers 1 ABAP program

    Is it possible to print 2 different forms to 2 different printers from one program?
    Example: a Shipping invoice and a Shipping Label (mailing sticky label)
    Could they be a combination for form types? SAP Script and SMARTFORMS, SAP Script and PDF, SMARTFORMS and PDF
    I have a need to print a Shipping Invoice and Label from a single program. I need to beable to print multiple copies of the label at the same time for multiple shipping packages. i.e. 1 of 4, 2 of 4 etc.
    The users want to select print a single invoice and the neccessary labels from a single transaction request.
    Ken

    Hi,
    Could you please see the program RLVSDR40.
    Thanks,
    Abhijit

  • How to print output of XML Publisher report in different trays of a printer

    Hi All,
    I have a requirement in XML Publisher Report. I need to print all pages other than last one in one tray of a printer and the last page has to be printed in another tray of the same printer.
    Can anyone help me out...
    Thank You..

    I do not think it is possible to send all the pages to one tray and send only the last page to a different tray. However, you may review the following notes:
    Note: 357402.1 - How to Print the Output to a Different Paper Size Using XML Publisher Delivery Manager?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=357402.1
    Note: 394130.1 - How To Enable Printer Options Such As Duplex Printing Or Tray Selections For Bitmap Concurrent Programs
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=394130.1

Maybe you are looking for

  • Memory upgrade on Satellite Pro A200

    Have two Satellite Pro A200 #PSAE1E-00T002EN laptops and wanted to know if I can upgrade the 2 x 1GB memory to 2 x 2GB?

  • Data Transfer Toolbox for ECC 6.0

    I am on ECC 6.0 and I am trying to install the data transfer toolbox (DTT) for HCM.  I installed the ERP05V4.SAR file (which is in the 600-ERP-DATA folder), but there are no DTT tcodes.  A colleague of mine told me he has used this in earlier version

  • Hi, Related to registration

    Hi, in my new iphone 4S ,whenever i download any app,its asking for registration.They were asking for postal code.If i give correct postal code also,its not accepting.Please help me out of this issue.

  • How to activate tolerance in material Quantity

    Hi I have manufacturing type of sales order where in the unit of material is in Kg, I want to set in the tolerance limit where in i will be able to dispatch material certain % more than the sales order qty. Eg: If I have material say 10 Kg in the sal

  • Twist - My Review (model 3347-2GU)

         Well, I returned my ThinkPad Twist yesterday (booo) to CDW.  Here were my observations.  Oddly enough, it was the low resolution display that convinced me to wait until Lenovo puts something HD+ or higher on them before I buy again. 1. Buy SSD.