Closed
Bug 644989
Opened 14 years ago
Closed 14 years ago
FF4 makes Xserver crash
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: justin.zy.wang, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier: Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20100101 Firefox/4.0
FF4 is making Xserver crashing... a possible error related to this problem might the the following error msg extracted from .xsession-errors:
Firefox.PlacesItemSource "Firefox Places" encountered an error in UpdateItems: Mono.Data.SqliteClient.SqliteSyntaxException: file is encrypted or is not a database
at Mono.Data.SqliteClient.SqliteCommand.GetNextStatement (IntPtr pzStart, System.IntPtr& pzTail, System.IntPtr& pStmt) [0x00000] in <filename unknown>:0
at Mono.Data.SqliteClient.SqliteCommand.ExecuteReader (CommandBehavior behavior, Boolean want_results, System.Int32& rows_affected) [0x00000] in <filename unknown>:0
at Mono.Data.SqliteClient.SqliteCommand.ExecuteReader (CommandBehavior behavior) [0x00000] in <filename unknown>:0
at Mono.Data.SqliteClient.SqliteCommand.ExecuteDbDataReader (CommandBehavior behavior) [0x00000] in <filename unknown>:0
at System.Data.Common.DbCommand.ExecuteReader () [0x00000] in <filename unknown>:0
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader () [0x00000] in <filename unknown>:0
at Firefox.PlacesItemSource+<LoadPlaceItems>c__Iterator3.MoveNext () [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[Firefox.PlaceItem].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[Firefox.PlaceItem]..ctor (IEnumerable`1 collection) [0x00000] in <filename unknown>:0
at System.Linq.Enumerable.ToArray[PlaceItem] (IEnumerable`1 source) [0x00000] in <filename unknown>:0
at Firefox.PlacesItemSource.UpdateItems () [0x00000] in <filename unknown>:0
at Do.Universe.Safe.SafeItemSource.UpdateItems () [0x00000] in <filename unknown>:0 .
Reproducible: Always
Comment 1•14 years ago
|
||
Please contact your Xserver vendor if your Xserver is crashing.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Comment 2•14 years ago
|
||
Also, those messages don't look like they came from Firefox. Possibly some addon?
We're using newer sqlite DB features now, whatever it was is probably incompatible.
Comment 3•14 years ago
|
||
The SQLite errors are because your client is using a SQLite older than version 3.7.0.
I upgraded my FF from 3.6.15 directly to 4.0... in this case, how to resolve this problem?
Comment 5•14 years ago
|
||
> Firefox.PlacesItemSource "Firefox Places" encountered an error in UpdateItems:
> Mono.Data.SqliteClient.SqliteSyntaxException: file is encrypted or is not a
> database
This has nothing to do with Firefox (we don't use Mono).
You need to log in
before you can comment on or make changes to this bug.
Description
•