Ticket #2427 (closed bug: obsolete)
deleting-media-frame-throws-an-exception - When you try to delete media frame, exception occurs.
Reported by: | todor | Owned by: | meddle |
---|---|---|---|
Priority: | major | Milestone: | X3 |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | meddle | |
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | todor | Design_owners: | meddle |
Imp._owners: | meddle | Test_owners: | |
Analysis_reviewers: | meddle | Changelog: | Changelog |
Design_reviewers: | pap | Imp._reviewers: | deyan, todor, pap |
Test_reviewers: | Analysis_score: | 4 | |
Design_score: | 4 | Imp._score: | 4 |
Test_score: | 0 |
Description (last modified by deyan) (diff)
- Start Sophie.
- Insert some audio/video frame.
- Delete the frame.
- Exception occurs. http://sophie2.org/bug-report/detailed_view.php?id=189
Attachments
Change History
comment:2 Changed 15 years ago by meddle
- Status changed from s1b_analysis_finished to new
- Analysis_reviewers set to meddle
- Analysis_score changed from 0 to 2
- The ticket does not point the actual exception!
2p
comment:3 Changed 15 years ago by deyan
- Status changed from new to s1b_analysis_finished
- Description modified (diff)
comment:4 Changed 15 years ago by meddle
- Cc meddle added
- Design_owners set to meddle
- Status changed from s1b_analysis_finished to s2a_design_started
- Analysis_score changed from 2 to 4
OK, now it makes sense, the exception is in my area :)
comment:5 Changed 15 years ago by meddle
- Status changed from s2a_design_started to s2b_design_finished
The problem is strange...
- First of all it happened only when Sophie war running under Windows.
- The reason is that the timer runs a task that became null for some reason.
- That I fixed with passing to the timer other reference to a task, different from the field in the view that in some circumstances is set to null.
- The attached patch contains that fix, it is tested under Windows.
comment:7 Changed 15 years ago by meddle
- Owner set to meddle
- Status changed from s2c_design_ok to s3a_implementation_started
- Imp._owners set to meddle
comment:8 Changed 15 years ago by meddle
- Status changed from s3a_implementation_started to s3b_implementation_finished
Implementation
- All the tests in the main.func.resources module are fixed to run.
- All the auto actions in the main.func.resources are converted to top level classes.
- The problem with the windows file separators is solved.
comment:10 Changed 15 years ago by meddle
The second patch replaces the autoActions.patch. This should fix #2407
comment:11 Changed 15 years ago by meddle
The last patch has all the open problems found by deyan and todor fixed and all the non-testing Annotation related AutoActions pulled out to top classes.
- Windows books with linked resources don't lose them under linux.
- There is no exceptions while deleting frames.
- DND under windows works in server books (see #2407).
- More than 10 AutoActions moved.
comment:12 Changed 15 years ago by pap
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Design_score changed from 0 to 4
- Design_reviewers set to pap
- Imp._score changed from 0 to 4
- Imp._reviewers set to deyan, todor, pap
- Ok
- Commited in [9158]
comment:13 Changed 13 years ago by meddle
- Status changed from s3c_implementation_ok to closed
- Resolution set to obsolete
Closing all the tickets before M Y1
Note: See
TracTickets for help on using
tickets.