Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 297159

Summary: www-client/chromium-bin-9999: crash in libjpeg when selecting jpeg files to upload in gtk file choose dialog
Product: Gentoo Linux Reporter: Alex Dedul <rotmer>
Component: New packagesAssignee: Paweł Hajdan, Jr. (RETIRED) <phajdan.jr>
Status: RESOLVED UPSTREAM    
Severity: normal CC: voyageur
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://crbug.com/31427
Whiteboard:
Package list:
Runtime testing required: ---

Description Alex Dedul 2009-12-16 12:38:20 UTC
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.
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2009-12-23 13:40:39 UTC
I'll talk to Chromium devs. It's going to bite us at the next chromium-bin bump...
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-01-02 18:33:21 UTC
This is now tracked upstream, see http://crbug.com/31427