Here are some further functions which directly or indirectly
    cause a segfault.  In some cases, the prior function
    invocation screwed up the engine internals, so that the next
    function call resulted in a segfault.

    How to reproduce:

    1. wget http://schumann.cx/do_crash.txt
    2. echo funcname | php do_crash.txt

    Function list

    ob_start();

    socket_iovec_alloc($maxn,$maxn,$maxn);

    exif_thumbnail('',$maxs,$maxn);

    mb_ereg('',$maxs,$maxn);

    mb_ereg_match($maxs);

    mb_eregi('',$maxs,$maxn);

    mb_split($maxn,$maxn,$maxn);

    - Sascha

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

Reply via email to