[Bug 55541] Segfault when getting EXIF data of some tif images

2013-12-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 Ori Livneh o...@wikimedia.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-12-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 Ori Livneh o...@wikimedia.org changed: What|Removed |Added See Also|

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 --- Comment #20 from Andre Klapper aklap...@wikimedia.org --- So now that we have a workaround thansk to Ori, is anybody investigating the potential root cause? -- You are receiving this mail because: You are the assignee for the bug. You are

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 --- Comment #21 from Tim Starling tstarl...@wikimedia.org --- (In reply to comment #20) So now that we have a workaround thansk to Ori, is anybody investigating the potential root cause? Cleaning up temp files is not a workaround for a PHP

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Priority|Low |Normal

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-11-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 Aaron Schulz aschulz4...@gmail.com changed: What|Removed |Added CC|

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 --- Comment #12 from Sam Reed (reedy) s...@reedyboy.net --- Tim, do you know which are the erroneous values that the code is falling over? Just wondering if there's anything we can do to modify those values so we can import the images into

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 --- Comment #13 from Tim Starling tstarl...@wikimedia.org --- (In reply to comment #12) Tim, do you know which are the erroneous values that the code is falling over? Just wondering if there's anything we can do to modify those values so we

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 --- Comment #9 from Tim Starling tstarl...@wikimedia.org --- Reported at https://bugs.php.net/bug.php?id=65873 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 Chad H. innocentkil...@gmail.com changed: What|Removed |Added CC|

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 --- Comment #11 from Chad H. innocentkil...@gmail.com --- (In reply to comment #10) Possibly needs reporting in hhvm as well, as most of the exif code is lifted straight from zend. Yep: HipHop Warning: exif_process_IFD_in_TIFF/7123: Buffer

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added See Also|

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 --- Comment #1 from Sam Reed (reedy) s...@reedyboy.net --- Also noting it's an issue in multiple versions of php: PHP 5.3.10-1ubuntu3.6+wmf1 with Suhosin-Patch (cli) (built: May 15 2013 23:19:18) PHP 5.4.9-4ubuntu2.3 (cli) (built: Sep 4 2013

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 --- Comment #2 from Sam Reed (reedy) s...@reedyboy.net --- https://github.com/php/php-src/blob/PHP-5.4.9/ext/exif/exif.c#L1095 (gdb) bt #0 php_ifd_get16u (value=0xf9e7b278, motorola_intel=0) at

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 --- Comment #3 from Sam Reed (reedy) s...@reedyboy.net --- root@ubuntu64-web-esxi:/tmp# gdb php GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 --- Comment #4 from Sam Reed (reedy) s...@reedyboy.net --- Slightly different with PagedTiffHandler installed php_ifd_get16u (value=0xfa152920, motorola_intel=0) at /build/buildd/php5-5.4.9/ext/exif/exif.c:1095 1095

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 --- Comment #5 from Sam Reed (reedy) s...@reedyboy.net --- Amusingly, it completes under valgrind root@ubuntu64-web-esxi:/var/www/wiki/mediawiki/core# valgrind php maintenance/importImages.php --comment-ext=txt --user=Reedy /tmp/uploads

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 Sam Reed (reedy) s...@reedyboy.net changed: What|Removed |Added Keywords||upstream

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 Sam Reed (reedy) s...@reedyboy.net changed: What|Removed |Added Blocks||48205 -- You are

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 --- Comment #7 from Tim Starling tstarl...@wikimedia.org --- Can you give a link to the TIFF file so that I can reproduce this? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

[Bug 55541] Segfault when getting EXIF data of some tif images

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55541 Tim Starling tstarl...@wikimedia.org changed: What|Removed |Added CC|