GNOME Bugzilla – Bug 672678
tracker-extract always crashes.
Last modified: 2012-04-30 17:09:14 UTC
tracker-extract always crashes. Program terminated with signal 11, Segmentation fault.
+ Trace 229936
tracker-0.14.0-1.fc17.x86_64 glibc-2.15-28.fc17.x86_64
(In reply to comment #0) > tracker-extract always crashes. > > Program terminated with signal 11, Segmentation fault. > Hello Sangu, if you can reproduce this every time, are you able to attach the file that causes this? It looks like tracker-extract is extracting a PNG here and you should be able to reproduce using: /usr/lib/tracker/tracker-extract -v 3 -f $file If you need to figure what the file is called, you can set the config to log verbosely using: tracker-control --set-log-verbosity=debug the log should be in ~/.local/share/tracker/tracker-extract.log - or running tracker-extract as above with -d should allow you to start it BEFORE you start the miner-fs so you can watch requests coming in. Let me know if you need more information here.
Created attachment 212399 [details] Whenever doing /usr/libexec/tracker-extract -v 3 -f test.png, crashes (gdb) r - v 3 -f test.png Starting program: /usr/libexec/tracker-extract - v 3 -f test.png Extracting... Using /usr/lib64/tracker-0.14/extract-modules/libextract-png.so... Calling png_get_text() returned 0 (< 1) Program received signal SIGSEGV, Segmentation fault. malloc_consolidate (av=av@entry=0x7ffff53fe760) at malloc.c:4258 4258 nextsize = chunksize(nextchunk); (gdb) bt
+ Trace 230100
test.png is from gnome-color-manager git trunk ( http://git.gnome.org/browse/gnome-color-manager/plain/data/tests/test.png )
Hello Sangu, What version of libpng are you using? I am unable to reproduce this bug with libpng3 version 1.2.46-3ubuntu4 (on Pangolin).
*** This bug has been marked as a duplicate of bug 660965 ***
(In reply to comment #3) > Hello Sangu, > > What version of libpng are you using? $ rpm -q libpng libpng-1.5.10-1.fc17.x86_64 > I am unable to reproduce this bug with libpng3 version 1.2.46-3ubuntu4 (on > Pangolin).