Closed
Bug 331629
Opened 19 years ago
Closed 19 years ago
nsAutoCompleteController::ClosePopup 91c5d689
Categories
(Toolkit :: Autocomplete, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: WeirdAl, Assigned: smaug)
References
()
Details
(Keywords: crash, fixed1.8.1, testcase)
Attachments
(1 file)
932 bytes,
patch
|
bryner
:
first-review+
beltzner
:
approval1.8.1+
|
Details | Diff | Splinter Review |
Stack Signature nsAutoCompleteController::ClosePopup 91c5d689
Product ID Firefox15
Build ID 2006011112
Trigger Time 2006-03-24 12:06:39.0
Platform Win32
Operating System Windows NT 5.1 build 2600
Module firefox.exe + (003ff412)
URL visited
User Comments
Since Last Crash 282 sec
Total Uptime 122668 sec
Trigger Reason Access violation
Source File, Line No. c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/toolkit/components/autocomplete/src/nsAutoCompleteController.cpp, line 862
Stack Trace
nsAutoCompleteController::ClosePopup [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/toolkit/components/autocomplete/src/nsAutoCompleteController.cpp, line 862]
nsAutoCompleteController::PostSearchCleanup [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/toolkit/components/autocomplete/src/nsAutoCompleteController.cpp, line 1109]
nsAutoCompleteController::OnSearchResult [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/toolkit/components/autocomplete/src/nsAutoCompleteController.cpp, line 589]
nsGlobalHistory::StartSearch [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/toolkit/components/history/src/nsGlobalHistory.cpp, line 4231]
nsAutoCompleteController::StartSearch [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/toolkit/components/autocomplete/src/nsAutoCompleteController.cpp, line 901]
nsAutoCompleteController::Notify [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/toolkit/components/autocomplete/src/nsAutoCompleteController.cpp, line 602]
nsAppStartup::Run [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/toolkit/components/startup/src/nsAppStartup.cpp, line 151]
main [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/browser/app/nsBrowserApp.cpp, line 61]
kernel32.dll + 0x16d4f (0x7c816d4f)
Steps to reproduce:
(1) Firefox 1.5.0.1 for Windows
(2) Modify Venkman (JavaScript Debugger) XPI as listed on addons.mozilla.org to work in Firefox 1.5.
(3) Run Venkman in the background
(4) Find a form with an autocomplete text input
(5) Fill out the form.
(6) Revisit the form and begin re-entering the value in the autocomplete text input you last used.
Expected result:
Autocomplete shows you a suggested entry.
Actual result:
Crash.
Assignee | ||
Comment 1•19 years ago
|
||
According to TB there are still crashes @nsAutoCompleteController::ClosePopup.
Though the stacktraces have changed. Now it is nsAutoCompleteController::Rollup
which calls ClosePopup when mInput is apparently null. This is in trunk and 1.8.1.
So I propose adding null check for mInput. That check is used also elsewhere in
nsAutoCompleteController.
Attachment #235895 -
Flags: first-review?(bryner)
Assignee | ||
Updated•19 years ago
|
Assignee: nobody → Olli.Pettay
Updated•19 years ago
|
Attachment #235895 -
Flags: first-review?(bryner) → first-review+
Assignee | ||
Comment 2•19 years ago
|
||
This should be fixed now.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•19 years ago
|
Attachment #235895 -
Flags: approval1.8.1?
Comment 3•19 years ago
|
||
Comment on attachment 235895 [details] [diff] [review]
null check
a=beltzner on behalf of 181drivers
Updated•19 years ago
|
Attachment #235895 -
Flags: approval1.8.1? → approval1.8.1+
Assignee | ||
Updated•19 years ago
|
Keywords: fixed1.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•