Bug#624502: iceweasel: URL bar not working anymore

2011-08-06 Thread Mike Hommey
On Sun, May 08, 2011 at 08:02:28AM +0200, Mike Hommey wrote:
 On Sun, May 08, 2011 at 08:37:29AM +0530, Onkar Shinde wrote:
  On 5/4/11, Mike Hommey m...@glandium.org wrote:
  snip
   This may be related to bug #560329.
   Can you try the instructions from
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560329#40 ?
  /snip
  
  I haven't lost my bookmarks or history. So I am definitely not
  affected by bug 560329.
  Following is the output of commands mentioned in the comment 40 of that bug.
  sqlite select count(*) from moz_historyvisits;
  3976
  sqlite select count(*) from moz_bookmarks;
  121
  
  What I noticed is that when I created new profile everything is
  working fine. So something has gone wrong with my default profile.
 
 Can you try copying that sqlite file from your default profile into the
 new profile and see if that still works?
 
 Also, does it work if you start in safe mode?

Did the instructions above lead somewhere?

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#624502: iceweasel: URL bar not working anymore

2011-08-06 Thread Onkar Shinde
On Sat, Aug 6, 2011 at 2:30 PM, Mike Hommey m...@glandium.org wrote:
 On Sun, May 08, 2011 at 08:02:28AM +0200, Mike Hommey wrote:
 On Sun, May 08, 2011 at 08:37:29AM +0530, Onkar Shinde wrote:
  On 5/4/11, Mike Hommey m...@glandium.org wrote:
  snip
   This may be related to bug #560329.
   Can you try the instructions from
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560329#40 ?
  /snip
 
  I haven't lost my bookmarks or history. So I am definitely not
  affected by bug 560329.
  Following is the output of commands mentioned in the comment 40 of that 
  bug.
  sqlite select count(*) from moz_historyvisits;
  3976
  sqlite select count(*) from moz_bookmarks;
  121
 
  What I noticed is that when I created new profile everything is
  working fine. So something has gone wrong with my default profile.

 Can you try copying that sqlite file from your default profile into the
 new profile and see if that still works?

 Also, does it work if you start in safe mode?

 Did the instructions above lead somewhere?

I thought I had replied to this. But it seems it completely slipped my mind.

Starting the troubling profile in safe mode does not make any
difference. Also I copied the sqlite file from old profile to new
profile. It works perfectly in new profile.

I am attaching here a diff of files/directories between old profile
and new profile. Please see if it gives any hint as to the source of
the problem.

Cheers.
Onkar
-- 
Passion - Some people climb mountains - others write Free software.
Don't ask why - the reason is the same.
--- default_files.txt   2011-08-07 09:22:28.0 +0530
+++ test_files.txt  2011-08-07 09:22:40.0 +0530
@@ -3,7 +3,6 @@
 bookmarks.html
 Cache
 cert8.db
-cert_override.txt
 chrome
 compatibility.ini
 compreg.dat
@@ -14,13 +13,11 @@
 extensions.cache
 extensions.ini
 extensions.rdf
-firebug
 formhistory.sqlite
 key3.db
 localstore.rdf
 localstore-safe.rdf
 mimeTypes.rdf
-OfflineCache
 permissions.sqlite
 places.sqlite
 places.sqlite-journal
@@ -29,18 +26,9 @@
 search.json
 search.sqlite
 secmod.db
-sessionstore-1.js
-sessionstore-2.js
-sessionstore-3.js
-sessionstore-4.js
-sessionstore-5.js
-sessionstore-6.js
-sessionstore-7.js
-signons3.txt
 signons.sqlite
 urlclassifier3.sqlite
 urlclassifierkey3.txt
-webappsstore.sqlite
 XPC.mfasl
 xpti.dat
 XUL.mfasl


Bug#624502: iceweasel: URL bar not working anymore

2011-08-06 Thread Onkar Shinde
On Sun, Aug 7, 2011 at 9:28 AM, Onkar Shinde onkarshi...@ubuntu.com wrote:
 On Sat, Aug 6, 2011 at 2:30 PM, Mike Hommey m...@glandium.org wrote:
 On Sun, May 08, 2011 at 08:02:28AM +0200, Mike Hommey wrote:
 On Sun, May 08, 2011 at 08:37:29AM +0530, Onkar Shinde wrote:
  On 5/4/11, Mike Hommey m...@glandium.org wrote:
  snip
   This may be related to bug #560329.
   Can you try the instructions from
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560329#40 ?
  /snip
 
  I haven't lost my bookmarks or history. So I am definitely not
  affected by bug 560329.
  Following is the output of commands mentioned in the comment 40 of that 
  bug.
  sqlite select count(*) from moz_historyvisits;
  3976
  sqlite select count(*) from moz_bookmarks;
  121
 
  What I noticed is that when I created new profile everything is
  working fine. So something has gone wrong with my default profile.

 Can you try copying that sqlite file from your default profile into the
 new profile and see if that still works?

 Also, does it work if you start in safe mode?

 Did the instructions above lead somewhere?

 I thought I had replied to this. But it seems it completely slipped my mind.

 Starting the troubling profile in safe mode does not make any
 difference. Also I copied the sqlite file from old profile to new
 profile. It works perfectly in new profile.

 I am attaching here a diff of files/directories between old profile
 and new profile. Please see if it gives any hint as to the source of
 the problem.


I found what the issue is. I noticed that in the troubling profile,
search toolbar had no entries. So I thought may be the file causing
problem is search.sqlite. When I tried to open this file with
sqlitebrowser I got following error.
onkar@iBook:~/.mozilla/firefox$ sqlitebrowser xn5aqxhc.default/search.sqlite
could not get list of tables: 1, unsupported file format
could not get list of tables: 1, unsupported file format

So I deleted the file and restarted with the same profile that was
causing problem. Everything works fine.
So this indeed seems an issue related to sqlite, but not related to
places.sqlite.

I am attaching here the search.sqlite file from the profile back so
that you can do further analysis if needed.

Cheers,
Onkar
-- 
Passion - Some people climb mountains - others write Free software.
Don't ask why - the reason is the same.


search.sqlite
Description: Binary data


Bug#624502: iceweasel: URL bar not working anymore

2011-05-08 Thread Mike Hommey
On Sun, May 08, 2011 at 08:37:29AM +0530, Onkar Shinde wrote:
 On 5/4/11, Mike Hommey m...@glandium.org wrote:
 snip
  This may be related to bug #560329.
  Can you try the instructions from
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560329#40 ?
 /snip
 
 I haven't lost my bookmarks or history. So I am definitely not
 affected by bug 560329.
 Following is the output of commands mentioned in the comment 40 of that bug.
 sqlite select count(*) from moz_historyvisits;
 3976
 sqlite select count(*) from moz_bookmarks;
 121
 
 What I noticed is that when I created new profile everything is
 working fine. So something has gone wrong with my default profile.

Can you try copying that sqlite file from your default profile into the
new profile and see if that still works?

Also, does it work if you start in safe mode?

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#624502: iceweasel: URL bar not working anymore

2011-05-07 Thread Onkar Shinde
On 5/4/11, Mike Hommey m...@glandium.org wrote:
snip
 This may be related to bug #560329.
 Can you try the instructions from
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560329#40 ?
/snip

I haven't lost my bookmarks or history. So I am definitely not
affected by bug 560329.
Following is the output of commands mentioned in the comment 40 of that bug.
sqlite select count(*) from moz_historyvisits;
3976
sqlite select count(*) from moz_bookmarks;
121

What I noticed is that when I created new profile everything is
working fine. So something has gone wrong with my default profile.

-- 
Passion - Some people climb mountains - others write Free software.
Don't ask why - the reason is the same.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#624502: iceweasel: URL bar not working anymore

2011-05-03 Thread Onkar Shinde
On Sun, May 1, 2011 at 11:57 AM, Mike Hommey m...@glandium.org wrote:
snip
 This error should be fixed in version 3.5.19-2. Can you check if the
 other problem still remains?
/snip

The error seen at installation is fixed with 3.5.19-2. But the
behavior of browser remains same. And I also see same error in 'Error
Console'.


Onkar
-- 
Passion - Some people climb mountains - others write Free software.
Don't ask why - the reason is the same.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#624502: iceweasel: URL bar not working anymore

2011-05-03 Thread Mike Hommey
On Wed, May 04, 2011 at 09:53:34AM +0530, Onkar Shinde wrote:
 On Sun, May 1, 2011 at 11:57 AM, Mike Hommey m...@glandium.org wrote:
 snip
  This error should be fixed in version 3.5.19-2. Can you check if the
  other problem still remains?
 /snip
 
 The error seen at installation is fixed with 3.5.19-2. But the
 behavior of browser remains same. And I also see same error in 'Error
 Console'.

This may be related to bug #560329.
Can you try the instructions from
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560329#40 ?

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#624502: iceweasel: URL bar not working anymore

2011-05-01 Thread Mike Hommey
On Fri, Apr 29, 2011 at 09:58:26AM +0530, Onkar Shinde wrote:
 Package: iceweasel
 Version: 3.5.18-1
 Severity: important
 
 For last few days the URL bar in iceweasel is not responding to 'Enter' key. 
 Also the right arrow (indicating 'Go to URL' action) does not work. So I can 
 not open any websites from URL bar. Following error is seen in 'Error 
 Console' when I try.
 
 
 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]
 
 
 Please note that I can open websites from bookmarks menu.
 I thought that the installation had become corrupt somehow. So I reinstalled 
 xulrunner-1.9.1 and iceweasel. At the time of installation I see following 
 error which might be related to the problem.
 
 
 Selecting previously deselected package xulrunner-1.9.1.
 (Reading database ... 165411 files and directories currently installed.)
 Unpacking xulrunner-1.9.1 (from .../xulrunner-1.9.1_1.9.1.18-1_powerpc.deb) 
 ...
 Selecting previously deselected package iceweasel.
 Unpacking iceweasel (from .../iceweasel_3.5.18-1_powerpc.deb) ...
 Adding 'diversion of /usr/bin/firefox to /usr/bin/firefox.real by iceweasel'
 Processing triggers for man-db ...
 Processing triggers for menu ...
 Processing triggers for gnome-menus ...
 Processing triggers for desktop-file-utils ...
 Processing triggers for hicolor-icon-theme ...
 Setting up xulrunner-1.9.1 (1.9.1.18-1) ...
 ../xpcshell: error while loading shared libraries: ./libxul.so: R_PPC_REL24 
 relocation at 0x0f9ed56c for symbol `_restgpr_29_x' out of range
 update-alternatives: using /usr/lib/xulrunner-1.9.1/xulrunner-stub to provide 
 /usr/bin/xulrunner-stub (xulrunner-stub) in auto mode.
 Setting up iceweasel (3.5.18-1) ...
 Processing triggers for menu ...

This error should be fixed in version 3.5.19-2. Can you check if the
other problem still remains?

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#624502: iceweasel: URL bar not working anymore

2011-04-28 Thread Onkar Shinde
Package: iceweasel
Version: 3.5.18-1
Severity: important

For last few days the URL bar in iceweasel is not responding to 'Enter' key. 
Also the right arrow (indicating 'Go to URL' action) does not work. So I can 
not open any websites from URL bar. Following error is seen in 'Error Console' 
when I try.


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]


Please note that I can open websites from bookmarks menu.
I thought that the installation had become corrupt somehow. So I reinstalled 
xulrunner-1.9.1 and iceweasel. At the time of installation I see following 
error which might be related to the problem.


Selecting previously deselected package xulrunner-1.9.1.
(Reading database ... 165411 files and directories currently installed.)
Unpacking xulrunner-1.9.1 (from .../xulrunner-1.9.1_1.9.1.18-1_powerpc.deb) ...
Selecting previously deselected package iceweasel.
Unpacking iceweasel (from .../iceweasel_3.5.18-1_powerpc.deb) ...
Adding 'diversion of /usr/bin/firefox to /usr/bin/firefox.real by iceweasel'
Processing triggers for man-db ...
Processing triggers for menu ...
Processing triggers for gnome-menus ...
Processing triggers for desktop-file-utils ...
Processing triggers for hicolor-icon-theme ...
Setting up xulrunner-1.9.1 (1.9.1.18-1) ...
../xpcshell: error while loading shared libraries: ./libxul.so: R_PPC_REL24 
relocation at 0x0f9ed56c for symbol `_restgpr_29_x' out of range
update-alternatives: using /usr/lib/xulrunner-1.9.1/xulrunner-stub to provide 
/usr/bin/xulrunner-stub (xulrunner-stub) in auto mode.
Setting up iceweasel (3.5.18-1) ...
Processing triggers for menu ...



-- Package-specific info:

-- Extensions information
Name: Default
Location: /usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Package: iceweasel
Status: enabled

-- Plugins information
Name: Shockwave Flash
Location: /usr/lib/gnash/libgnashplugin.so
Package: browser-plugin-gnash
Status: enabled

Name: iTunes Application Detector
Location: /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
Package: rhythmbox-plugins
Status: enabled


-- Addons package information
ii  browser-plugin 0.8.9-1GNU Shockwave Flash (SWF) player - Plugin fo
ii  iceweasel  3.5.18-1   Web browser based on Firefox
ii  rhythmbox-plug 0.12.8-3   plugins for rhythmbox music player

-- System Information:
Debian Release: wheezy/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.38-2-powerpc
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages iceweasel depends on:
ii  debianutils   3.4.4  Miscellaneous utilities specific t
ii  fontconfig2.8.0-2.2  generic font configuration library
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.0-2  GCC support library
ii  libgdk-pixbuf2.0-02.23.3-3   GDK Pixbuf library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.7-2NetScape Portable Runtime Library
ii  libstdc++64.6.0-2The GNU Standard C++ Library v3
ii  procps1:3.2.8-10 /proc file system utilities
ii  xulrunner-1.9.1   1.9.1.18-1 XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  libgssapi-krb5-2   1.9+dfsg-1+b1 MIT Kerberos runtime libraries - k
pn  mozplugger none(no description available)
ii  ttf-lyx2.0.0~rc3-2   TrueType versions of some TeX font
pn  ttf-mathematica4.1 none(no description available)
ii  xfonts-mathml  4 Type1 Symbol font for MathML
pn  xprint none(no description available)

Versions of packages xulrunner-1.9.1 depends on:
ii  libasound2   1.0.23-3shared library for ALSA applicatio
ii  libatk1.0-0  2.0.0-1 The ATK accessibility toolkit
ii  libbz2-1.0   1.0.5-6 high-quality block-sorting file co
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-6The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.4.6-1 simple interprocess messaging syst
ii  libfontconfig1   2.8.0-2.2   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.6.0-2   GCC support