Bug#561515: After last system update iceweasel do not start (Crash)

2009-12-19 Thread Mike Hommey
On Fri, Dec 18, 2009 at 04:43:30PM -0200, Flamarion Jorge wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
  That doesn't make sense. Could you check the output for the following
 
 I was also surprised that it only made safe-upgrade, and frankly I do
 not remember view updates for iceweasel on this day, a few days ago was
 really iceweasel updated.
 But several updates to the GNOME have been made, I do not know if you
 have any connection.

Well if you have a proper xulrunner-1.9.1 which debsums seems to
indicate, there is no reason it should be trying to resolve the 
g_type_class_unreb symbols.

objdump -T /usr/lib/iceweasel/xulrunner/libxul.so | grep g_type_class_unreb

should be returning nothing, and I expect it to do so on your system
considering the information so far.

That seems to indicate the error message is a lie, and the problem is
in another library.

Can you try running with the following environment variables set:
LD_DEBUG=all
LD_DEBUG_OUTPUT=/some/file

Once you got the log, please gzip/bzip2 it and send it here.

Cheers,

Mike



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



Bug#561515: After last system update iceweasel do not start (Crash)

2009-12-19 Thread Flamarion Jorge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 Well if you have a proper xulrunner-1.9.1 which debsums seems to
 indicate, there is no reason it should be trying to resolve the 
 g_type_class_unreb symbols.
 
 objdump -T /usr/lib/iceweasel/xulrunner/libxul.so | grep g_type_class_unreb
 
 should be returning nothing, and I expect it to do so on your system
 considering the information so far.
 
 That seems to indicate the error message is a lie, and the problem is
 in another library.
 
 Can you try running with the following environment variables set:
 LD_DEBUG=all
 LD_DEBUG_OUTPUT=/some/file
 
 Once you got the log, please gzip/bzip2 it and send it here.


I do not know if it was to make a difference in this situation, but I
did the following steps and iceweasel returned to work.

delete the only existing profile.
removed all the packages iceweasel
reinstalled only iceweasel. the unstable.
in the following section installed iceweasel-gnome-support. Also the
unstable
far worked perfectly.
so I installed the language package, also from the unstable, returned
the same error.
removed the package of language, and now is working perfectly.

In this process, I realized that the language packs, and
iceweasel-gnome-support have different versions, even in unstable

But before all that, I did the tests you suggested, and the system
behaved as you predicted ·

The result of the installed packages, and leaving the iceweasel work, is
this:

flamar...@arvore:~$ dpkg -la iceweasel*
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Nome  Versão
Descrição
+++-=-=-==
ii  iceweasel 3.5.5-1
lightweight web browser based on Mozilla
un  iceweasel-beagle  nenhuma
(nenhuma descrição disponível)
un  iceweasel-dbg nenhuma
(nenhuma descrição disponível)
un  iceweasel-dom-inspector   nenhuma
(nenhuma descrição disponível)
un  iceweasel-firegpg nenhuma
(nenhuma descrição disponível)
ii  iceweasel-gnome-support   3.5.6-1
Support for GNOME in Iceweasel
un  iceweasel-l10n-pt-br  nenhuma
(nenhuma descrição disponível)
flamar...@arvore:~$


In conclusion, I believe that the problem was with the package of
language, but as I do not know the relationship, because I am only User
of the system.

- --
Flamarion Jorge
OpenPGP Key: 6CA750E1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkstATIACgkQ0SDRnmynUOH3/gCguCd328ZX4IKclNBGXnnQHtfj
ukwAmwUq98QZatgQDEZPq+1acsUSe0Si
=JtQ9
-END PGP SIGNATURE-



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



Bug#561515: After last system update iceweasel do not start (Crash)

2009-12-19 Thread Mike Hommey
On Sat, Dec 19, 2009 at 02:37:06PM -0200, Flamarion Jorge wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
  Well if you have a proper xulrunner-1.9.1 which debsums seems to
  indicate, there is no reason it should be trying to resolve the 
  g_type_class_unreb symbols.
  
  objdump -T /usr/lib/iceweasel/xulrunner/libxul.so | grep g_type_class_unreb
  
  should be returning nothing, and I expect it to do so on your system
  considering the information so far.
  
  That seems to indicate the error message is a lie, and the problem is
  in another library.
  
  Can you try running with the following environment variables set:
  LD_DEBUG=all
  LD_DEBUG_OUTPUT=/some/file
  
  Once you got the log, please gzip/bzip2 it and send it here.
 
 
 I do not know if it was to make a difference in this situation, but I
 did the following steps and iceweasel returned to work.
 
 delete the only existing profile.
 removed all the packages iceweasel
 reinstalled only iceweasel. the unstable.
 in the following section installed iceweasel-gnome-support. Also the
 unstable
 far worked perfectly.
 so I installed the language package, also from the unstable, returned
 the same error.
 removed the package of language, and now is working perfectly.
 
 In this process, I realized that the language packs, and
 iceweasel-gnome-support have different versions, even in unstable

That shouldn't be a huge problem.

 But before all that, I did the tests you suggested, and the system
 behaved as you predicted ·
 
 The result of the installed packages, and leaving the iceweasel work, is
 this:

Could you try to reinstall the broken language pack (which one is it ?
iceweasel-l10n-pt-br ?) and run iceweasel with the 2 environment
variables above set ? (replacing, obviously, /some/file with a real
path), and send the resulting log (preferrably zipped) here ?

Thanks,

Mike



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



Bug#561515: After last system update iceweasel do not start (Crash)

2009-12-19 Thread Mike Hommey
On Sat, Dec 19, 2009 at 03:33:35PM -0200, Flamarion Jorge wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
  Could you try to reinstall the broken language pack (which one is it ?
  iceweasel-l10n-pt-br ?) and run iceweasel with the 2 environment
  variables above set ? (replacing, obviously, /some/file with a real
  path), and send the resulting log (preferrably zipped) here ?
 
 Fiz tudo que você pediu.
 Mas, depois que reinstalei os pacotes, assim como estavam anteriormente,
 nenhum problema aparece.
 E mais, instalei todos uma série de complementos, todos que haviam
 antes, e mesmo assim não tive mais problemas.
 Não sei se fiz algo errado no processo, mas no log que segue anexado
 estão todos os passos que segui.
 Posso fazer mais algo para tentar reproduzir novamente o problema?
 Uso o Debian, sem repositórios externos. E segui todos os passos para
 tentar ser o mais claro possível, dentro do meu conhecimento, para
 explicar o problema.
 
 Thank you again Mike

Mmmm sorry, I don't speak that much portuguese, but it seems you are
saying that it works, in any case, now ?

Mike



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



Bug#561515: After last system update iceweasel do not start (Crash)

2009-12-18 Thread Flamarion Jorge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Can you give the output of the following command:
 ldd -r /usr/lib/iceweasel/xulrunner/libxul.so

Hello Mike,

Following is the result required:

flamar...@arvore:~/Downloads$ ldd -r /usr/lib/iceweasel/xulrunner/libxul.so
linux-gate.so.1 =  (0xb804a000)
libsqlite3.so.0 = /usr/lib/libsqlite3.so.0 (0xb734c000)
libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0xb732c000)
libpng12.so.0 = /usr/lib/libpng12.so.0 (0xb7307000)
libmozjs.so.2d = /usr/lib/libmozjs.so.2d (0xb723c000)
libssl3.so.1d = /usr/lib/libssl3.so.1d (0xb7215000)
libsmime3.so.1d = /usr/lib/libsmime3.so.1d (0xb71f7000)
libnss3.so.1d = /usr/lib/libnss3.so.1d (0xb7123000)
libnssutil3.so.1d = /usr/lib/libnssutil3.so.1d (0xb710f000)
libcairo.so.2 = /usr/lib/libcairo.so.2 (0xb7097000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0xb702)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0xb6ff5000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0xb6fec000)
libX11.so.6 = /usr/lib/libX11.so.6 (0xb6ecf000)
libz.so.1 = /usr/lib/libz.so.1 (0xb6eb9000)
libhunspell-1.2.so.0 = /usr/lib/libhunspell-1.2.so.0 (0xb6e75000)
libplds4.so.0d = /usr/lib/libplds4.so.0d (0xb6e72000)
libplc4.so.0d = /usr/lib/libplc4.so.0d (0xb6e6e000)
libnspr4.so.0d = /usr/lib/libnspr4.so.0d (0xb6e3a000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb6e21000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0xb6e1c000)
libdbus-1.so.3 = /lib/libdbus-1.so.3 (0xb6de3000)
libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0xb6da6000)
libglib-2.0.so.0 = /lib/libglib-2.0.so.0 (0xb6cef000)
libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0 (0xb6cc9000)
libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0xb6c84000)
libgtk-x11-2.0.so.0 = /usr/lib/libgtk-x11-2.0.so.0 (0xb68c1000)
libatk-1.0.so.0 = /usr/lib/libatk-1.0.so.0 (0xb68a6000)
libgdk-x11-2.0.so.0 = /usr/lib/libgdk-x11-2.0.so.0 (0xb6811000)
libgdk_pixbuf-2.0.so.0 = /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb67f8000)
libXt.so.6 = /usr/lib/libXt.so.6 (0xb67a6000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0xb67a)
libstartup-notification-1.so.0 =
/usr/lib/libstartup-notification-1.so.0 (0xb6798000)
libasound.so.2 = /usr/lib/libasound.so.2 (0xb66d)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0xb66aa000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb65b9000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xb659b000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb6454000)
/lib/ld-linux.so.2 (0xb804b000)
libpixman-1.so.0 = /usr/lib/libpixman-1.so.0 (0xb63f6000)
libdirectfb-1.2.so.0 = /usr/lib/libdirectfb-1.2.so.0 (0xb6381000)
libfusion-1.2.so.0 = /usr/lib/libfusion-1.2.so.0 (0xb6378000)
libdirect-1.2.so.0 = /usr/lib/libdirect-1.2.so.0 (0xb6364000)
libxcb-render-util.so.0 = /usr/lib/libxcb-render-util.so.0 (0xb635f000)
libxcb-render.so.0 = /usr/lib/libxcb-render.so.0 (0xb6358000)
libxcb.so.1 = /usr/lib/libxcb.so.1 (0xb633f000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0xb631a000)
librt.so.1 = /lib/i686/cmov/librt.so.1 (0xb6311000)
libpcre.so.3 = /lib/libpcre.so.3 (0xb62e)
libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 (0xb62dc000)
libpangocairo-1.0.so.0 = /usr/lib/libpangocairo-1.0.so.0 (0xb62d1000)
libXcomposite.so.1 = /usr/lib/libXcomposite.so.1 (0xb62ce000)
libXdamage.so.1 = /usr/lib/libXdamage.so.1 (0xb62cb000)
libXfixes.so.3 = /usr/lib/libXfixes.so.3 (0xb62c5000)
libgio-2.0.so.0 = /usr/lib/libgio-2.0.so.0 (0xb623)
libXext.so.6 = /usr/lib/libXext.so.6 (0xb6222000)
libXinerama.so.1 = /usr/lib/libXinerama.so.1 (0xb621f000)
libXi.so.6 = /usr/lib/libXi.so.6 (0xb6216000)
libXrandr.so.2 = /usr/lib/libXrandr.so.2 (0xb620e000)
libXcursor.so.1 = /usr/lib/libXcursor.so.1 (0xb6205000)
libSM.so.6 = /usr/lib/libSM.so.6 (0xb61fd000)
libICE.so.6 = /usr/lib/libICE.so.6 (0xb61e5000)
libxcb-aux.so.0 = /usr/lib/libxcb-aux.so.0 (0xb61e2000)
libxcb-event.so.1 = /usr/lib/libxcb-event.so.1 (0xb61de000)
libxcb-atom.so.1 = /usr/lib/libxcb-atom.so.1 (0xb61da000)
libXau.so.6 = /usr/lib/libXau.so.6 (0xb61d7000)
libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0xb61d2000)
libresolv.so.2 = /lib/i686/cmov/libresolv.so.2 (0xb61bc000)
libselinux.so.1 = /lib/libselinux.so.1 (0xb61a2000)
libuuid.so.1 = /lib/libuuid.so.1 (0xb619e000)
flamar...@arvore:~/Downloads$


- --
Flamarion Jorge
OpenPGP Key: 6CA750E1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAksrvSYACgkQ0SDRnmynUOEUiwCgonHfq3nn9Fy4tIe7RzEhrgoY

Bug#561515: After last system update iceweasel do not start (Crash)

2009-12-18 Thread Mike Hommey
On Fri, Dec 18, 2009 at 03:34:30PM -0200, Flamarion Jorge wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
  Can you give the output of the following command:
  ldd -r /usr/lib/iceweasel/xulrunner/libxul.so
 
 Hello Mike,
 
 Following is the result required:
 
 flamar...@arvore:~/Downloads$ ldd -r /usr/lib/iceweasel/xulrunner/libxul.so
   linux-gate.so.1 =  (0xb804a000)
snip

That doesn't make sense. Could you check the output for the following
command:
debsums xulrunner-1.9.1

Also check that /usr/lib/iceweasel/xulrunner points to
/usr/lib/xulrunner-1.9.1

Mike



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



Bug#561515: After last system update iceweasel do not start (Crash)

2009-12-18 Thread Flamarion Jorge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 That doesn't make sense. Could you check the output for the following

I was also surprised that it only made safe-upgrade, and frankly I do
not remember view updates for iceweasel on this day, a few days ago was
really iceweasel updated.
But several updates to the GNOME have been made, I do not know if you
have any connection.


 command:
 debsums xulrunner-1.9.1

flamar...@arvore:~$ debsums xulrunner-1.9.1
/usr/lib/xulrunner-1.9.1/mozilla-xremote-client
  OK
/usr/lib/xulrunner-1.9.1/libxpcom.so
  OK
/usr/lib/xulrunner-1.9.1/libxul.so
  OK
/usr/lib/xulrunner-1.9.1/xpcshell
  OK
/usr/lib/xulrunner-1.9.1/run-mozilla.sh
  OK
/usr/lib/xulrunner-1.9.1/updater
  OK
/usr/lib/xulrunner-1.9.1/xulrunner-bin
  OK
/usr/lib/xulrunner-1.9.1/plugins/libunixprintplugin.so
  OK
/usr/lib/xulrunner-1.9.1/plugins/libnullplugin.so
  OK
/usr/lib/xulrunner-1.9.1/xulrunner
  OK
/usr/lib/xulrunner-1.9.1/update.locale
  OK
/usr/lib/xulrunner-1.9.1/xulrunner-stub
  OK
/usr/lib/xulrunner-1.9.1/components/nsDownloadManagerUI.js
  OK
/usr/lib/xulrunner-1.9.1/components/webshell_idls.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/dom_base.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/jsdservice.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/urlformatter.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/dom_threads.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/pipboot.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/dom_stylesheets.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/commandhandler.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/appstartup.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/xpcom_io.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/storage-Legacy.js
  OK
/usr/lib/xulrunner-1.9.1/components/exthandler.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/extensions.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/content_htmldoc.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/mimetype.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/pippki.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/htmlparser.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/dom_xul.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/nsDefaultCLH.js
  OK
/usr/lib/xulrunner-1.9.1/components/content_base.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/nsBadCertHandler.js
  OK
/usr/lib/xulrunner-1.9.1/components/docshell.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/necko_file.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/nsExtensionManager.js
  OK
/usr/lib/xulrunner-1.9.1/components/jar.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/necko_http.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/nsContentPrefService.js
  OK
/usr/lib/xulrunner-1.9.1/components/debAbout.js
  OK
/usr/lib/xulrunner-1.9.1/components/FeedProcessor.js
  OK
/usr/lib/xulrunner-1.9.1/components/proxyObjInst.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/nsTaggingService.js
  OK
/usr/lib/xulrunner-1.9.1/components/loginmgr.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/intl.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/toolkitsearch.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/dom_storage.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/nsSearchService.js
  OK
/usr/lib/xulrunner-1.9.1/components/nsUpdateService.js
  OK
/usr/lib/xulrunner-1.9.1/components/nsUrlClassifierListManager.js
  OK
/usr/lib/xulrunner-1.9.1/components/content_xmldoc.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/content_xtf.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/mozbrwsr.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/caps.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/content_xslt.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/xuldoc.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/necko_wifi.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/jsconsole-clhandler.js
  OK
/usr/lib/xulrunner-1.9.1/components/imglib2.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/webBrowser_core.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/nsWebHandlerApp.js
  OK
/usr/lib/xulrunner-1.9.1/components/layout_xul_tree.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/composer.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/nsTryToClose.js
  OK
/usr/lib/xulrunner-1.9.1/components/downloads.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/xpcom_ds.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/appshell.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/fastfind.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/xpcom_system.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/txtsvc.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/dom_geolocation.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/autocomplete.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/gfx.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/dom_range.xpt
  OK
/usr/lib/xulrunner-1.9.1/components/layout_base.xpt
  OK

Bug#561515: After last system update iceweasel do not start (Crash)

2009-12-18 Thread Flamarion Jorge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 That doesn't make sense. Could you check the output for the following
 command:
 debsums xulrunner-1.9.1

Resending the output attached, since the previous submission was terrible.

 
 Also check that /usr/lib/iceweasel/xulrunner points to
 /usr/lib/xulrunner-1.9.1

flamar...@arvore:~$ ll /usr/lib/iceweasel/xulrunner
lrwxrwxrwx 1 root root 18 Dez 17 19:31 /usr/lib/iceweasel/xulrunner -
../xulrunner-1.9.1
flamar...@arvore:~$


- --
Flamarion Jorge
OpenPGP Key: 6CA750E1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAksrz9IACgkQ0SDRnmynUOH+pQCgy1vSKAKOfkgT1q76PwzaK88A
91wAn03g/CjuUva1QLcThHAOZ8wXQBIv
=heMF
-END PGP SIGNATURE-
/usr/lib/xulrunner-1.9.1/mozilla-xremote-client   OK
/usr/lib/xulrunner-1.9.1/libxpcom.so  OK
/usr/lib/xulrunner-1.9.1/libxul.soOK
/usr/lib/xulrunner-1.9.1/xpcshell OK
/usr/lib/xulrunner-1.9.1/run-mozilla.sh   OK
/usr/lib/xulrunner-1.9.1/updater  OK
/usr/lib/xulrunner-1.9.1/xulrunner-binOK
/usr/lib/xulrunner-1.9.1/plugins/libunixprintplugin.soOK
/usr/lib/xulrunner-1.9.1/plugins/libnullplugin.so OK
/usr/lib/xulrunner-1.9.1/xulrunnerOK
/usr/lib/xulrunner-1.9.1/update.localeOK
/usr/lib/xulrunner-1.9.1/xulrunner-stub   OK
/usr/lib/xulrunner-1.9.1/components/nsDownloadManagerUI.jsOK
/usr/lib/xulrunner-1.9.1/components/webshell_idls.xpt OK
/usr/lib/xulrunner-1.9.1/components/dom_base.xpt  OK
/usr/lib/xulrunner-1.9.1/components/jsdservice.xptOK
/usr/lib/xulrunner-1.9.1/components/urlformatter.xpt  OK
/usr/lib/xulrunner-1.9.1/components/dom_threads.xpt   OK
/usr/lib/xulrunner-1.9.1/components/pipboot.xpt   OK
/usr/lib/xulrunner-1.9.1/components/dom_stylesheets.xpt   OK
/usr/lib/xulrunner-1.9.1/components/commandhandler.xptOK
/usr/lib/xulrunner-1.9.1/components/appstartup.xptOK
/usr/lib/xulrunner-1.9.1/components/xpcom_io.xpt  OK
/usr/lib/xulrunner-1.9.1/components/storage-Legacy.js OK
/usr/lib/xulrunner-1.9.1/components/exthandler.xptOK
/usr/lib/xulrunner-1.9.1/components/extensions.xptOK
/usr/lib/xulrunner-1.9.1/components/content_htmldoc.xpt   OK
/usr/lib/xulrunner-1.9.1/components/mimetype.xpt  OK
/usr/lib/xulrunner-1.9.1/components/pippki.xptOK
/usr/lib/xulrunner-1.9.1/components/htmlparser.xptOK
/usr/lib/xulrunner-1.9.1/components/dom_xul.xpt   OK
/usr/lib/xulrunner-1.9.1/components/nsDefaultCLH.js   OK
/usr/lib/xulrunner-1.9.1/components/content_base.xpt  OK
/usr/lib/xulrunner-1.9.1/components/nsBadCertHandler.js   OK
/usr/lib/xulrunner-1.9.1/components/docshell.xpt  OK
/usr/lib/xulrunner-1.9.1/components/necko_file.xptOK
/usr/lib/xulrunner-1.9.1/components/nsExtensionManager.js OK
/usr/lib/xulrunner-1.9.1/components/jar.xpt   OK
/usr/lib/xulrunner-1.9.1/components/necko_http.xptOK
/usr/lib/xulrunner-1.9.1/components/nsContentPrefService.js   OK
/usr/lib/xulrunner-1.9.1/components/debAbout.js   OK
/usr/lib/xulrunner-1.9.1/components/FeedProcessor.js  OK
/usr/lib/xulrunner-1.9.1/components/proxyObjInst.xpt  OK
/usr/lib/xulrunner-1.9.1/components/nsTaggingService.js   OK
/usr/lib/xulrunner-1.9.1/components/loginmgr.xpt  OK
/usr/lib/xulrunner-1.9.1/components/intl.xpt  OK
/usr/lib/xulrunner-1.9.1/components/toolkitsearch.xpt OK
/usr/lib/xulrunner-1.9.1/components/dom_storage.xpt   OK
/usr/lib/xulrunner-1.9.1/components/nsSearchService.jsOK
/usr/lib/xulrunner-1.9.1/components/nsUpdateService.jsOK
/usr/lib/xulrunner-1.9.1/components/nsUrlClassifierListManager.js OK
/usr/lib/xulrunner-1.9.1/components/content_xmldoc.xptOK

Bug#561515: After last system update iceweasel do not start (Crash)

2009-12-17 Thread Flamarion Jorge
Package: iceweasel
Version: 3.5.5-1
Severity: normal

flamar...@arvore:~$ gdb /usr/lib/iceweasel/firefox-bin 
GNU gdb (GDB) 7.0-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/lib/iceweasel/firefox-bin...(no debugging symbols 
found)...done.
(gdb) run
Starting program: /usr/lib/iceweasel/firefox-bin 
[Thread debugging using libthread_db enabled]

(firefox-bin:5402): GLib-WARNING **: g_set_prgname() called multiple times
[New Thread 0xb52ffb70 (LWP 5405)]
[New Thread 0xb4afeb70 (LWP 5406)]
[New Thread 0xb40ffb70 (LWP 5407)]
[New Thread 0xb31ffb70 (LWP 5408)]
[Thread 0xb31ffb70 (LWP 5408) exited]
[New Thread 0xb31ffb70 (LWP 5409)]
[New Thread 0xb29abb70 (LWP 5410)]
[New Thread 0xb21aab70 (LWP 5411)]
[New Thread 0xb19a9b70 (LWP 5412)]
[New Thread 0xb11a8b70 (LWP 5413)]
[Thread 0xb11a8b70 (LWP 5413) exited]
[New Thread 0xb11a8b70 (LWP 5414)]
[New Thread 0xb04ffb70 (LWP 5415)]
[Thread 0xb31ffb70 (LWP 5409) exited]
[New Thread 0xb31ffb70 (LWP 5416)]
[New Thread 0xad0ffb70 (LWP 5417)]
[New Thread 0xac8feb70 (LWP 5418)]
/usr/lib/iceweasel/firefox-bin: symbol lookup error: 
/usr/lib/iceweasel/xulrunner/libxul.so: undefined symbol: g_type_class_unreb
[Thread 0xac8feb70 (LWP 5418) exited]
[Thread 0xad0ffb70 (LWP 5417) exited]
[Thread 0xb04ffb70 (LWP 5415) exited]
[Thread 0xb11a8b70 (LWP 5414) exited]
[Thread 0xb19a9b70 (LWP 5412) exited]
[Thread 0xb21aab70 (LWP 5411) exited]
[Thread 0xb29abb70 (LWP 5410) exited]
[Thread 0xb40ffb70 (LWP 5407) exited]
[Thread 0xb4afeb70 (LWP 5406) exited]
[Thread 0xb52ffb70 (LWP 5405) exited]
[Thread 0xb31ffb70 (LWP 5416) exited]

Program exited with code 0177.
(gdb) bt full
No stack.
(gdb) run www.google.com
Starting program: /usr/lib/iceweasel/firefox-bin www.google.com
[Thread debugging using libthread_db enabled]

(firefox-bin:5421): GLib-WARNING **: g_set_prgname() called multiple times
[New Thread 0xb52ffb70 (LWP 5422)]
[New Thread 0xb4afeb70 (LWP 5423)]
[New Thread 0xb40ffb70 (LWP 5424)]
[New Thread 0xb31ffb70 (LWP 5425)]
[Thread 0xb31ffb70 (LWP 5425) exited]
[New Thread 0xb31ffb70 (LWP 5426)]
[New Thread 0xb29abb70 (LWP 5427)]
[New Thread 0xb21aab70 (LWP 5428)]
[New Thread 0xb19a9b70 (LWP 5429)]
[New Thread 0xb11a8b70 (LWP 5430)]
[Thread 0xb11a8b70 (LWP 5430) exited]
[New Thread 0xb11a8b70 (LWP 5431)]
[New Thread 0xadaffb70 (LWP 5432)]
[New Thread 0xaceffb70 (LWP 5433)]
[New Thread 0xac6feb70 (LWP 5434)]
/usr/lib/iceweasel/firefox-bin: symbol lookup error: 
/usr/lib/iceweasel/xulrunner/libxul.so: undefined symbol: g_type_class_unreb
[Thread 0xb21aab70 (LWP 5428) exited]
[Thread 0xb29abb70 (LWP 5427) exited]
[Thread 0xb31ffb70 (LWP 5426) exited]
[Thread 0xb40ffb70 (LWP 5424) exited]
[Thread 0xb4afeb70 (LWP 5423) exited]
[Thread 0xb52ffb70 (LWP 5422) exited]
[Thread 0xb11a8b70 (LWP 5431) exited]
[Thread 0xadaffb70 (LWP 5432) exited]
[Thread 0xaceffb70 (LWP 5433) exited]
[Thread 0xb19a9b70 (LWP 5429) exited]
[Thread 0xac6feb70 (LWP 5434) exited]

Program exited with code 0177.
(gdb) bt 
No stack.
(gdb) quit
flamar...@arvore:~$ 



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages iceweasel depends on:
ii  debianutils   3.2.2  Miscellaneous utilities specific t
ii  fontconfig2.6.0-4generic font configuration library
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libgcc1   1:4.4.2-3  GCC support library
ii  libglib2.0-0  2.22.3-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.3-1   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.2-1NetScape Portable Runtime Library
ii  libstdc++64.4.2-3The GNU Standard C++ Library v3
ii  procps1:3.2.8-2  /proc file system utilities
ii  psmisc22.8-1 utilities that use the proc file s
ii  xulrunner-1.9.1   1.9.1.5-2  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts  1.6.4-1 TrueType versions of some TeX font
ii  libkrb53 1.6.dfsg.4~beta1-13 Transitional library package/krb4 
pn  mozplugger   none  (no description available)
pn  ttf-mathematica4.1   none  (no description available)
pn  xfonts-mathml  

Bug#561515: After last system update iceweasel do not start (Crash)

2009-12-17 Thread Mike Hommey
On Thu, Dec 17, 2009 at 06:11:45PM -0200, Flamarion Jorge wrote:
 Package: iceweasel
 Version: 3.5.5-1
 Severity: normal
 
 flamar...@arvore:~$ gdb /usr/lib/iceweasel/firefox-bin 
 GNU gdb (GDB) 7.0-debian
 Copyright (C) 2009 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.  Type show copying
 and show warranty for details.
 This GDB was configured as i486-linux-gnu.
 For bug reporting instructions, please see:
 http://www.gnu.org/software/gdb/bugs/...
 Reading symbols from /usr/lib/iceweasel/firefox-bin...(no debugging symbols 
 found)...done.
 (gdb) run
 Starting program: /usr/lib/iceweasel/firefox-bin 
 [Thread debugging using libthread_db enabled]
 
 (firefox-bin:5402): GLib-WARNING **: g_set_prgname() called multiple times
 [New Thread 0xb52ffb70 (LWP 5405)]
 [New Thread 0xb4afeb70 (LWP 5406)]
 [New Thread 0xb40ffb70 (LWP 5407)]
 [New Thread 0xb31ffb70 (LWP 5408)]
 [Thread 0xb31ffb70 (LWP 5408) exited]
 [New Thread 0xb31ffb70 (LWP 5409)]
 [New Thread 0xb29abb70 (LWP 5410)]
 [New Thread 0xb21aab70 (LWP 5411)]
 [New Thread 0xb19a9b70 (LWP 5412)]
 [New Thread 0xb11a8b70 (LWP 5413)]
 [Thread 0xb11a8b70 (LWP 5413) exited]
 [New Thread 0xb11a8b70 (LWP 5414)]
 [New Thread 0xb04ffb70 (LWP 5415)]
 [Thread 0xb31ffb70 (LWP 5409) exited]
 [New Thread 0xb31ffb70 (LWP 5416)]
 [New Thread 0xad0ffb70 (LWP 5417)]
 [New Thread 0xac8feb70 (LWP 5418)]
 /usr/lib/iceweasel/firefox-bin: symbol lookup error: 
 /usr/lib/iceweasel/xulrunner/libxul.so: undefined symbol: g_type_class_unreb

Are you sure this is unreb and not unref ?

Can you give the output of the following command:
ldd -r /usr/lib/iceweasel/xulrunner/libxul.so

Mike



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