Hi,<br><br>chromium-browser did not start with the -f option for some reason... however I managed to reproduce the segfault and this is the trace:<br><br>strace -e open chromium-browser 2>&1 | grep icon-theme.cache | grep -v ENOENT<br>
open("/usr/share/icons/gnome/icon-theme.cache", O_RDONLY|O_LARGEFILE) = 68<br>open("/usr/share/icons/gnome/icon-theme.cache", O_RDONLY|O_LARGEFILE) = 69<br>open("/usr/share/icons/hicolor/icon-theme.cache", O_RDONLY|O_LARGEFILE) = 68<br>
open("/usr/share/icons/hicolor/icon-theme.cache", O_RDONLY|O_LARGEFILE) = 69<br>zsh: segmentation fault  strace -e open chromium-browser 2>&1 | <br>zsh: done                grep icon-theme.cache | grep -v ENOENT<br>
<br>I have to mention that I ran this using libexif 0.6.20-3, I'll try with 0.6.20-2 soon.<br><br>Cheers,<br>Eugenio<br><br><div class="gmail_quote">On Fri, Jul 27, 2012 at 3:43 AM, Jonathan Nieder <span dir="ltr"><<a href="mailto:jrnieder@gmail.com" target="_blank">jrnieder@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<div class="im"><br>
Emmanuel Bouthenot wrote:<br>
<br>
> I'll be glad if the people able to reproduce this bug could attach to<br>
> this bug report the result of the following command:<br>
><br>
> # strace -e open chromium-browser 2>&1|grep icon-theme.cache|grep -v ENOENT<br>
<br>
</div>/usr/bin/chromium-browser is a shell script, so presumably you'll<br>
rather want output from<br>
<br>
        strace -f -e open chromium-browser --single-process 2>&1 |<br>
<div class="im">        grep icon-theme.cache |<br>
        grep -v ENOENT<br>
<br>
</div>Hans, Eugenio, is this reproducible with --single-process?<br>
<br>
Thanks,<br>
Jonathan<br>
</blockquote></div><br>