'lo there,

  I found a reproducible crash with the current HEAD (have not tried the
  release branch).

  The stacktrace [1] is here

    http://www.sebastian-bergmann.de/stacktrace.txt

  Unfortunetly I can't provide a small reproducing script, what I can
  offer is the following

    http://www.sebastian-bergmann.de/Transformer.phps
    http://www.sebastian-bergmann.de/test.phps

  Changing

    'Foo::tag_open_h1'

  to

    'Foo::not_existing_method'

  in line 4 of test.php causes PHP to crash.

  The change in the aforementioned line causes a call to
  call_user_func() with a not existing method on a static classin line
  329 of Transformer.php.

  --
  [1] The MSVC debugger asked me for the location of a 'chkstk.asm' file
      during startup. I don't have that file, so some symbols are
      missing :-(

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to