Firefox crashes when I try to attach a file in Zotero
I am using Firefox 2.0 (20060918) and Zotero 1.0.0b2.r1 on Red Hat 2.6.9-42.0.2.EL (Red Hat Enterprise Linux WS release 4, Nahant Update 4)
Whenever I try to attach a file (either link to it or store copy of the file in Zotero) Firefox crashes. The "Save Link to Current Page" and "Take Snapshot of "Current Page" work fine.
What is the remedy to this problem?
Whenever I try to attach a file (either link to it or store copy of the file in Zotero) Firefox crashes. The "Save Link to Current Page" and "Take Snapshot of "Current Page" work fine.
What is the remedy to this problem?
Does it happen in a new Firefox profile?
If you start Firefox via the command line, does it dump a message to the terminal when the crash occurs? Ultimately, a crash is outside our domain, as it indicates a bug in Firefox or the OS and not something we can catch in our code, but if we can figure out exactly what the problem is we can report it to Mozilla/RedHat and possibly figure out a workaround.
./run-mozilla.sh: line 424: 5680 Segmentation fault "$prog" ${1+"$@"
Since Firefox has not been officially upgraded to 2.x, what I did is just extract firefox in my home directory. Don't know if this makes any difference.
The fix will be included in the next release. The impatient can follow the steps in Modifying Zotero Files and add the following line below the fp.init() line in addAttachmentFromDialog() in chrome/content/zotero/overlay.js:
fp.appendFilters(Components.interfaces.nsIFilePicker.filterAll);
For the curious, the relevant (and 2-year-old) Firefox bug is here: https://bugzilla.mozilla.org/show_bug.cgi?id=257427