GIDForums  

Go Back   GIDForums > Web Hosting Forums > Apache Web Server Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 23-Nov-2003, 10:41
bezak bezak is offline
New Member
 
Join Date: Nov 2003
Posts: 1
bezak is an unknown quantity at this point

child pid xxx exit signal Segmentation fault (11)


Hello.
I have a problem when i am trying to open an imap connection to a server in php

Here is the code:
echo "test";

$a_address = "{servername:143}";
$a_username = "user";
$a_password = "password";

$result = imap_open ($a_address . $a_folder, $a_username, $a_password, $a_flags);

die($result);

On IE i get a message: The page cannot be diplayed and when I look in apache error log, there is a log message:

[Sat Nov 22 14:28:43 2003] [notice] child pid 25742 exit signal Segmentation fault (11)

All mailservers which I tried to connect work, only the one that I need causes this segmentation fault :-(

When i tried to telnet to the mailserver from the computer where apache and php is running it is OK:

telnet servername 143
Trying servername...
Connected to servername.
Escape character is '^]'.
* OK IMAP4 server ready (5.5.021)
1 LOGIN username password
1 OK login successful


What coul be wrong?

PHP Version 4.3.3
Apache/1.3.27


Thanx
  #2  
Old 24-Nov-2003, 09:18
Allowee's Avatar
Allowee Allowee is offline
Regular Member
 
Join Date: May 2003
Location: The Netherlands
Posts: 339
Allowee has a spectacular aura about
hmm,

I think the best thing to do is to search http://bugs.php.net/

if that doesn't help you can create a new bug report on bugs.php.net
__________________
Pastebin
PHP Documentation Site
Allowee's Blog http://allowee.net
 
 

Recent GIDBlogDeveloping GUIs with wxPython (Part 3) by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 17:41.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.