Closed
Bug 393135
Opened 17 years ago
Closed 17 years ago
Crash if formfill disabled
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: foohoo, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9a8pre) Gecko/2007082119 SeaMonkey/2.0a1pre
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9a8pre) Gecko/2007082119 SeaMonkey/2.0a1pre
I have browser.formfill.enabled to false. As soon as I type a character in a non-password text box, it crashes.
Reproducible: Always
Steps to Reproduce:
1. Set browser.formfill.enable to false
2. Vist http://www.google.ca
3. Type a character in the search field
Actual Results:
Crash
Expected Results:
No crash
It does not crash if the pref is true. I know I have built from CVS in the last 2 weeks without experiencing the problem, so it must have regressed recently.
Maybe my about:buildconfig is bitrotted??
Build platform
target
x86_64-unknown-linux-gnu
Build tools
Compiler Version Compiler flags
gcc gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -pedantic -pthread -pipe
c++ gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic -fshort-wchar -pthread -pipe
Configure arguments
--enable-application=suite --enable-crypto --disable-tests --disable-debug --disable-airbag --enable-strip --disable-mailnews --disable-composer --disable-calendar --disable-ldap --disable-nls --disable-svg --disable-canvas --disable-wallet --disable-gnomevfs --disable-venkman --enable-strip-libs '--enable-optimize=-O2 -march=opteron' --enable-plaintext-editor-only --enable-default-toolkit=cairo-gtk2
Comment 1•17 years ago
|
||
Can you get a stack trace for that crash?
Comment 2•17 years ago
|
||
See also bug 393191
(In reply to comment #2)
> See also bug 393191
>
Patch from that bug fixes my problem.
I'm not sure about the Bugzilla etiquette. I hope it's OK for me to mark it fixed.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•