ID:               32929
 Updated by:       [EMAIL PROTECTED]
 Reported By:      majoros at inma dot ucl dot ac dot be
-Status:           Open
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: fc3
 PHP Version:      4.3.11
 New Comment:

What is the value of $val variable.


Previous Comments:
------------------------------------------------------------------------

[2005-05-03 19:51:37] majoros at inma dot ucl dot ac dot be

Description:
------------
PHP is crashing on some page (segfault), at least on two servers. It
crashes when I try to create a new array element (see code), not
always, but always in the same conditions.

Same with 4.3.10, 4.3.11 and latest cvs. 

configure:

'./configure' '--with-apxs2' '--with-iconv' 

Reproduce code:
---------------
 while ($res=$result->fetchRow(DB_FETCHMODE_ASSOC))
 {
  // TODO: make iconv optional
  foreach ($res as $key=>$val)
   $res[$key]=iconv("ISO-8859-1","UTF-8",$val);
////// CRASHING ON FOLLOWING LINE AFTER 5 ITERATIONS (DATA DEPENDANT)
  $wikireq[$id][]=$res;
 }

Expected result:
----------------
should not crash!

Actual result:
--------------
crash boom, this line in apache error.log:

[Tue May 03 19:33:21 2005] [notice] child pid 10313 exit signal
Segmentation fault (11)


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


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

Reply via email to