Closed
Bug 776580
Opened 13 years ago
Closed 13 years ago
awesome toolbar is crashing due to a undefined this.history
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: xaviermd, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Build ID: 20120713224749
Steps to reproduce:
Tried to surf on my spare pc, connected via my smartphone in tethering. As the bandwidth is very slow and connectivy really random, the awesometoolbar started to have very strange behaviours.
No way in unactivating my addons, restarting numerous times firefox to get it right again. Just a few seconds, then once Sync tried to sync or I wish to enter an URL, behaviours show fails, demonstrated by the error console.
Actual results:
- url in the address bar won't change anymore
- back button is not active anymore
- foward button won't appear
- links will be in black with the text cursor in webpages (typically : Google)
Error log show :
Horodatage : 23/07/2012 18:57:51
Erreur : this.history is undefined
Fichier Source : resource://gre/modules/PlacesUtils.jsm
Ligne : 2075
Horodatage : 23/07/2012 18:54:01
Erreur : NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: '[JavaScript Error: "Object.getOwnPropertyDescriptor(this, "_db") is undefined" {file: "resource:///components/nsPlacesAutoComplete.js" line: 740}]' when calling method: [mozIPlacesAutoComplete::registerOpenPage]
Fichier Source : chrome://browser/content/tabbrowser.xml
Ligne : 647
Horodatage : 23/07/2012 18:54:05
Erreur : NS_ERROR_XPC_GS_RETURNED_FAILURE: Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]
Fichier Source : chrome://browser/content/tabbrowser.xml
Ligne : 108
Expected results:
URL should be correct in the address bar and back/foward buttons should work
links should be in blue with link cursor in Google
| Reporter | ||
Comment 1•13 years ago
|
||
for your information, the places files of my profile :
-rw-r--r-- 1 xavier xavier 41943040 juil. 22 23:44 places.sqlite
-rw-r--r-- 1 xavier xavier 0 juil. 23 08:01 places.sqlite-shm
-rw-r--r-- 1 xavier xavier 0 juil. 23 08:01 places.sqlite-wal
I think rename or delete them
| Reporter | ||
Comment 2•13 years ago
|
||
$ sqlite3 places.sqlite
SQLite version 3.7.9 2011-11-01 00:52:41
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> pragma integrity_check;
Error: unable to open database file
mmhhhh... i rename them for the coroner.
Comment 3•13 years ago
|
||
Crashing means the application closes unexpectedly.
Does it happen in Safe Mode (see http://support.mozilla.org/kb/troubleshoot-firefox-issues-using-safe-mode)?
| Reporter | ||
Comment 4•13 years ago
|
||
well, the application is not crashing, but the Places service, and so cascading the AwesomeToolbar.
Didn't tried in safe mode, since in renaming places*.sqlite , it seems working again.
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•