Ticket #1809 (s3b_implementation_finished bug) — at Version 7

Opened 16 years ago

Last modified 15 years ago

TLID:913 Crash when trying to insert .jpg instead of pdf

Reported by: deyan Owned by: mitex
Priority: major Milestone:
Component: uncategorized Version: 2.0
Keywords: pdf Cc:
Category: unknown Effort:
Importance: Ticket_group:
Estimated Number of Hours: Add Hours to Ticket:
Billable?: yes Total Hours:
Analysis_owners: deyan Design_owners: mitex,bobi
Imp._owners: bobi Test_owners:
Analysis_reviewers: Changelog:
Design_reviewers: Imp._reviewers:
Test_reviewers: Analysis_score: 2
Design_score: 1 Imp._score: 2
Test_score: 2

Description (last modified by meddle) (diff)

  1. Choose Insert -> PDF... Choose "All files (*.*)" from the dropdown menu.
  2. Select "jpg logo sophie2.jpg" and click "Insert".
  3. Click OK to close the dialog
  1. A file dialog appears. Files of type dialog says"All files (*.*)" In the file browser folder and all files appear. When a folder is selected, instead of "Insert" an "Open" button with the same size appears.
  2. A dialog "Unsupported file" appears
  3. A file dialog appears. Files of type dialog says"All files (*.*)" In the file browser folder and all files appear.

Crash on step 2, attached log.

Change History

Changed 16 years ago by deyan

comment:1 Changed 16 years ago by deyan

  • Owner set to deyan
  • Status changed from new to s1a_analysis_started

comment:2 Changed 16 years ago by deyan

  • Status changed from s1a_analysis_started to s1b_analysis_finished

comment:3 Changed 16 years ago by mitex

  • Design_owners set to mitex. bobi
  • Status changed from s1b_analysis_finished to s1c_analysis_ok
  • Imp._owners set to bobi

comment:4 Changed 16 years ago by mitex

  • Owner changed from deyan to mitex
  • Status changed from s1c_analysis_ok to s2a_design_started

comment:5 Changed 16 years ago by pacitu

  • Design_owners changed from mitex. bobi to mitex,bobi

Changed 16 years ago by mitex

Implementation (patch)

comment:6 Changed 16 years ago by mitex

  • Status changed from s2a_design_started to s3b_implementation_finished

The problem is that a RuntimeException is thrown from an auto property and the catch block waits for an IOException.

Solution:
In PDFResource.pdfFile do not throw an exception, instead write to the log and return null.
In PDFLogic, createPDFResource, show an error message if (pdfResource.pdfFile().get() == null) and then set pdfResource = null;

comment:7 Changed 16 years ago by meddle

  • Description modified (diff)
Note: See TracTickets for help on using tickets.