Printing in Windows with unsupported MediaSizeName attribute causes VM crash.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 1.4.0
    • Affects Version/s: 1.4.0
    • Component/s: client-libs
    • 2d
    • beta2
    • generic
    • windows_nt

      Using this code causes EXCEPTION_ACCESS_VIOLATION in native code _startDoc.

      HashPrintRequestAttributeSet prSet = new HashPrintRequestAttributeSet();
      prSet.add(MediaSizeName.NA_5X7);

      try {
                      job.print(doc,prSet);
              } catch(Exception e) {
                      e.printStackTrace();
              }

      Using any printer that does not support 5 X 7 paper.

            Assignee:
            Jennifer Godinez (Inactive)
            Reporter:
            Jennifer Godinez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: