Comment 41 for bug 320459

Revision history for this message
petski (petski) wrote :

I've found a patch for this issue in https://bugzilla.mozilla.org/show_bug.cgi?id=421839

I've used Launchpad's PPA to rebuild xulrunner-1.9 (debdiff attached). Indeed, no more SIGSEGV! There is a slightly different behavior for the site in the description of this bug though: the page doesn't update anymore after hitting a keystroke. Don't know if this is caused by firefox or by buggy javascript (I guess the latter)

Instructions to use my PPA:

$ sudo sh -c 'echo deb http://ppa.launchpad.net/petski/ubuntu intrepid main > /etc/apt/sources.list.d/lp320459.list'
$ sudo sh -c 'echo deb-src http://ppa.launchpad.net/petski/ubuntu intrepid main >> /etc/apt/sources.list.d/lp320459.list'
$ gpg --recv-keys ADC679189D1D1B6701310DDDDAA9427DCBF475C3
$ gpg --export --armor ADC679189D1D1B6701310DDDDAA9427DCBF475C3 | sudo apt-key add -
$ gpg --batch --delete-key ADC679189D1D1B6701310DDDDAA9427DCBF475C3
$ sudo apt-get update
$ sudo apt-get upgrade