[RESOLVED] crash when using -resize, likely OpenCL related

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
stativ
Posts: 8
Joined: 2013-12-09T04:15:04-07:00
Authentication code: 6789

[RESOLVED] crash when using -resize, likely OpenCL related

Post by stativ »

Running an application from imagemagick (tested with convert and mogrify) with -resize parameter causes a crash with the following output:

Code: Select all

Aborted (core dumped)
The problem first occurred between imagemagick-6.8.7.2 and imagemagick-6.8.7.4.

When I run "convert -resize 128x128 test.png a.png" I was able to get following backtrace:

Code: Select all

Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0  0x0000000000000000 in ?? ()
#1  0x00007ffff7a334a4 in initDSProfile (version=0x7ffff7b3b218 "ImageMagick Device Selection v0.9", p=<synthetic pointer>) at magick/opencl.c:1387
#2  autoSelectDevice (clEnv=0x6299d0, exception=0x604f10) at magick/opencl.c:2091
#3  0x00007ffff7a3476c in InitOpenCLEnv (clEnv=clEnv@entry=0x6299d0, exception=exception@entry=0x604f10) at magick/opencl.c:1031
#4  0x00007ffff792d14b in checkOpenCLEnvironment (exception=0x604f10) at magick/accelerate.c:108
#5  AccelerateResizeImage (image=image@entry=0x620650, resizedColumns=resizedColumns@entry=128, resizedRows=resizedRows@entry=85, resizeFilter=resizeFilter@entry=0x620310, exception=exception@entry=0x604f10) at magick/accelerate.c:3046
#6  0x00007ffff7a91787 in ResizeImage (image=0x620650, columns=128, rows=85, filter=<optimized out>, blur=<optimized out>, exception=exception@entry=0x604f10) at magick/resize.c:2992
#7  0x00007ffff7672365 in MogrifyImage (image_info=image_info@entry=0x609380, argc=argc@entry=3, argv=argv@entry=0x6024f8, image=image@entry=0x7fffffffcad8, exception=exception@entry=0x604f10) at wand/mogrify.c:2559
#8  0x00007ffff7675357 in MogrifyImages (image_info=0x609380, post=post@entry=MagickTrue, argc=argc@entry=3, argv=0x6024f8, images=images@entry=0x7fffffffcad8, exception=exception@entry=0x604f10) at wand/mogrify.c:8610
#9  0x00007ffff75f83e2 in ConvertImageCommand (image_info=0x609380, argc=5, argv=0x6024f0, metadata=0x0, exception=0x604f10) at wand/convert.c:3142
#10 0x00007ffff766a980 in MagickCommandGenesis (image_info=image_info@entry=0x605090, command=0x400830 <ConvertImageCommand@plt>, argc=argc@entry=5, argv=argv@entry=0x7fffffffe548, metadata=metadata@entry=0x0, 
    exception=exception@entry=0x604f10) at wand/mogrify.c:166
#11 0x00000000004008a7 in ConvertMain (argv=0x7fffffffe548, argc=5) at utilities/convert.c:81
#12 main (argc=5, argv=0x7fffffffe548) at utilities/convert.c:92
This and the fact that it occured somewhere between 6.8.7.2 and 6.8.7.4 makes me think that it may be related to viewtopic.php?f=2&t=22906

System information
Archlinux 64bit
nvidia drivers 331.20
intel-opencl-sdk 2013_R2
CPU: Intel core i7 920
GPU: geForce 9600 GT
Last edited by stativ on 2013-12-15T14:04:54-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: crash when using -resize, likely OpenCL related

Post by magick »

We have our GPU developer reviewing the problem and we'll report back. In the mean-time, add --disable-opencl to your configure script command-line and rebuild / reinstall ImageMagick. It turns off the GPU and avoids the crash. ImageMagick 6.8.7-9 is released. It has improved GPU code, you could also see if that fixes the crash.
stativ
Posts: 8
Joined: 2013-12-09T04:15:04-07:00
Authentication code: 6789

Re: crash when using -resize, likely OpenCL related

Post by stativ »

Thank you for the reply, using --disable-opencl does fix the crash. I have already tested ImageMagick 6.8.7-9 and the crash is still present.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: crash when using -resize, likely OpenCL related

Post by dlemstra »

Can you post the backtrace with IM 6.8.7-9 so we have the correct line numbers?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
scchan
Posts: 1
Joined: 2013-12-09T07:58:23-07:00
Authentication code: 6789

Re: crash when using -resize, likely OpenCL related

Post by scchan »

Can you attach the file $HOME/.magick/ImagemagickOpenCLDeviceProfile here?
Thanks.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: crash when using -resize, likely OpenCL related

Post by dlemstra »

We could not reproduce your problem but found something that might result in a problem in your situation. We will have a patch in ImageMagick 6.8.7-10 Beta available by sometime tomorrow.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
stativ
Posts: 8
Joined: 2013-12-09T04:15:04-07:00
Authentication code: 6789

Re: crash when using -resize, likely OpenCL related

Post by stativ »

scchan wrote:Can you attach the file $HOME/.magick/ImagemagickOpenCLDeviceProfile here?
I don't have such file in my home.

Backtrace from 6.8.7-9:

Code: Select all

#0  0x0000000000000000 in ?? ()
#1  0x00007ffff7a3286a in initDSProfile (version=0x7ffff7b3b020 "ImageMagick Device Selection v0.9", p=<synthetic pointer>) at magick/opencl.c:1391
#2  autoSelectDevice (clEnv=0x6299d0, exception=0x604f10) at magick/opencl.c:2123
#3  0x00007ffff7a33b2e in InitOpenCLEnv (clEnv=clEnv@entry=0x6299d0, exception=exception@entry=0x604f10) at magick/opencl.c:1035
#4  0x00007ffff792c2e3 in checkOpenCLEnvironment (exception=0x604f10) at magick/accelerate.c:108
#5  AccelerateResizeImage (image=image@entry=0x620650, resizedColumns=resizedColumns@entry=128, resizedRows=resizedRows@entry=85, resizeFilter=resizeFilter@entry=0x620310, exception=exception@entry=0x604f10) at magick/accelerate.c:3063
#6  0x00007ffff7a90c77 in ResizeImage (image=0x620650, columns=128, rows=85, filter=<optimized out>, blur=<optimized out>, exception=exception@entry=0x604f10) at magick/resize.c:2993
#7  0x00007ffff7671385 in MogrifyImage (image_info=image_info@entry=0x609380, argc=argc@entry=3, argv=argv@entry=0x6024f8, image=image@entry=0x7fffffffca68, exception=exception@entry=0x604f10) at wand/mogrify.c:2559
#8  0x00007ffff7674377 in MogrifyImages (image_info=0x609380, post=post@entry=MagickTrue, argc=argc@entry=3, argv=0x6024f8, images=images@entry=0x7fffffffca68, exception=exception@entry=0x604f10) at wand/mogrify.c:8610
#9  0x00007ffff75f73e2 in ConvertImageCommand (image_info=0x609380, argc=5, argv=0x6024f0, metadata=0x0, exception=0x604f10) at wand/convert.c:3142
#10 0x00007ffff76699a0 in MagickCommandGenesis (image_info=image_info@entry=0x605090, command=0x400830 <ConvertImageCommand@plt>, argc=argc@entry=5, argv=argv@entry=0x7fffffffe4d8, metadata=metadata@entry=0x0, 
    exception=exception@entry=0x604f10) at wand/mogrify.c:166
#11 0x00000000004008a7 in ConvertMain (argv=0x7fffffffe4d8, argc=5) at utilities/convert.c:81
#12 main (argc=5, argv=0x7fffffffe4d8) at utilities/convert.c:92
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: crash when using -resize, likely OpenCL related

Post by dlemstra »

Thank you for posting the backtrace. Can you try if your problem is resolved with the latest beta?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
stativ
Posts: 8
Joined: 2013-12-09T04:15:04-07:00
Authentication code: 6789

Re: crash when using -resize, likely OpenCL related

Post by stativ »

It still crashes with 6.8.7-10. Here's an updated backtrace:

Code: Select all

#0  0x0000000000000000 in ?? ()
#1  0x00007ffff7a3286e in initDSProfile (version=0x7ffff7b3afa0 "ImageMagick Device Selection v0.9", p=<synthetic pointer>) at magick/opencl.c:1388
#2  autoSelectDevice (clEnv=0x6299d0, exception=0x604f10) at magick/opencl.c:2120
#3  0x00007ffff7a33acc in InitOpenCLEnv (clEnv=clEnv@entry=0x6299d0, exception=exception@entry=0x604f10) at magick/opencl.c:1035
#4  0x00007ffff792c2e3 in checkOpenCLEnvironment (exception=0x604f10) at magick/accelerate.c:108
#5  AccelerateResizeImage (image=image@entry=0x620650, resizedColumns=resizedColumns@entry=128, resizedRows=resizedRows@entry=85, resizeFilter=resizeFilter@entry=0x620310, exception=exception@entry=0x604f10) at magick/accelerate.c:3067
#6  0x00007ffff7a90c07 in ResizeImage (image=0x620650, columns=128, rows=85, filter=<optimized out>, blur=<optimized out>, exception=exception@entry=0x604f10) at magick/resize.c:2993
#7  0x00007ffff7671385 in MogrifyImage (image_info=image_info@entry=0x609380, argc=argc@entry=3, argv=argv@entry=0x6024f8, image=image@entry=0x7fffffffca68, exception=exception@entry=0x604f10) at wand/mogrify.c:2559
#8  0x00007ffff7674377 in MogrifyImages (image_info=0x609380, post=post@entry=MagickTrue, argc=argc@entry=3, argv=0x6024f8, images=images@entry=0x7fffffffca68, exception=exception@entry=0x604f10) at wand/mogrify.c:8610
#9  0x00007ffff75f73e2 in ConvertImageCommand (image_info=0x609380, argc=5, argv=0x6024f0, metadata=0x0, exception=0x604f10) at wand/convert.c:3142
#10 0x00007ffff76699a0 in MagickCommandGenesis (image_info=image_info@entry=0x605090, command=0x400830 <ConvertImageCommand@plt>, argc=argc@entry=5, argv=argv@entry=0x7fffffffe4d8, metadata=metadata@entry=0x0, 
    exception=exception@entry=0x604f10) at wand/mogrify.c:166
#11 0x00000000004008a7 in ConvertMain (argv=0x7fffffffe4d8, argc=5) at utilities/convert.c:81
#12 main (argc=5, argv=0x7fffffffe4d8) at utilities/convert.c:92
stativ
Posts: 8
Joined: 2013-12-09T04:15:04-07:00
Authentication code: 6789

Re: crash when using -resize, likely OpenCL related

Post by stativ »

I just found out that it happens only when "Intel SDK for OpenCL" is installed. I thought that it may be caused by the fact that in Intel OpenCL supports OpenCL 1.2 while nVidia supports only 1.1, but uninstalling nVidia OpenCL drivers doesn't change anything. It looks like a bug in the Intel's OpenCL implementation after all.
stativ
Posts: 8
Joined: 2013-12-09T04:15:04-07:00
Authentication code: 6789

Re: crash when using -resize, likely OpenCL related

Post by stativ »

It has been fixed in ImageMagick 6.8.7-10. Thank you!
bsd
Posts: 1
Joined: 2016-02-13T03:59:52-07:00
Authentication code: 1151

Re: [RESOLVED] crash when using -resize, likely OpenCL related

Post by bsd »

We have a user on Arch Linux forum reporting this bug still persists in imagemagick-6.9.3.0-1. Rebuilding the package with the option --disable-opencl as suggested in the bug report. I can confirm that it fixes this issue.

---- OUTPUT OF convert -list configure -----

Code: Select all

convert -list configure:
Path: /usr/lib/ImageMagick-6.9.3//config-Q16HDRI/configure.xml

Name Value
-------------------------------------------------------------------------------
CC gcc
CFLAGS -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libdrm -I/usr/include/libpng16 -pthread -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libdrm -I/usr/include/libpng16 -pthread -I/usr/include/OpenEXR -I/usr/include/libdrm -I/usr/include/lqr-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/openjpeg-2.1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -fopenmp -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -mtune=x86-64 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
CODER_PATH /usr/lib/ImageMagick-6.9.3/modules-Q16HDRI/coders
CONFIGURE ./configure '--prefix=/usr' '--sysconfdir=/etc' '--with-modules' '--enable-hdri' '--with-wmf' '--with-openexr' '--with-xml' '--with-webp' '--with-gslib' '--with-gs-font-dir=/usr/share/fonts/Type1' '--with-perl' '--with-perl-options=INSTALLDIRS=vendor' '--with-lqr' '--with-rsvg' '--enable-opencl' '--with-openjp2' '--without-gvc' '--without-djvu' '--without-autotrace' '--without-jbig' '--without-fpx' '--without-dps' '--without-fftw' '--with-gcc-arch=x86-64' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong'
CONFIGURE_PATH /etc/ImageMagick-6/
COPYRIGHT Copyright (C) 1999-2016 ImageMagick Studio LLC
CPPFLAGS -I/usr/include/ImageMagick-6
CXX g++
CXXFLAGS -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pthread
DEFS -DHAVE_CONFIG_H
DELEGATES bzlib mpeg fontconfig freetype gslib jng jpeg lcms lqr lzma openexr openjp2 pango png ps rsvg tiff webp wmf x xml zlib
DISTCHECK_CONFIG_FLAGS 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' --disable-deprecated --with-quantum-depth=16 --with-jemalloc=no --with-umem=no --with-autotrace=no --with-dps=no --with-fftw=no --with-fpx=no --with-djvu=no --with-fontpath= --with-gs-font-dir=/usr/share/fonts/Type1 --with-gvc=no 
DOCUMENTATION_PATH /usr/share/doc/ImageMagick-6
EXEC-PREFIX /usr
EXECUTABLE_PATH /usr/bin
FEATURES DPC HDRI Cipher OpenCL OpenMP Modules
FILTER_PATH /usr/lib/ImageMagick-6.9.3/modules-Q16HDRI/filters
GIT_REVISION 10443
HOST x86_64-unknown-linux-gnu
INCLUDE_PATH /usr/include/ImageMagick-6
LDFLAGS -L/usr/lib -Wl,-O1,--sort-common,--as-needed,-z,relro 
LIB_VERSION 0x693
LIB_VERSION_NUMBER 6,9,3,0
LIBRARY_PATH /usr/lib/ImageMagick-6.9.3
LIBS -llcms2 -lfreetype -llqr-1 -lglib-2.0 -lfontconfig -lfreetype -lXext -lX11 -lXt -llzma -lbz2 -lz -lltdl -lm -lgomp -lm 
NAME ImageMagick
PCFLAGS -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
PREFIX /usr
QuantumDepth 16
RELEASE_DATE 2016-01-15
SHARE_PATH /usr/share/ImageMagick-6
SHAREARCH_PATH /usr/lib/ImageMagick-6.9.3/config-Q16HDRI
TARGET_CPU x86_64
TARGET_OS linux-gnu
TARGET_VENDOR unknown
VERSION 6.9.3
WEBSITE http://www.imagemagick.org

Path: [built-in]

Name Value
-------------------------------------------------------------------------------
FEATURES OpenMP 
NAME ImageMagick
QuantumDepth 16
----- OUTPUT OF convert -debug all -----

Code: Select all

convert -debug all possible_undiscovered_planets.png -resize 128x128 possible_undiscovered_planets-128.png

2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: utility.c/ExpandFilenames/940/Configure
Command line: convert {-debug} {all} {possible_undiscovered_planets.png} {-resize} {128x128} {possible_undiscovered_planets-128.png}
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: configure.c/GetConfigureOptions/679/Configure
Searching for configure file: "/usr/share/ImageMagick-6/coder.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: configure.c/GetConfigureOptions/679/Configure
Searching for configure file: "/usr/lib/ImageMagick-6.9.3//config-Q16HDRI/coder.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: configure.c/GetConfigureOptions/679/Configure
Searching for configure file: "/etc/ImageMagick-6/coder.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: configure.c/GetConfigureOptions/679/Configure
Searching for configure file: "/usr/share/doc/ImageMagick-6/coder.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: configure.c/GetConfigureOptions/679/Configure
Searching for configure file: "/home/graham/.config/ImageMagick/coder.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: configure.c/GetConfigureOptions/679/Configure
Searching for configure file: "/home/graham/.magick/coder.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: coder.c/LoadCoderCache/823/Configure
Loading coder configuration file "/etc/ImageMagick-6/coder.xml" ...
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Module convert[14882]: module.c/OpenModule/1286/Module
Searching for module "PNG" using filename "png.la"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Module convert[14882]: module.c/GetMagickModulePath/556/Module
Searching for coder module file "png.la" ...
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Module convert[14882]: module.c/OpenModule/1295/Module
Opening module at path "/usr/lib/ImageMagick-6.9.3//modules-Q16HDRI/coders/png.la"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Module convert[14882]: module.c/OpenModule/1322/Module
Method "RegisterPNGImage" in module "PNG" at address 0x7f92ebad9110
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Module convert[14882]: module.c/OpenModule/1336/Module
Method "UnregisterPNGImage" in module "PNG" at address 0x7f92ebad96e0
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Policy convert[14882]: policy.c/IsRightsAuthorized/574/Policy
Domain: Path; rights=Read; pattern="possible_undiscovered_planets.png" ...
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Blob convert[14882]: blob.c/OpenBlob/2594/Blob
read 3 magic header bytes
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Resource convert[14882]: resource.c/AcquireMagickResource/312/Resource
Map: 168KB/165KiB/7.4602GiB
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Resource convert[14882]: resource.c/RelinquishMagickResource/1004/Resource
Map: 168KB/0B/7.4602GiB
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Cache convert[14882]: cache.c/DestroyPixelCache/996/Cache
destroy 
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: configure.c/GetConfigureOptions/679/Configure
Searching for configure file: "/usr/share/ImageMagick-6/magic.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: configure.c/GetConfigureOptions/679/Configure
Searching for configure file: "/usr/lib/ImageMagick-6.9.3//config-Q16HDRI/magic.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: configure.c/GetConfigureOptions/679/Configure
Searching for configure file: "/etc/ImageMagick-6/magic.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: configure.c/GetConfigureOptions/679/Configure
Searching for configure file: "/usr/share/doc/ImageMagick-6/magic.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: configure.c/GetConfigureOptions/679/Configure
Searching for configure file: "/home/graham/.config/ImageMagick/magic.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: configure.c/GetConfigureOptions/679/Configure
Searching for configure file: "/home/graham/.magick/magic.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: magic.c/LoadMagicCache/789/Configure
Loading magic configure file "/etc/ImageMagick-6/magic.xml" ...
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Policy convert[14882]: policy.c/IsRightsAuthorized/574/Policy
Domain: Coder; rights=Read; pattern="PNG" ...
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadPNGImage/3907/Coder
Enter ReadPNGImage()
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Policy convert[14882]: policy.c/IsRightsAuthorized/574/Policy
Domain: Path; rights=Read; pattern="possible_undiscovered_planets.png" ...
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Blob convert[14882]: blob.c/OpenBlob/2594/Blob
read 3 magic header bytes
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Resource convert[14882]: resource.c/AcquireMagickResource/312/Resource
Map: 168KB/165KiB/7.4602GiB
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/2024/Coder
Enter ReadOnePNGImage()
IM version = 6.9.3-0
Libpng version = 1.6.20
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/2034/Coder
running with 1.6.21
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/2037/Coder
Zlib version = 1.2.8
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/2067/Coder
Before reading:
image->matte=0
image->rendering_intent=2
image->colorspace=13
image->gamma=0.454545
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/MagickPNGWarningHandler/1653/Coder
libpng-1.6.20 warning: iCCP: known incorrect sRGB profile
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Locale convert[14882]: locale.c/GetLocaleOptions/825/Locale
Searching for locale file: "/usr/share/ImageMagick-6/locale.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Locale convert[14882]: locale.c/GetLocaleOptions/825/Locale
Searching for locale file: "/usr/lib/ImageMagick-6.9.3//config-Q16HDRI/locale.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Locale convert[14882]: locale.c/GetLocaleOptions/825/Locale
Searching for locale file: "/etc/ImageMagick-6/locale.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Locale convert[14882]: locale.c/GetLocaleOptions/825/Locale
Searching for locale file: "/usr/share/doc/ImageMagick-6/locale.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Locale convert[14882]: locale.c/GetLocaleOptions/825/Locale
Searching for locale file: "/home/graham/.config/ImageMagick/locale.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Locale convert[14882]: locale.c/GetLocaleOptions/825/Locale
Searching for locale file: "/home/graham/.magick/locale.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: locale.c/LoadLocaleCache/1176/Configure
Loading locale configure file "/usr/share/ImageMagick-6/locale.xml" ...
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Locale convert[14882]: locale.c/GetLocaleOptions/825/Locale
Searching for locale file: "/usr/share/ImageMagick-6/english.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Locale convert[14882]: locale.c/GetLocaleOptions/825/Locale
Searching for locale file: "/usr/lib/ImageMagick-6.9.3//config-Q16HDRI/english.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Locale convert[14882]: locale.c/GetLocaleOptions/825/Locale
Searching for locale file: "/etc/ImageMagick-6/english.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Locale convert[14882]: locale.c/GetLocaleOptions/825/Locale
Searching for locale file: "/usr/share/doc/ImageMagick-6/english.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Locale convert[14882]: locale.c/GetLocaleOptions/825/Locale
Searching for locale file: "/home/graham/.config/ImageMagick/english.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Locale convert[14882]: locale.c/GetLocaleOptions/825/Locale
Searching for locale file: "/home/graham/.magick/english.xml"
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Configure convert[14882]: locale.c/LoadLocaleCache/1176/Configure
Loading locale configure file "/usr/share/ImageMagick-6/english.xml" ...
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Exception convert[14882]: png.c/MagickPNGWarningHandler/1656/Exception
iCCP: known incorrect sRGB profile `possible_undiscovered_planets.png'
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/read_vpag_chunk_callback/1796/Coder
read_vpag_chunk: found iTXt chunk
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/2352/Coder
PNG width: 740, height: 697
PNG color_type: 2, bit_depth: 8
PNG compression_method: 0
PNG interlace_method: 0, filter_method: 0
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/2368/Coder
Found PNG iCCP chunk.
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/2376/Coder
Found PNG gAMA chunk.
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/2384/Coder
Found PNG cHRM chunk.
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/2436/Coder
Reading PNG iCCP chunk.
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/2470/Coder
Got a 3144-byte ICC profile (potentially sRGB)
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/2477/Coder
with crc=f29e526d
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/2484/Coder
It is sRGB with rendering intent = Relative Intent
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/2553/Coder
Reading PNG gAMA chunk: gamma: 0.454550
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/2671/Coder
Reading PNG pHYs chunk: xres: 3150, yres: 3150, units: 1.
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/3067/Coder
Reading PNG IDAT chunk(s)
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Resource convert[14882]: resource.c/AcquireMagickResource/312/Resource
Memory: 2.22KB/2.17KiB/3.7301GiB
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/3081/Coder
Converting PNG pixels to pixel packets
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Resource convert[14882]: resource.c/AcquireMagickResource/312/Resource
Width: 740B/740B/107.4MB
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Resource convert[14882]: resource.c/AcquireMagickResource/312/Resource
Height: 697B/697B/107.4MB
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Resource convert[14882]: resource.c/AcquireMagickResource/312/Resource
Area: 8.252MB/8.252MB/8.0103GB
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Resource convert[14882]: resource.c/AcquireMagickResource/312/Resource
Memory: 8.252MB/7.872MiB/3.7301GiB
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Cache convert[14882]: cache.c/OpenPixelCache/3637/Cache
open possible_undiscovered_planets.png[0] (Heap Memory, 740x697 7.87MiB)
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/3163/Coder
Looking for cheap transparent pixel
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/3400/Coder
No transparent pixel was found
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/3557/Coder
image->colorspace=13
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Resource convert[14882]: resource.c/RelinquishMagickResource/1004/Resource
Memory: 2.22KB/7.87MiB/3.7301GiB
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadOnePNGImage/3860/Coder
exit ReadOnePNGImage()
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Resource convert[14882]: resource.c/RelinquishMagickResource/1004/Resource
Map: 168KB/0B/7.4602GiB
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadPNGImage/3983/Coder
page.w: 0, page.h: 0,page.x: 0, page.y: 0.
2016-02-10T19:45:30-05:00 0:00.000 0.000u 6.9.3 Coder convert[14882]: png.c/ReadPNGImage/3989/Coder
exit ReadPNGImage()
LLVM ERROR: Cannot select: 0x2507c08: v2i32,ch = REGISTER_LOAD 0x2726e10, 0x271edc0, 0x2721f08, 0x24eaab8 [ORD=58] [ID=874]
0x271edc0: i32 = srl 0x231ca50, 0x24e7bc0 [ORD=58] [ID=870]
0x231ca50: i32 = add 0x272b1b8, 0x272b530 [ORD=57] [ID=866]
0x272b1b8: i32 = srl 0x27272b0, 0x2314438 [ORD=57] [ID=861]
0x27272b0: i32 = add 0x2727060, 0x271f388 [ORD=43] [ID=856]
0x2727060: i32 = and 0x24eae30, 0x271f260 [ORD=42] [ID=852]
0x24eae30: i32 = shl 0x2727ac8, 0x24ea868 [ORD=41] [ID=848]
0x2727ac8: i32 = select_cc 0x23147b0, 0x24e4df0, 0x271f010, 0x27225f8, 0x272aae8 [ORD=38] [ID=843]
0x23147b0: i32 = srl 0x27225f8, 0x231d938 [ORD=28] [ID=823]
0x27225f8: i32 = bitcast 0x231cb78 [ORD=5] [ID=820]

0x231d938: i32 = Constant<23> [ID=14]
0x24e4df0: i32 = Constant<0> [ID=18]
0x271f010: i32 = bitcast 0x272a2d0 [ORD=33] [ID=839]
0x272a2d0: f32 = fadd 0x231c360, 0x2314d78 [ORD=32] [ID=835]


0x27225f8: i32 = bitcast 0x231cb78 [ORD=5] [ID=820]
0x231cb78: f32 = fadd 0x231c110, 0x231c110 [ORD=4] [ID=817]


0x24ea868: i32 = Constant<1> [ID=21]
0x271f260: i32 = Constant<65536> [ID=22]
0x271f388: i32 = and 0x2727ac8, 0x2727878 [ORD=40] [ID=847]
0x2727ac8: i32 = select_cc 0x23147b0, 0x24e4df0, 0x271f010, 0x27225f8, 0x272aae8 [ORD=38] [ID=843]
0x23147b0: i32 = srl 0x27225f8, 0x231d938 [ORD=28] [ID=823]
0x27225f8: i32 = bitcast 0x231cb78 [ORD=5] [ID=820]
0x231cb78: f32 = fadd 0x231c110, 0x231c110 [ORD=4] [ID=817]


0x231d938: i32 = Constant<23> [ID=14]
0x24e4df0: i32 = Constant<0> [ID=18]
0x271f010: i32 = bitcast 0x272a2d0 [ORD=33] [ID=839]
0x272a2d0: f32 = fadd 0x231c360, 0x2314d78 [ORD=32] [ID=835]
0x231c360: f32 = bitcast 0x231c238 [ORD=31] [ID=828]

0x2314d78: f32 = ConstantFP<-1.000000e+00> [ID=7]
0x27225f8: i32 = bitcast 0x231cb78 [ORD=5] [ID=820]
0x231cb78: f32 = fadd 0x231c110, 0x231c110 [ORD=4] [ID=817]
0x231c110: f32,ch = CopyFromReg 0x2669d60, 0x271f138 [ORD=4] [ID=556]

0x231c110: f32,ch = CopyFromReg 0x2669d60, 0x271f138 [ORD=4] [ID=556]

0x2727878: i32 = Constant<8323072> [ID=20]
0x2314438: i32 = Constant<13> [ID=36]
0x272b530: i32 = Constant<8> [ID=42]
0x24e7bc0: i32 = Constant<2> [ID=329]
0x2721f08: i32 = TargetConstant<0> [ID=330]
0x24eaab8: i32 = undef [ID=25]
In function: AddNoise
frankspace
Posts: 1
Joined: 2016-06-03T07:13:48-07:00
Authentication code: 1151

Re: [RESOLVED] crash when using -resize, likely OpenCL related

Post by frankspace »

I have just discovered the existence of this bug, and it persists for me (also on Arch Linux) in version 6.9.4.6. Recompiling with --disable-opencl solved the issue.
gigago
Posts: 1
Joined: 2016-06-19T03:19:13-07:00
Authentication code: 1151

Re: [RESOLVED] crash when using -resize, likely OpenCL related

Post by gigago »

Gpu related crash on OSX 10.11. Turning off MAGICK_OCL_DEVICE appears to provide a workaround (THUMBS UP), but reporting it here anyway.

Oh, wait, the IM version:

Version: ImageMagick 6.9.1-0 Q16 x86_64 2015-03-22 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: DPC OpenCL
Delegates (built-in): bzlib fftw fontconfig freetype jng jpeg lcms lzma png tiff webp x xml zlib

Code: Select all

Anonymous UUID:       43A0124F-7E5C-1F84-3DF3-4B6E7A04D164

Sun Jun 19 12:00:48 2016

*** Panic Report ***
panic(cpu 0 caller 0xffffff7f85cccfb9): NVRM[0/1:0:0]: Read Error 0x00070000: CFG 0x040710de 0x00100402 0xd2000000, BAR0 0xd2000000 0xffffff909f7ad000 0x084700a2, D0, P2/4
Backtrace (CPU 0), Frame : Return Address
0xffffff909f1fb690 : 0xffffff8004cdab12 
0xffffff909f1fb710 : 0xffffff7f85cccfb9 
0xffffff909f1fb7d0 : 0xffffff7f85feb20c 
0xffffff909f1fb810 : 0xffffff7f85f1deec 
0xffffff909f1fb860 : 0xffffff7f85fcc86c 
0xffffff909f1fb990 : 0xffffff7f85fcc224 
0xffffff909f1fba80 : 0xffffff7f85e101b9 
0xffffff909f1fbbd0 : 0xffffff7f85e0f29e 
0xffffff909f1fbd00 : 0xffffff7f85e1309a 
0xffffff909f1fbd50 : 0xffffff7f86040cf2 
0xffffff909f1fbd80 : 0xffffff7f85e12cbc 
0xffffff909f1fbe00 : 0xffffff7f85cb4513 
0xffffff909f1fbec0 : 0xffffff7f85c7c374 
0xffffff909f1fbf00 : 0xffffff8004d0f24a 
0xffffff909f1fbfb0 : 0xffffff8004dc9017 
      Kernel Extensions in backtrace:
         com.apple.nvidia.classic.NVDAResmanTesla(10.0)[05FC5D7E-BB0B-3232-BBBD-8A49B6870D8B]@0xffffff7f85c76000->0xffffff7f85eebfff
            dependency: com.apple.iokit.IOPCIFamily(2.9)[D8216D61-5209-3B0C-866D-7D8B3C5F33FF]@0xffffff7f8544c000
            dependency: com.apple.iokit.IONDRVSupport(2.4.1)[1114B99F-E439-329E-876D-1FEC4CF45DF6]@0xffffff7f85c66000
            dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[172C2960-EDF5-382D-80A5-C13E97D74880]@0xffffff7f85c1f000
         com.apple.nvidia.classic.NVDANV50HalTesla(10.0)[56199CA6-3C8D-3EBB-B5EF-7B1B4678ACF9]@0xffffff7f85ef6000->0xffffff7f861a3fff
            dependency: com.apple.nvidia.classic.NVDAResmanTesla(10.0.0)[05FC5D7E-BB0B-3232-BBBD-8A49B6870D8B]@0xffffff7f85c76000
            dependency: com.apple.iokit.IOPCIFamily(2.9)[D8216D61-5209-3B0C-866D-7D8B3C5F33FF]@0xffffff7f8544c000

BSD process name corresponding to current thread: kernel_task

Mac OS version:
15F34

Kernel version:
Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64
Kernel UUID: 7E7B0822-D2DE-3B39-A7A5-77B40A668BC6
Kernel slide:     0x0000000004a00000
Kernel text base: 0xffffff8004c00000
__HIB  text base: 0xffffff8004b00000
System model name: MacBookPro3,1 (Mac-F42388C8)

System uptime in nanoseconds: 4607449152109
last loaded kext at 246153073817: com.apple.filesystems.msdosfs	1.10 (addr 0xffffff7f87640000, size 69632)
last unloaded kext at 306837252581: com.apple.filesystems.msdosfs	1.10 (addr 0xffffff7f87640000, size 61440)
loaded kexts:
com.logitech.manager.kernel.driver	5.40.1
com.apple.driver.AudioAUUC	1.70
com.apple.filesystems.autofs	3.0
com.apple.driver.AppleHWSensor	1.9.5d0
com.apple.driver.AppleOSXWatchdog	1
com.apple.driver.AppleHDA	274.9
com.apple.driver.AppleSMCPDRC	1.0.0
com.apple.iokit.CSRBluetoothHostControllerUSBTransport	4.4.5f3
com.apple.driver.AppleSMCLMU	208
com.apple.driver.ACPI_SMC_PlatformPlugin	1.0.0
com.apple.driver.AppleLPC	3.1
com.apple.driver.pmtelemetry	1
com.apple.iokit.IOUserEthernet	1.0.1
com.apple.iokit.IOBluetoothSerialManager	4.4.5f3
com.apple.Dont_Steal_Mac_OS_X	7.0.0
com.apple.driver.AppleHV	1
com.apple.driver.AppleIntelSlowAdaptiveClocking	4.0.0
com.apple.driver.AppleBacklight	170.8.9
com.apple.GeForceTesla	10.0.0
com.apple.driver.AppleUpstreamUserClient	3.6.1
com.apple.driver.AppleMCCSControl	1.2.13
com.apple.driver.SMCMotionSensor	3.0.4d1
com.apple.driver.AppleUSBTrackpad	245.4
com.apple.driver.AppleUSBTCKeyEventDriver	245.4
com.apple.driver.AppleUSBTCKeyboard	245.4
com.apple.driver.AppleIRController	327.6
com.apple.AppleFSCompression.AppleFSCompressionTypeDataless	1.0.0d1
com.apple.AppleFSCompression.AppleFSCompressionTypeZlib	1.0.0
com.apple.BootCache	38
com.apple.iokit.SCSITaskUserClient	3.7.7
com.apple.iokit.IOAHCIBlockStorage	2.8.5
com.apple.driver.AirPort.Atheros40	700.74.5
com.apple.driver.AppleSmartBatteryManager	161.0.0
com.apple.driver.AppleIntelPIIXATA	2.5.1
com.apple.iokit.AppleYukon2	4.0.0
com.apple.driver.AppleFWOHCI	5.5.4
com.apple.driver.AppleAHCIPort	3.1.8
com.apple.driver.usb.AppleUSBEHCIPCI	1.0.1
com.apple.driver.usb.AppleUSBUHCIPCI	1.0.1
com.apple.driver.AppleRTC	2.0
com.apple.driver.AppleHPET	1.8
com.apple.driver.AppleACPIButtons	4.0
com.apple.driver.AppleSMBIOS	2.1
com.apple.driver.AppleACPIEC	4.0
com.apple.driver.AppleAPIC	1.7
com.apple.driver.AppleIntelCPUPowerManagementClient	218.0.0
com.apple.nke.applicationfirewall	163
com.apple.security.quarantine	3
com.apple.security.TMSafetyNet	8
com.apple.driver.AppleIntelCPUPowerManagement	218.0.0
com.apple.kext.triggers	1.0
com.apple.driver.DspFuncLib	274.9
com.apple.kext.OSvKernDSPLib	525
com.apple.driver.usb.IOUSBHostHIDDevice	1.0.1
com.apple.iokit.IOFireWireIP	2.2.6
com.apple.iokit.IOBluetoothHostControllerUSBTransport	4.4.5f3
com.apple.driver.AppleHDAController	274.9
com.apple.iokit.IOHDAFamily	274.9
com.apple.iokit.IOAudioFamily	204.4
com.apple.vecLib.kext	1.2.0
com.apple.driver.IOPlatformPluginLegacy	1.0.0
com.apple.driver.IOPlatformPluginFamily	6.0.0d7
com.apple.iokit.IOSurface	108.2.1
com.apple.iokit.IOSerialFamily	11
com.apple.driver.CoreCaptureResponder	1
com.apple.iokit.IOSlowAdaptiveClockingFamily	1.0.0
com.apple.driver.AppleBacklightExpert	1.1.0
com.apple.nvidia.classic.NVDANV50HalTesla	10.0.0
com.apple.driver.AppleSMBusController	1.0.14d1
com.apple.nvidia.classic.NVDAResmanTesla	10.0.0
com.apple.iokit.IONDRVSupport	2.4.1
com.apple.iokit.IOGraphicsFamily	2.4.1
com.apple.driver.AppleSMC	3.1.9
com.apple.driver.usb.cdc	5.0.0
com.apple.driver.usb.networking	5.0.0
com.apple.driver.usb.AppleUSBHostCompositeDevice	1.0.1
com.apple.iokit.IOSCSIMultimediaCommandsDevice	3.7.7
com.apple.iokit.IOBDStorageFamily	1.8
com.apple.iokit.IODVDStorageFamily	1.8
com.apple.iokit.IOCDStorageFamily	1.8
com.apple.iokit.IOATAPIProtocolTransport	3.5.0
com.apple.iokit.IOSCSIArchitectureModelFamily	3.7.7
com.apple.iokit.IO80211Family	1110.26
com.apple.driver.corecapture	1.0.4
com.apple.iokit.IOATAFamily	2.5.3
com.apple.iokit.IONetworkingFamily	3.2
com.apple.driver.AppleUSBMergeNub	900.4.1
com.apple.iokit.IOFireWireFamily	4.6.1
com.apple.iokit.IOAHCIFamily	2.8.1
com.apple.driver.AppleEFINVRAM	2.0
com.apple.driver.usb.AppleUSBUHCI	1.0.1
com.apple.driver.usb.AppleUSBEHCI	1.0.1
com.apple.driver.AppleEFIRuntime	2.0
com.apple.iokit.IOSMBusFamily	1.1
com.apple.security.sandbox	300.0
com.apple.kext.AppleMatch	1.0.0d1
com.apple.driver.AppleKeyStore	2
com.apple.driver.AppleMobileFileIntegrity	1.0.5
com.apple.driver.AppleCredentialManager	1.0
com.apple.driver.DiskImages	417.4
com.apple.iokit.IOStorageFamily	2.1
com.apple.driver.IOBluetoothHIDDriver	4.4.5f3
com.apple.iokit.IOBluetoothFamily	4.4.5f3
com.apple.iokit.IOReportFamily	31
com.apple.iokit.IOUSBHIDDriver	900.4.1
com.apple.iokit.IOHIDFamily	2.0.0
com.apple.driver.AppleFDEKeyStore	28.30
com.apple.iokit.IOUSBFamily	900.4.1
com.apple.iokit.IOUSBHostFamily	1.0.1
com.apple.driver.AppleUSBHostMergeProperties	1.0.1
com.apple.driver.AppleACPIPlatform	4.0
com.apple.iokit.IOPCIFamily	2.9
com.apple.iokit.IOACPIFamily	1.4
com.apple.kec.Libm	1
com.apple.kec.pthread	1
com.apple.kec.corecrypto	1.0
Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.18f5
Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz, 0x7F7F7F7F7F7F7F02, 0x3235365836344D2D36374500485900000000
Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 667 MHz, 0x7F7F7F7F7F7F7F02, 0x3235365836344D2D36374500485900000000
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 4.0.74.0-P2P
Bluetooth: Version 4.4.5f3 17904, 3 services, 17 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
PCI Card: pci168c,24, Other Network Controller, PCI Slot 5
Serial ATA Device: Samsung SSD 840 EVO 250GB, 250.06 GB
Parallel ATA Device: MATSHITADVD-R   UJ-85J
USB Device: USB Bus
USB Device: USB Bus
USB Device: USB-PS/2 Optical Mouse
USB Device: Bluetooth HCI
USB Device: USB Bus
USB Device: USB Bus
USB Device: USB Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: IR Receiver
USB Device: USB 2.0 Bus
USB Device: USB 2.0 Bus
USB Device: Built-in iSight
Thunderbolt Bus:
Post Reply