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

[PHP] Segmentation fault problem

2004-01-21 Thread E. Stuart Hicks
I can't get onto bugs.php.net right now for some reason so I will post this in here and hope someone finds it. I've recently installed and set up Horde / IMP to access my email from remote. I'm running the Courier mail system and its IMAP daemon. I also have UW IMAP 2002e built into PHP v4.3.4 a