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_
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
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
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
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
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
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
Jim Lucas wrote:
Marc Weber wrote:
Does this script cause a segmentation fault running on your php
interpreter, too?
= ===
= ===
My version:
[EMAIL PROTECTED] ~ $
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
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
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
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
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
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_
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
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.
>
>
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):
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
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,
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
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
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
* 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
>
[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
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
25 matches
Mail list logo