From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.5
PHP version:      4.2.0
PHP Bug Type:     Scripting Engine problem
Bug description:  mkdir crashes

Simple test like this makes segmentation fault:
<?

  mkdir('1/fv',0777);

  echo('!!!!!!!!!!!!!!\n\n');

?>
This error occurs in both Apache DSO module and console version.
PHP configures as:
./configure  --with-apxs=/usr/local/apache/bin/apxs
--with-config-file-path=/usr/local/apache/conf --with-mysql=
/usr/local/mysql --with-gd=/usr/local --enable-trans-sid
--enable-versioning --enable-inline-optimization --enabl
e-ftp --enable-dbase --enable-gd-native-ttf --with-ttf
--with-freetype-dir=/usr/local

Here is back trace by gdb from core file:
# gdb php /www/www/clients/alkar/hotline/hotline.alkar.net/php.core 
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i386-unknown-freebsd"...
Core was generated by `php'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libpam.so.1...done.
Reading symbols from
/usr/local/mysql/lib/mysql/libmysqlclient.so.10...done.
Reading symbols from /usr/lib/libz.so.2...done.
Reading symbols from /usr/lib/libcrypt.so.2...done.
Reading symbols from /usr/local/lib/libgd.so.2...done.
Reading symbols from /usr/local/lib/libfreetype.so.9...done.
Reading symbols from /usr/lib/libm.so.2...done.
Reading symbols from /usr/lib/libc.so.4...done.
Reading symbols from /usr/local/lib/libpng.so.5...done.
Reading symbols from /usr/local/lib/libjpeg.so.9...done.
Reading symbols from /usr/libexec/ld-elf.so.1...done.
#0  0x80fed24 in execute (op_array=0x0) at ./zend_execute.c:1602
1602                                                   
EX(Ts)[EX(opline)->result.u.var].var.ptr->is_ref = 0;
(gdb) bt
#0  0x80fed24 in execute (op_array=0x0) at ./zend_execute.c:1602
(gdb) 

-- 
Edit bug report at http://bugs.php.net/?id=16905&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16905&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16905&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16905&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16905&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16905&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16905&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16905&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16905&r=submittedtwice

Reply via email to