Recent chromium-bin-9999 introduced external jpeg-compat with libjpeg.so.62, while GTK is linked here with libjpeg.so.7. So when you try to upload files and choose jpeg file in gtk file choose dialog gtk seems like tries to preview jpeg file using libjpeg.so.7 while chromium-bin loaded libjpeg.so.62 already and here seems like things go crazy and chromium-bin crashes. Reproducible: Always Steps to Reproduce: 1. Open page with form to upload a file. 2. Click to choose file. 3. Select in the gtk file choose dialog jpeg file. Actual Results: chromium-bin crashes. Expected Results: chromium-bin should work fine with selecting jpeg files to upload in the forms.
I'll talk to Chromium devs. It's going to bite us at the next chromium-bin bump...
This is now tracked upstream, see http://crbug.com/31427