Search found 467 matches

by broucaries
2016-02-19T10:47:10-07:00
Forum: Bugs
Topic: Integer overflow
Replies: 1
Views: 3271

Integer overflow

ear Maintainer, I seem to have stumbled across an integer overflow issue with imagemagick, pertaining to calculated font metrics (width/bounds) for many fonts depending on pointsize. A more detailed bug report of mine can be found in the ImageMagick Forum: https://www.imagemagick.org/discourse-serve...
by broucaries
2015-12-25T13:07:26-07:00
Forum: Bugs
Topic: Missing symbols: Internal ?
Replies: 2
Views: 3706

Re: Missing symbols: Internal ?

BTW what are local* symbols ?
by broucaries
2015-12-25T13:05:29-07:00
Forum: Bugs
Topic: Missing symbols: Internal ?
Replies: 2
Views: 3706

Missing symbols: Internal ?

Hi, It seems you removed the following symbols: readAccelerateTimer@Base 8:6.8.8.9 resetAccelerateTimer@Base 8:6.8.8.9 startAccelerateTimer@Base 8:6.8.8.9 stopAccelerateTimer@Base 8:6.8.8.9 Could you confirm they are internal and not ABI API ? Newt time could you remove this stuff using version scri...
by broucaries
2015-09-22T12:39:27-07:00
Forum: Bugs
Topic: 6.2.2-3 or 6.2.2-2
Replies: 1
Views: 3040

6.2.2-3 or 6.2.2-2

http://www.imagemagick.org/download/ indiquate 6.2.2-3 whereas changelog indicate 6.2.2-2

If it is an error you need to bump next version to 6.2.2-4 or abave

Bastien
by broucaries
2015-09-22T12:31:52-07:00
Forum: Bugs
Topic: Reverted configure.ac patch
Replies: 1
Views: 2837

Reverted configure.ac patch

Hi,

You reverted the configure.ac patch.

Could I know why ? Can I improve this patch ?

Bastien
by broucaries
2015-09-16T13:58:43-07:00
Forum: Bugs
Topic: Sourceless file and privacy problem
Replies: 7
Views: 7086

Re: Sourceless file and privacy problem

Debian/ubuntu ban minified stuff without source. If you add non minified version somewhere in the tree it will work (css and js file). So adding source is sufficient. We will recompile if needed or use upstream version (I can even cook a patch in order to regererate the minified stuff in html file)....
by broucaries
2015-09-16T13:34:31-07:00
Forum: Bugs
Topic: convert crashes in memcpy on CentOS 6.6
Replies: 15
Views: 16206

Re: convert crashes in memcpy on CentOS 6.6

You need to rerun until memcpy fail...
by broucaries
2015-09-16T13:22:55-07:00
Forum: Bugs
Topic: convert crashes in memcpy on CentOS 6.6
Replies: 15
Views: 16206

Re: convert crashes in memcpy on CentOS 6.6

valgrind /usr/bin/convert -quality 80 -background white /some/path/w/images/c/c4/2014_Public_Creative_Calendar.jpg -thumbnail 89x120! -set comment 'File source: http://example.com/wiki/File:2014_Publi ... lendar.jpg' -depth 8 -sharpen 0x0.4 -rotate -0 /tmp/transform_7e55c77fcada-1.jpg
by broucaries
2015-09-16T13:10:10-07:00
Forum: Bugs
Topic: convert crashes in memcpy on CentOS 6.6
Replies: 15
Views: 16206

Re: convert crashes in memcpy on CentOS 6.6

none run it first without option

valgrind
by broucaries
2015-09-16T13:05:42-07:00
Forum: Bugs
Topic: Sourceless file and privacy problem
Replies: 7
Views: 7086

Re: Sourceless file and privacy problem

You could put the source in a src/ subdirectory, and you will get the speedup of minified and downstream will be happy
by broucaries
2015-09-16T13:02:46-07:00
Forum: Bugs
Topic: Sourceless file and privacy problem
Replies: 7
Views: 7086

Re: Sourceless file and privacy problem

It is still undistributable because we could not reproduce the build (it fail to build from source). What is the exact version used ? It should be documented and we will regenerate it at each build.

Bastien
by broucaries
2015-09-16T12:30:01-07:00
Forum: Bugs
Topic: convert crashes in memcpy on CentOS 6.6
Replies: 15
Views: 16206

Re: convert crashes in memcpy on CentOS 6.6

Could you run the program under vlagrind. Beware it is slow
by broucaries
2015-09-16T12:27:08-07:00
Forum: Bugs
Topic: A few patch as usual
Replies: 1
Views: 3451

A few patch as usual

Please found a few patch from downstream debian THe last two one are needed. I do not know if the 10th patch will create some problems on tarball generation. The previous one correct some problems on html file. Could you please fix this on the documentation file. I have even joined the command that ...
by broucaries
2015-09-16T10:42:04-07:00
Forum: Bugs
Topic: Sourceless file and privacy problem
Replies: 7
Views: 7086

Re: Sourceless file and privacy problem

BTW the magick css is not suitable for debian.

Could we get the uncompressed version ?
by broucaries
2015-09-16T10:39:36-07:00
Forum: Bugs
Topic: Sourceless file and privacy problem
Replies: 7
Views: 7086

Sourceless file and privacy problem

Hi,

Could you please add the source of magick.js ?

This is a non distributable source due to lack of license and lack of source.

Bastien