Welcome! Log In Create A New Profile

Advanced

geoip

Posted by vij 
vij
geoip
July 11, 2011 09:02AM
Hello,

I tried to load the pecl extension http://pecl.php.net/package/geoip
and php childs started crashing soon after that and master started
spwaing new childs every second. Anyone got this working?

-Vij
Antony Dovgal
Re: geoip
July 11, 2011 09:02AM
On 07/06/2011 04:11 PM, vij wrote:
> Hello,
>
> I tried to load the pecl extension http://pecl.php.net/package/geoip
> and php childs started crashing soon after that and master started
> spwaing new childs every second. Anyone got this working?

https://bugs.php.net/bugs-generating-backtrace.php

--
Wbr,
Antony Dovgal
---
http://pinba.org - realtime profiling for PHP
vij
Re: geoip
July 11, 2011 09:02AM
tried to capture the error using core dumps

Program terminated with signal 11, Segmentation fault.
#0 0x0000000000832d38 in ?? ()
(gdb) bt
#0 0x0000000000832d38 in ?? ()
#1 0x0000000000833cb1 in _efree ()
#2 0x0000000000814ac8 in zend_multibyte_read_script ()
#3 0x000000000081394a in open_file_for_scanning ()
#4 0x0000000000813c22 in compile_file ()
#5 0x00000000006865bf in ?? ()
#6 0x00007fd1b43dc9e4 in ?? () from /usr/lib/php/extensions/zend/
xdebug.so
#7 0x0000000000859b86 in zend_execute_scripts ()
#8 0x00000000007e249e in php_execute_script ()
#9 0x000000000094c436 in ?? ()
#10 0x00000039c1c1d994 in __libc_start_main () from /lib64/libc.so.6
#11 0x000000000042d7f9 in _start ()
(gdb)
#0 0x0000000000832d38 in ?? ()
#1 0x0000000000833cb1 in _efree ()
#2 0x0000000000814ac8 in zend_multibyte_read_script ()
#3 0x000000000081394a in open_file_for_scanning ()
#4 0x0000000000813c22 in compile_file ()
#5 0x00000000006865bf in ?? ()
#6 0x00007fd1b43dc9e4 in ?? () from /usr/lib/php/extensions/zend/
xdebug.so
#7 0x0000000000859b86 in zend_execute_scripts ()
#8 0x00000000007e249e in php_execute_script ()
#9 0x000000000094c436 in ?? ()
#10 0x00000039c1c1d994 in __libc_start_main () from /lib64/libc.so.6
#11 0x000000000042d7f9 in _start ()

Can you please check it?

-Vijeesh

On Jul 6, 5:30 pm, Antony Dovgal <t...@daylessday.org> wrote:
> On 07/06/2011 04:11 PM, vij wrote:
>
> > Hello,
>
> > I tried to load the pecl extensionhttp://pecl.php.net/package/geoip
> > and php  childs started crashing soon after that and master started
> > spwaing new childs every second. Anyone got this working?
>
> https://bugs.php.net/bugs-generating-backtrace.php
>
> --
> Wbr,
> Antony Dovgal
> ---http://pinba.org- realtime profiling for PHP
Antony Dovgal
Re: geoip
July 11, 2011 09:02AM
On 07/08/2011 04:04 PM, vij wrote:
> tried to capture the error using core dumps
> Can you please check it?

Unfortunately, without --enable-debug the backtrace is quite useless.

--
Wbr,
Antony Dovgal
---
http://pinba.org - realtime profiling for PHP
Jérôme Loyet
Re: geoip
July 11, 2011 09:02AM
and open a bug report on https://bugs.php.net

2011/7/8 vij <vijeeshk.vijayan@gmail.com>:
> tried to capture the error using core dumps
>
> Program terminated with signal 11, Segmentation fault.
> #0  0x0000000000832d38 in ?? ()
> (gdb) bt
> #0  0x0000000000832d38 in ?? ()
> #1  0x0000000000833cb1 in _efree ()
> #2  0x0000000000814ac8 in zend_multibyte_read_script ()
> #3  0x000000000081394a in open_file_for_scanning ()
> #4  0x0000000000813c22 in compile_file ()
> #5  0x00000000006865bf in ?? ()
> #6  0x00007fd1b43dc9e4 in ?? () from /usr/lib/php/extensions/zend/
> xdebug.so
> #7  0x0000000000859b86 in zend_execute_scripts ()
> #8  0x00000000007e249e in php_execute_script ()
> #9  0x000000000094c436 in ?? ()
> #10 0x00000039c1c1d994 in __libc_start_main () from /lib64/libc.so.6
> #11 0x000000000042d7f9 in _start ()
> (gdb)
> #0  0x0000000000832d38 in ?? ()
> #1  0x0000000000833cb1 in _efree ()
> #2  0x0000000000814ac8 in zend_multibyte_read_script ()
> #3  0x000000000081394a in open_file_for_scanning ()
> #4  0x0000000000813c22 in compile_file ()
> #5  0x00000000006865bf in ?? ()
> #6  0x00007fd1b43dc9e4 in ?? () from /usr/lib/php/extensions/zend/
> xdebug.so
> #7  0x0000000000859b86 in zend_execute_scripts ()
> #8  0x00000000007e249e in php_execute_script ()
> #9  0x000000000094c436 in ?? ()
> #10 0x00000039c1c1d994 in __libc_start_main () from /lib64/libc.so.6
> #11 0x000000000042d7f9 in _start ()
>
> Can you please check it?
>
> -Vijeesh
>
> On Jul 6, 5:30 pm, Antony Dovgal <t...@daylessday.org> wrote:
>> On 07/06/2011 04:11 PM, vij wrote:
>>
>> > Hello,
>>
>> > I tried to load the pecl extensionhttp://pecl.php.net/package/geoip
>> > and php  childs started crashing soon after that and master started
>> > spwaing new childs every second. Anyone got this working?
>>
>> https://bugs.php.net/bugs-generating-backtrace.php
>>
>> --
>> Wbr,
>> Antony Dovgal
>> ---http://pinba.org- realtime profiling for PHP
>
Antony Dovgal
Re: geoip
July 11, 2011 09:02AM
On 07/08/2011 04:22 PM, Jérôme Loyet wrote:
> and open a bug report on https://bugs.php.net

It's not quite clear what this report should be about it in the first place.
So before opening a report you need to get at least some info about the problem.
A reproduce case and a readable backtrace would be nice to have.

--
Wbr,
Antony Dovgal
---
http://pinba.org - realtime profiling for PHP
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 236
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready