Page MenuHomePhabricator

simultaneous thumbnailing of images with external programs
Closed, DeclinedPublic

Description

Author: michael.frey

Description:
I'm using
XAMPP 1.6.8
MediaWiki 1.13.2
ImageMagick-6.4.4-Q16

Special Version reports my following packages:
MediaWiki 1.13.2
PHP 5.2.6 (apache2handler)
MySQL 5.0.67-community-nt

my localsettings.php contains following image realted settings:

  1. To enable image uploads, make sure the 'images' directory
  2. is writable, then set this to true: $wgEnableUploads = true; # Enable uploads $wgUseImageMagick=true; $wgImageMagickConvertCommand='c:/xampp/ImageMagick/convert.exe';

    $wgSVGConverter='inkscape'; $wgSVGConverterPath='C:/Programme/Inkscape/';

If I request on page (or categorie) the thumnailing process works fine, I get all images.

If I request two pages containing images, then it blocks my browser and I don't get the images. With blocks my browser I mean, with the used browser (example FireFox) I can't acces my wiki any more but my server is still accesable over an other browser (example Internet Explorer), but from then on the thumnailing fails till a apache restart.
Investigation on my system shown, that in this case that I request two images (or more) at once, there remain "cmd.exe" as process in the task manager of windows.

The problem can be enlarged (an so easier reproduced) when
$wgGenerateThumbnailOnParse=false;
is set and thumb.php is used to create the thumbnails.
From the other aspects it remains the same issue.


Version: 1.13.x
Severity: enhancement
OS: Windows XP
Platform: PC
Whiteboard: aklapper-moreinfo

Details

Reference
bz16346

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 10:28 PM
bzimport set Reference to bz16346.
bzimport added a subscriber: Unknown Object (MLST).

Hi Michael! Sorry that nobody has taken a look at this report yet and given feedback.

Is this still an issue nowadays (I assume not)?
Which Windows version does this happen with?

Unfortunately closing this report as no further information has been provided.

Michael: Please feel free to reopen this report if you can provide the information asked for and if this still happens. Thanks!

Gilles raised the priority of this task from Low to Unbreak Now!.Dec 4 2014, 10:12 AM
Gilles moved this task from Untriaged to Done on the Multimedia board.
Gilles lowered the priority of this task from Unbreak Now! to Low.Dec 4 2014, 11:21 AM