hi. i'm using ipp6(6.1.2) for image processing to make thumbnail.
and my env is that.
OS : linux(centOS 5.X) 64bit
CPU : Intel(R) Xeon(R) CPU E5-2630L 0 @ 2.00GHz
And I got a trouble during upgrage centOS 5.x --> 6.x
there is no segmentation fault to execute ippiResizeSqrPixel_8u_C3R in CentOS5.X.
but, here is a segmentation fault in CentOS 6.X
of cause, I re-install IPP libs, and re-compile my binary.
here is a segfault stack.
#0 0x0000000000502e19 in e9_ownpi_CalcBorder8pxLz ()
No symbol table info available.
#1 0x00000000004ebf04 in e9_ownpiResizeSP ()
No symbol table info available.
#2 0x00000000004c75c9 in e9_ippiResizeSqrPixel_8u_C3R ()
What's unique is segfault occur in only special conditions.
============================================
Origial Image Width : 15
Origial Image Hieght : 15
Target Resize Width : 176
Target Resize Height : 176
============================================
SUMMERY
1. when I change target size, it doesn't make segfault.
2. when I execute it in centOS 5.X, it doesn't make segfault.
3. when I change CPU(with CentOS 6.X), it doesn't make segfault.
I guess CPU and IPP and OS has some dependency.
Would somebody help me please?