Closed
Bug 509690
Opened 16 years ago
Closed 15 years ago
Clicking or Pressing enter after entering URL in address bar doesn't work. (caused by file system without file locking)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jonathan.buch, Unassigned)
Details
(Whiteboard: [CLOSEME 2011-1-1])
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061208 Iceweasel/3.0.6 (Debian-3.0.6-1)
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061208 Iceweasel/3.0.6 (Debian-3.0.6-1)
This is similar to but not the same as: Bug #376084 - Clicking or Pressing enter after entering URL in address bar doesn't work. (caused by old version of Delicious add-on)
When having the profile directory on a file system lacking file locking this happens. There are no addons loaded, safe-mode shows same behaviour.
The problem occured with a Lustre filesystem lacking option flock or localflock. So I guess this bug report is actually on the error checking for this condition and not so much about the address bar.
Reproducible: Always
Steps to Reproduce:
1.Enter URL
2.Press Enter or click 'go' button.
Actual Results:
No response whatsoever. Its as if i haven't pressed enter or clicked the go
button.
Expected Results:
Loading the URL.
The following errors appear in the error console.
Error: [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: file:///usr/lib/iceweasel/components/nsBrowserGlue.js :: bg__initPlaces :: line 449" data: no]
Source File: file:///usr/lib/iceweasel/components/nsBrowserGlue.js
Line: 449
Error: Warning: unrecognized command line flag -a
Source File: file:///usr/lib/iceweasel/components/nsBrowserContentHandler.js
Line: 714
Error: uncaught exception: [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: chrome://browser/content/search/search.xml :: get_searchService :: line 145" data: no]
Error: uncaught exception: [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: chrome://browser/content/search/search.xml :: initialize :: line 527" data: no]
Error: uncaught exception: [Exception... "Component returned failure code: 0x8007000e (NS_ERROR_OUT_OF_MEMORY) [nsIDocShellHistory.useGlobalHistory]" nsresult: "0x8007000e (NS_ERROR_OUT_OF_MEMORY)" location: "JS frame :: chrome://browser/content/browser.js :: prepareForStartup :: line 763" data: no]
Error: [Exception... "Component returned failure code: 0x8052000e (NS_ERROR_FILE_IS_LOCKED) [mozIStorageService.openDatabase]" nsresult: "0x8052000e (NS_ERROR_FILE_IS_LOCKED)" location: "JS frame :: file:///home/xxx/.mozilla/firefox/xyat7ski.default/extensions/firegestures@xuldev.org/components/xdGestureService.js :: FGS_getDBConnection :: line 136" data: no]
Source File: file:///home/xxx/.mozilla/firefox/xyat7ski.default/extensions/firegestures@xuldev.org/components/xdGestureService.js
Line: 136
-----------
Comment 1•15 years ago
|
||
Reporter, are you still seeing this issue with Firefox 3.6.12 or later in safe mode? If not, please close. These links can help you in your testing.
http://support.mozilla.com/kb/Safe+Mode
http://support.mozilla.com/kb/Managing+profiles
Also, please consider using the most recent Firefox 4 beta build, your bug may be resolved there.
Whiteboard: [CLOSEME 2011-1-1]
Comment 2•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.13 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•