kc9udx I finally got time to try termbin, and it worked. I guess I'll be using this from now on.
Looks like there's a 1MB limit on uploads and your files were all truncated. Send large files to rvp caracol SDF punto ORG.
From your ldd output:
/usr/pkg/lib/firefox/libmozgtk.so:
/usr/pkg/lib/firefox/libxul.so:
[...]
-lfreetype.19 => /usr/X11R7/lib/libfreetype.so.19
[...]
-lfreetype.6 => /usr/pkg/lib/libfreetype.so.6
I've noticed that before, so one of the things I do after I install NetBSD (even though it hasn't caused any problems on amd64--so far) is:
cd /usr/X11R7/lib
mv libfreetype.so.19.0 libfreetype.so.19.0.orig
ln -sv ../../pkg/lib/libfreetype.so.6 libfreetype.so.19.0
Apart from that I don't see anything else. Let's see if the logs have something:
firefox --MOZ_LOG_FILE=/tmp/all.log
then, first thing, load a about:logging tab. Click the Start Logging button on the page. After a web-page tab crashes, turn logging off and email all the /tmp/all.log.* files to me.