Embperl (1.2.0) causes a core dump when I put in a loop control statement. For
instance, in the following snippet of code, when the 'last' line is reached,
the apache child dumps core.

[- $i = 0 -]
[$ while ($i < 10) $]
   [+ $i +]<br>
   [$ if ($i == 5) $]
      [- last -]
   [$ endif $]
   [- $i++ -]
[$ endwhile $]

The problem occurs regardless of what looping mechanism I use (foreach, while,
etc). Can someone confirm that this problem also occurs on their system,
please?

Regards,
Christian

-----------------
Christian Gilmore
Senior Technical Staff Member
AT&T Labs IP Technology, Florham Park
[EMAIL PROTECTED]
http://www.research.att.com/info/cgilmore

Reply via email to