Re: [PHP] Segmentation fault while fetching BLOB data from mysql with ODBC

2012-04-26 Thread shiplu
On Thursday, April 26, 2012, Leandro Dardini wrote: > Anyone has experienced segmentation fault while reading blob (longblog) > data from mysql using ODBC? > > If not, can you provide me few rows of code to show me how you fetch it? > > I am using php 5.3.3 and this code segfaults: > > $conn=odbc_

Re: [PHP] Segmentation Fault

2011-07-24 Thread Floyd Resler
On Jul 23, 2011, at 9:14 PM, Nilesh Govindarajan wrote: > On 07/23/2011 09:38 PM, Floyd Resler wrote: >> I moved to our new server which is using 5.3.2. I'm getting a segmentation >> fault error on certain ODBC queries I run. For some reason when I ask for >> particular columns from the datab

Re: [PHP] Segmentation Fault

2011-07-23 Thread Nilesh Govindarajan
On 07/23/2011 09:38 PM, Floyd Resler wrote: > I moved to our new server which is using 5.3.2. I'm getting a segmentation > fault error on certain ODBC queries I run. For some reason when I ask for > particular columns from the database table I get the error. The error is > Program received si

Re: [PHP] Segmentation fault in php5-imap

2008-12-23 Thread Nathan Nobbe
On Tue, Dec 23, 2008 at 12:34 PM, Dan Osipov wrote: > Hello, > > I have a CLI PHP script I'm running on a Debian Etch server every 15 > minutes, that downloads messages from NNTP server using PHP imap functions. > The script is working fine on several Windows systems, and other Linux > servers, bu

Re: [PHP] Segmentation fault on PHP CLI

2007-08-10 Thread Richard Lynch
On Thu, August 9, 2007 8:43 am, Martin Marques wrote: > I have a script which I run from cron. I'm testing it directly from > the > console: > > /usr/bin/php -f /path/to/script.php > > The thing is: > > Script executes great, and everything it has to do gets done, but it > throughs a segmentatio

Re: [PHP] Segmentation fault on PHP CLI

2007-08-09 Thread Martin Marques
Stut wrote: Martin Marques wrote: I have a script which I run from cron. I'm testing it directly from the console: /usr/bin/php -f /path/to/script.php The thing is: Script executes great, and everything it has to do gets done, but it throughs a segmentation fault at the end. Is there any

Re: [PHP] Segmentation fault on PHP CLI

2007-08-09 Thread Stut
Martin Marques wrote: I have a script which I run from cron. I'm testing it directly from the console: /usr/bin/php -f /path/to/script.php The thing is: Script executes great, and everything it has to do gets done, but it throughs a segmentation fault at the end. Is there anyway to debug

Re: [PHP] segmentation fault - my fault?

2007-02-12 Thread Jeremy Privett
Jim Lucas wrote: Marc Weber wrote: Does this script cause a segmentation fault running on your php interpreter, too? = === = === My version: [EMAIL PROTECTED] ~ $

Re: [PHP] segmentation fault - my fault?

2007-02-12 Thread Jochem Maas
Jim Lucas wrote: > Jochem Maas wrote: >> Marc Weber wrote: >>> Does this script cause a segmentation fault running on your php >>> interpreter, too? >>> >>> = === >>> >> >>> function fa() >>> { >>> $res = array(); >>> foreach(func

Re: [PHP] segmentation fault - my fault?

2007-02-12 Thread Jim Lucas
Jim Lucas wrote: Jochem Maas wrote: Marc Weber wrote: Does this script cause a segmentation fault running on your php interpreter, too? = === you can't use the return value of func_get_args() directly in this way. you must do t

Re: [PHP] segmentation fault - my fault?

2007-02-12 Thread Jim Lucas
Jochem Maas wrote: Marc Weber wrote: Does this script cause a segmentation fault running on your php interpreter, too? = === you can't use the return value of func_get_args() directly in this way. you must do this instead: $arg

Re: [PHP] segmentation fault - my fault?

2007-02-12 Thread Jim Lucas
Marc Weber wrote: Does this script cause a segmentation fault running on your php interpreter, too? = === = === My version: [EMAIL PROTECTED] ~ $ php -v PHP 5.1.6-p

Re: [PHP] segmentation fault - my fault?

2007-02-12 Thread Jeremy Privett
Jochem Maas wrote: Marc Weber wrote: Does this script cause a segmentation fault running on your php interpreter, too? = === you can't use the return value of func_get_args() directly in this way. you must do this instea

Re: [PHP] segmentation fault - my fault?

2007-02-12 Thread Jochem Maas
Marc Weber wrote: > Does this script cause a segmentation fault running on your php > interpreter, too? > > = === > > function fa() > { > $res = array(); > foreach(func_get_args() as $a) you can't use the return value of func_

Re: [PHP] Segmentation fault using imap_open

2006-12-12 Thread Chris
Richard Morris wrote: Hello all, I was experimenting with the imap_* library functions trying to see if I could get a PHP script to access a folder on our IMAP server and I ran into a problem. I was trying to get a simple script to work which simply opened a connection to the mail server an

RE: [PHP] Segmentation Fault

2004-11-19 Thread Ford, Mike
To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm On 18 November 2004 02:10, Jerry Swanson wrote: > I have index.php file. > On one server it executes with no problem. > On another server it gives me Segmentation Fault error. > >

RE: [PHP] Segmentation fault problem

2004-01-23 Thread E. Stuart Hicks
ge- From: Martin Luethi [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 5:34 AM To: [EMAIL PROTECTED] Cc: E. Stuart Hicks Subject: RE: [PHP] Segmentation fault problem the function who is causing the seg fault is preg_match_all maybe this helps (http://bugs.php.net/bug.php?id=20698):

RE: [PHP] Segmentation fault problem

2004-01-23 Thread E. Stuart Hicks
AIL PROTECTED] Sent: Friday, January 23, 2004 5:34 AM To: [EMAIL PROTECTED] Cc: E. Stuart Hicks Subject: RE: [PHP] Segmentation fault problem the function who is causing the seg fault is preg_match_all maybe this helps (http://bugs.php.net/bug.php?id=20698): [28 Nov 2002 6:26am EST] thingol at mail do

RE: [PHP] Segmentation fault problem

2004-01-23 Thread Martin Luethi
L PROTECTED] Sent: Thursday, January 22, 2004 2:07 PM To: 'Martin Luethi'; [EMAIL PROTECTED] Subject: RE: [PHP] Segmentation fault problem I still can't access anything on bugs.php.net so I'm not sure exactly what you need. I grabbed all of the execute() frames,

RE: [PHP] Segmentation fault problem

2004-01-22 Thread E. Stuart Hicks
x27;Martin Luethi'; [EMAIL PROTECTED] Subject: RE: [PHP] Segmentation fault problem I still can't access anything on bugs.php.net so I'm not sure exactly what you need. I grabbed all of the execute() frames, though, and ran that print function and got this: (gdb) print (ch

RE: [PHP] Segmentation fault problem

2004-01-22 Thread E. Stuart Hicks
sday, January 22, 2004 2:24 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Segmentation fault problem each php function is executed by the internal function "execute()" please include the details about this frames also (configure php with --enable-debug first) e.g.: (gdb) frame 6 o

Re: [PHP] Segmentation fault problem

2004-01-22 Thread Martin Luethi
each php function is executed by the internal function "execute()" please include the details about this frames also (configure php with --enable-debug first) e.g.: (gdb) frame 6 output... (gdb) print (char *)(executor_globals.function_state_ptr->function)- >common.function_name output... with thi

Re: [PHP] Segmentation Fault

2003-08-15 Thread Curt Zirzow
* Thus wrote Jackson Miller ([EMAIL PROTECTED]): > I am running a PHP script from the command line that is returning > "Segmentation Fault". I run a lot of script from the command line and have > never seen this before. I don't even know where to begin. http://bugs.php.net/how-to-report.php >

RE: [PHP] Segmentation Fault

2003-08-15 Thread Jay Blanchard
[snip] I am running a PHP script from the command line that is returning "Segmentation Fault". I run a lot of script from the command line and have never seen this before. I don't even know where to begin. I know that PHP is set up to run scripts from the command line and plent of other scrip

Re: [PHP] Segmentation fault and var_dump()

2003-01-09 Thread Jason Wong
On Thursday 09 January 2003 05:59, Rob Brandt wrote: > What is wrong? It only does this when the var_dump() is present; > comment it out and there is no segmentation fault (but the script > still doesn't work right). With it present, the seg faults every > time. You can try using print_r() inst