Edit report at https://bugs.php.net/bug.php?id=52943&edit=1

 ID:               52943
 Updated by:       [email protected]
 Reported by:      tzhang at bankofcanada dot ca
 Summary:          iconv call causes core dump
-Status:           Feedback
+Status:           No Feedback
 Type:             Bug
 Package:          ICONV related
 Operating System: Solaris 10
 PHP Version:      5.3.3

 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


Previous Comments:
------------------------------------------------------------------------
[2011-01-11 04:36:58] jack at gmail dot com

if you install with source code, before make, replace ext/iconv with same 
folder in PHP-5.2.0

succeeded in PHP-5.2.16 on solaris 10 sparc

------------------------------------------------------------------------
[2010-09-29 03:47:35] [email protected]

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.

I can't reproduce this.

------------------------------------------------------------------------
[2010-09-28 21:08:47] tzhang at bankofcanada dot ca

Description:
------------
I have PHP 5.3.3 and libiconv 1.13 on a Solaris machine.

When I run the following script. it coredumps.
The same script runs fine with PHP 5.2.6 and libiconv 1.11.

$ more test.php
<?php
$str = "économiques";
$str = iconv('UTF-8', 'UTF-8//IGNORE', $str);

print "$str\n";
?>


$php test.php
Segmentation Fault (core dumped)



Test script:
---------------
<?php
$str = "économiques";
$str = iconv('UTF-8', 'UTF-8//IGNORE', $str);

print "$str\n";
?>



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=52943&edit=1

Reply via email to