> FireFox FF 21.0 and using TiddlyFox alpha16. The problem you are having doesn't sound like a coding error in TiddlyWiki's file I/O handlers, but rather some kind of internal memory leakage from FireFox.
I took a quick look through the DUMP output you posted. Most of it is a complete mystery, but seems like generic crash trace output. One line that stood out as being, perhaps, more informative, is this: ------------------------------ xpcom_runtime_abort(###!!! ABORT: OOM: file > >> e:\builds\moz2_slave\rel-m-rel-w32_bld-000000000000\build\xpcom\string\src\ > >> nsTSubstring.cpp ------------------------------ According to mozilla.org documentation, this file is part of the internal library that handles 8-bit and 16-bit character strings: https://developer.mozilla.org/en-US/docs/Mozilla_internal_string_guide ------------------ The string classes are a library of C++ classes which are used to manage buffers of wide (16-bit) and narrow (8-bit) character strings. The library headers are in the xpcom/string/public directory, and the implementation is in the xpcom/string/src directory. ---------------------- Do you have any FireFox browser add-ons installed? Have you tried using a fresh FireFox profile? -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

