Ticket #1809 (s3b_implementation_finished bug) — at Version 7
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: | 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)
- Choose Insert -> PDF... Choose "All files (*.*)" from the dropdown menu.
- Select "jpg logo sophie2.jpg" and click "Insert".
- Click OK to close the dialog
- 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.
- A dialog "Unsupported file" appears
- 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
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: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;
Note: See
TracTickets for help on using
tickets.