Closed Bug 353619 Opened 18 years ago Closed 18 years ago

firefox crash with orca running [@ nsRootAccessible::GetContentDocShell]

Categories

(Firefox :: Disability Access, defect)

x86
Linux
defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)

References

Details

(Keywords: access, crash)

Crash Data

Attachments

(1 file)

start firefox with orca running. quit firefox sometimes firefox will crash [@ nsRootAccessible::GetContentDocShell] cause: in nsRootAccessible::GetAccessibleRelated() 985 nsCOMPtr<nsIDocShellTreeItem> treeItem = GetDocShellTreeItemFor(mDOMNode); 986 nsCOMPtr<nsIDocShellTreeItem> contentTreeItem = GetContentDocShell(treeItem); treeItem gets null will cause the crash. 934 already_AddRefed<nsIDocShellTreeItem> 935 nsRootAccessible::GetContentDocShell(nsIDocShellTreeItem *aStart) 936 { 937 PRInt32 itemType; 938 aStart->GetItemType(&itemType);
Attached patch patchSplinter Review
Assignee: nobody → ginn.chen
Status: NEW → ASSIGNED
Attachment #239484 - Flags: review?(aaronleventhal)
Comment on attachment 239484 [details] [diff] [review] patch I think there's also something like NS_ENSURE_ARG_PTR. What calls it with null?
Attachment #239484 - Flags: review?(aaronleventhal) → review+
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Crash Signature: [@ nsRootAccessible::GetContentDocShell]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: