Re: [PHP-DEV] Re: Compilation of trunk with --enable-dtrace

2010-06-23 Thread Frederic Hardy
On 06/23/2010 22:43, Johannes Schlüter wrote: Hi, On Wed, 2010-06-23 at 22:04 +0200, Frederic Hardy wrote: f...@witchblade:/usr/home/fch/php/sapi/cli 26> sudo dtrace -ln 'php*:::' -c './php -m' Password: ID PROVIDERMODULE FUNCTION NAME Segmentati

Re: [PHP-DEV] Re: Compilation of trunk with --enable-dtrace

2010-06-23 Thread Johannes Schlüter
Hi, On Wed, 2010-06-23 at 22:04 +0200, Frederic Hardy wrote: > f...@witchblade:/usr/home/fch/php/sapi/cli > 26> sudo dtrace -ln 'php*:::' -c './php -m' > Password: > ID PROVIDERMODULE FUNCTION NAME > Segmentation fault: 11 (core dumped) Well, if DTrace s

Re: [PHP-DEV] Re: Compilation of trunk with --enable-dtrace

2010-06-23 Thread Frederic Hardy
Hello ! zend_dtrace_gen.h is generated during configure using dtrace -h and then the object file is generated using dtrace -G on Solaris and FreeBSD (mac os doesn't need a compiled object files of the probe description). On FreeBSD dtrace -h fails because of a syntax error in a dtrace script that

Re: [PHP-DEV] Re: Compilation of trunk with --enable-dtrace

2010-05-06 Thread David Soria Parra
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 06.05.10 14:55, schrieb Frederic Hardy: > Hello ! > > I don't known why the dtrace version has a relation with the fact that > the file zend_dtrace_gen.h is not in the trunk... > Perhaps you can explain that to me ? zend_dtrace_gen.h is generated d

Re: [PHP-DEV] Re: Compilation of trunk with --enable-dtrace

2010-05-06 Thread Frederic Hardy
Hello ! I don't known why the dtrace version has a relation with the fact that the file zend_dtrace_gen.h is not in the trunk... Perhaps you can explain that to me ? error: zend_dtrace_gen.h: No suchfile or directory Best regards, Fred. -- PHP Internals - PHP Runtime Development Mailing Lis

Re: [PHP-DEV] Re: Compilation of trunk with --enable-dtrace

2010-05-06 Thread Antony Dovgal
On 06.05.2010 15:21, David Soria Parra wrote: > FreeBSD Dtrace is known to be broken because of a syntax issue somewhere > in their DTrace scripts that are included by default. FreeBSD dtrace is > not supported at the moment. Anyway, you need to check the result of dtrace execution and abort with

[PHP-DEV] Re: Compilation of trunk with --enable-dtrace

2010-05-06 Thread David Soria Parra
FreeBSD Dtrace is known to be broken because of a syntax issue somewhere in their DTrace scripts that are included by default. FreeBSD dtrace is not supported at the moment. David On 2010-05-06, Frederic Hardy wrote: > Hello ! > > I'm currently trying to compile the trunk with dtrace under FreeB