[dba-issues] [Issue 92253] [a11y] Exiting Relation De sign window after saving a relationship crashe s OOo
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92253 User cmc changed the following: What|Old value |New value OtherIssuesDependingOnTh|90439 | is| | - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dba-issues] [Issue 92253] [a11y] Exiting Relation De sign window after saving a relationship crashe s OOo
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92253 User fs changed the following: What|Old value |New value Status|RESOLVED |VERIFIED --- Additional comments from [EMAIL PROTECTED] Thu Oct 30 13:18:07 + 2008 --- looks good now - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dba-issues] [Issue 92253] [a11y] Exiting Relation De sign window after saving a relationship crashe s OOo
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92253 --- Additional comments from [EMAIL PROTECTED] Wed Oct 29 07:56:45 + 2008 --- fs->oj: - ProcessWindowEvent should lock m_aMutex before setting m_pTable to NULL, since this assignment is no atomic operation. - Not related to this bug here, but while you are there: ::containsRelation does not check m_pTable for being != NULL before accessing it, this has the potential for another crash. - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dba-issues] [Issue 92253] [a11y] Exiting Relation De sign window after saving a relationship crashe s OOo
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92253 User oj changed the following: What|Old value |New value Assigned to|oj|fs --- Additional comments from [EMAIL PROTECTED] Tue Oct 28 07:41:02 + 2008 --- Please review the patch I've done. Thanks. cd dbaccess\source\ui\querydesign cvs diff -r1.14 -r1.14.34.1 TableWindowAccess.cxx - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dba-issues] [Issue 92253] [a11y] Exiting Relation De sign window after saving a relationship crashe s OOo
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92253 User oj changed the following: What|Old value |New value Status|NEW |RESOLVED Resolution| |FIXED --- Additional comments from [EMAIL PROTECTED] Tue Aug 12 06:23:12 + 2008 --- I modified the patch a little bit. Now I overload the method ProcessWindowEvent and set table to NULL when it is dying. void OTableWindowAccess::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) { if ( rVclWindowEvent.GetId() == VCLEVENT_OBJECT_DYING ) m_pTable = NULL; VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); } - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dba-issues] [Issue 92253] [a11y] Exiting Relation De sign window after saving a relationship crashe s OOo
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92253 User fs changed the following: What|Old value |New value Assigned to|dbaneedsconfirm |oj Priority|P3|P2 Target milestone|--- |OOo 3.0.1 --- Additional comments from [EMAIL PROTECTED] Wed Jul 30 19:58:58 + 2008 --- Caolan, thanks for the investigations. That's Ocke's issue then. - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dba-issues] [Issue 92253] [a11y] Exiting Relation De sign window after saving a relationship crashe s OOo
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92253 User cmc changed the following: What|Old value |New value OtherIssuesDependingOnTh| |90439 is| | - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dba-issues] [Issue 92253] [a11y] Exiting Relation De sign window after saving a relationship crashe s OOo
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92253 User cmc changed the following: What|Old value |New value CC|''|'cmc,obr' Ever confirmed| |1 Status|UNCONFIRMED |NEW Summary|FC 9, Exiting Relation Des|[a11y] Exiting Relation De |ign window after saving a |sign window after saving a |relationship crashes OOo | relationship crashes OOo --- Additional comments from [EMAIL PROTECTED] Wed Jul 30 14:12:33 + 2008 --- a11y specific rather than F-9 specific - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]