php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #465 call to nonexistant function dumps core
Submitted: 1998-06-16 13:58 UTC Modified: 1998-06-19 04:25 UTC
From: chrism at FOUR dot net Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0 Final Release OS: FreeBSD2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
27 + 24 = ?
Subscribe to this entry?

 
 [1998-06-16 13:58 UTC] chrism at FOUR dot net
<?
function test() {
        printf("hello %s!", nonexistant());
}

test();
?>

twinhead: {61} php -q test.p
<br>
<b>Fatal error</b>:  Call to unsupported or undefined function nonexistant() in <b>test.p</b> on line <b>3</b><br>
php in free(): error: chunk is already free.
Abort trap (core dumped)

chrism@FOUR.net

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-06-19 04:25 UTC] zeev
Fixed - thanks for reporting it!
 [2022-03-26 05:04 UTC] giw42161 at uooos dot com
(https://centurylawfirm.in/)gist.github.com
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 04:01:38 2024 UTC