Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Firefox crashes when applet + XSLTProcessor are running

  • 3 trả lời
  • 4 gặp vấn đề này
  • 5 lượt xem
  • Trả lời mới nhất được viết bởi 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!)

Tất cả các câu trả lời (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