Running from a console.
First run is without any parameters.
kbailey@scott:~$ firefox
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
Trying to position a sizeless window; caller should have called sizeToContent() or sizeTo(). See bug 75649.
Segmentation fault
kbailey@scott:~$
Tried a run with debugging on - but the debug windows crashes as well
Interestingly - in the following test run I printed to a printer - no problem,
I then printed to a .ps (postscript) file - no problem.
It was when I tried to print to a PDF when the crash happened.
kbailey@scott:~$ firefox -jsconsole
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
Trying to position a sizeless window; caller should have called sizeToContent() or sizeTo(). See bug 75649.
Trying to position a sizeless window; caller should have called sizeToContent() or sizeTo(). See bug 75649.
Trying to position a sizeless window; caller should have called sizeToContent() or sizeTo(). See bug 75649.
Segmentation fault
kbailey@scott:~$
At least there is a workaround - I can print to .ps and then run ps2pdf on the command line to create the PDF file.
This is the run with all other extensions turned off - the browser still crashed when trying to print to file as a PDF.
kbailey@scott:~$ firefox -jsconsole
Trying to position a sizeless window; caller should have called sizeToContent() or sizeTo(). See bug 75649.
Segmentation fault
kbailey@scott:~$
HTH
Kevin