Port-vax archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Panics in netbsd-6



Hi,

Problems in VAXland - trying to compile lang/php54 on netbsd-6 from a few days ago panics without much useful information:

panic: usrptmap space leakage
cpu0: Begin traceback...
panic: usrptmap space leakage
Stack traceback :
         Process is executing in user space.
cpu0: End traceback...

dump to dev 20,1 not possible
(...it reboots)


This is where it would reliably panic:

/bin/sh /usr/pkgsrc/lang/php54/work/php-5.4.17/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/pkgsrc/lang/php54/work/php-5.4.17/ext/fileinfo/libmagic -Iext/fileinfo/ -I/usr/pkgsrc/lang/php54/work/php-5.4.17/ext/fileinfo/ -DPHP_ATOM_INC -I/usr/pkgsrc/lang/php54/work/php-5.4.17/include -I/usr/pkgsrc/lang/php54/work/php-5.4.17/main -I/usr/pkgsrc/lang/php54/work/php-5.4.17 -I/usr/pkgsrc/lang/php54/work/php-5.4.17/ext/date/lib -I/usr/local/include/libxml2 -I/usr/pkgsrc/lang/php54/work/php-5.4.17/TSRM -I/usr/pkgsrc/lang/php54/work/php-5.4.17/Zend -I/usr/local/include -I/usr/include -O1 -fgcse -fstrength-reduce -fgcse-after-reload -pthread -I/usr/local/include -I/usr/include -fvisibility=hidden -c /usr/pkgsrc/lang/php54/work/php-5.4.17/ext/fileinfo/libmagic/apprentice.c -o ext/fileinfo/libmagic/apprentice.lo


When I took out -fgcse -fstrength-reduce -fgcse-after-reload and changed -O1 to -O0, it compiled without panicing so now it's continuing. We'll see if other parts of php54 cause problems, too.

Any ideas?

John Klos


Home | Main Index | Thread Index | Old Index