Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

Firefox crashes when applet + XSLTProcessor are running

  • 3 respostas
  • 4 têm este problema
  • 5 visualizações
  • Última resposta de conor.williams

more options

a 66K .xsl file run through firefox when a dummy java applet is loaded (libnpjp2.so 1.6.0_29) crashes my firefox (8.0.1) on Ubuntu 10.0.4

You need to run it with my .xsl and .xml files. (sorry about cut and paste but have no access to file sharing sites - strict proxy!)

a 66K .xsl file run through firefox when a dummy java applet is loaded (libnpjp2.so 1.6.0_29) crashes my firefox (8.0.1) on Ubuntu 10.0.4 You need to run it with my .xsl and .xml files. ('''sorry''' about cut and paste but have no access to file sharing sites - strict proxy!)

Todas as respostas (3)

more options

click on the "More system details..." link on the right of this page for the attached files. Thanks Conor

more options

% gdb firefox-bin -c core

GNU gdb (GDB) 7.1-ubuntu Copyright (C) 2010 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 /home/49356/firefox-8.0.1/firefox-bin...(no debugging symbols found)...done. [New Thread 23897] . . . [New Thread 23990] . . . Reading symbols from /home/49356/jre1.6.0_29/lib/i386/libnpjp2.so...(no debugging symbols found)...done. Loaded symbols for /home/49356/jre1.6.0_29/lib/i386/libnpjp2.so Reading symbols from /home/49356/jre1.6.0_29/lib/i386/client/libjvm.so...(no debugging symbols found)...done. Loaded symbols for /home/49356/jre1.6.0_29/lib/i386/client/libjvm.so . . . Core was generated by `./firefox-bin'. Program terminated with signal 11, Segmentation fault.

  1. 0 0x08050a17 in free ()

(gdb) bt

  1. 0 0x08050a17 in free ()
  2. 1 0x00000000 in ?? ()

(gdb) quit

more options

if you delete the first 6 or 7 tables from the .xsl file - there is _no_ crash