RE: [PHP-DEV] RE: Bug #10581 Updated: signal 6 when starting server

2001-05-02 Thread Faine, Mark

If you get this message more than once, sorry I seem to be having problems
getting any messages through today.

Sorry, seems there was a core file, and since there was (and you didn't give
me any choice) I went ahead and recompiled with debug and installed gdb and
generated a backtrace.

Here it is:

(gdb) bt
#0  0xef114d1c in __sigprocmask () from /usr/lib/libthread.so.1
#1  0xef10ba44 in _resetsig () from /usr/lib/libthread.so.1
#2  0xef10b18c in _sigon () from /usr/lib/libthread.so.1
#3  0xef10dfe0 in _thrp_kill () from /usr/lib/libthread.so.1
#4  0xef07a5d8 in abort () from /usr/lib/libc.so.1
#5  0xee56cacc in ts_resource_read () at zend_ini_scanner_cc.cc:1695
#6  0xee56c7e0 in ts_resource_ex () at zend_ini_scanner_cc.cc:1695
#7  0xee4b8684 in php4_init () at zend_ini_scanner_cc.cc:1695
#8  0xef6624e0 in
__0Fafunc_native_pool_wait_workPFP6GpblockP6HSessionP6HRequest_iUiP6GpblockP
6HSessionP6HRequest ()
   from /export/home1/netscape/bin/https/lib/libns-httpd40.so
#9  0xef661b80 in
__0FNfunc_exec_strP6KFuncStructP6GpblockP6HSessionP6HRequest ()
   from /export/home1/netscape/bin/https/lib/libns-httpd40.so
#10 0xef661e2c in INTfunc_exec () from
/export/home1/netscape/bin/https/lib/libns-httpd40.so
#11 0xef65f974 in INTconf_run_init_functions () from
/export/home1/netscape/bin/https/lib/libns-httpd40.so
#12 0x2eacc in __0FLmagnus_initP6KPRFileDescPCc ()
#13 0x2f204 in main ()
(gdb) 

-Original Message-
From: Anil Madhavapeddy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 01, 2001 7:55 PM
To: Faine, Mark
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DEV] RE: Bug #10581 Updated: signal 6 when starting
server


Without more information it's pretty impossible to solve (I don't have
access to an iPlanet installation at the moment).  Can anyone else look
at the problem with iPlanet 4.x?

Otherwise you'll have to try to dive in yourself, Mark.  Did it work
with an older version of PHP?  Try looking at the SAPI code differences
and see if you can spot what's changed to break it.

Anil

- Original Message -
From: Faine, Mark [EMAIL PROTECTED]
To: 'Bug Database' [EMAIL PROTECTED]
Sent: Tuesday, May 01, 2001 8:29 PM
Subject: [PHP-DEV] RE: Bug #10581 Updated: signal 6 when starting server


 It's possible but it wouldn't be easy, for one I don't have gdb
installed,
 AFAIK it doesn't come with Solaris so I'd have to install it.  Also, I
 compiled with --disable-debug.  Then there the fact there is no core
file
 and I don't even know if I could get any kind of information from
iPlanet
 even if I recompiled and installed gdb.

 -Mark

 -Original Message-
 From: Bug Database [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 01, 2001 2:20 PM
 To: [EMAIL PROTECTED]
 Subject: Bug #10581 Updated: signal 6 when starting server


 ID: 10581
 Updated by: avsm
 Reported By: [EMAIL PROTECTED]
 Status: Feedback
 Bug Type: iPlanet related
 PHP Version: 4.0.5
 Assigned To:
 Comments:

 Hmm, need backtraces from gdb to show where things are going wrong ...
is
 that possible? (not sure if you can get get debugging symbols from
iPlanet)

 Previous Comments:
 --
-

 [2001-05-01 15:16:28] [EMAIL PROTECTED]
 User Feedback:

 Yes, that was the first thing I tried, the server will start with
these
 changes but will timeout on every page, even non-php pages.  No page
will
 load.

 It's Netscape iPlanet Server 4.0 SP5


 --
-

 [2001-05-01 15:00:30] [EMAIL PROTECTED]
 Have you tried these entries in obj.conf ?

 Init fn=load-modules shlib=/path/to/server4/bin/libphp4.so
 funcs=php4_init,php4_close,php4_execute,php4_auth_trans
 Init fn=php4_init LateInit=yes

 These fix a library loading problem; if it doesn't fix yours, then we
have
 to keep on searching.  Incidentally, what version of iPlanet are you
 running?

 --
-

 [2001-05-01 14:47:28] [EMAIL PROTECTED]
 My bug is exactly the same as Bug id #10012, except for my OS/PHP/Web
server
 version
 differences.  I am getting exactly the same error.

 I have set everything up correctly as stated in:
 http://www.php.net/manual/en/install.netscape-enterprise.php

 Error Message follows:

 Status:
 [https-bc_devel]: start failed. (2: unknown early startup error)
 [https-bc_devel]: server terminated (signal 6): watchdog is restarting
it
 [https-bc_devel]: failure: server initialization failed

 Error
 An error occurred during startup.
 The server https-bc_devel was not started.
 Return to process control

 Also, I don't even get that much when I try to start from the console.
I get
 no error
 message at all, logs don't even say what the problem was?  Strange.

 This is still not working, I'd go back to 4.0.4 pl1 but it's got it's
own
 problems.  Anybody?

 --
-

 [2001-05-01 11:43:56] [EMAIL PROTECTED

[PHP-DEV] RE: Bug #10581 Updated: signal 6 when starting server

2001-05-01 Thread Faine, Mark

Yes, that was the first thing I tried, the server will start with these
changes but will timeout on every page, even non-php pages.  No page will
load.

It's Netscape iPlanet Server 4.0 SP5

Thanks
Mark

-Original Message-
From: Bug Database [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 01, 2001 2:01 PM
To: [EMAIL PROTECTED]
Subject: Bug #10581 Updated: signal 6 when starting server


ID: 10581
Updated by: avsm
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: iPlanet related
PHP Version: 4.0.5
Assigned To: 
Comments:

Have you tried these entries in obj.conf ?

Init fn=load-modules shlib=/path/to/server4/bin/libphp4.so
funcs=php4_init,php4_close,php4_execute,php4_auth_trans
Init fn=php4_init LateInit=yes

These fix a library loading problem; if it doesn't fix yours, then we have
to keep on searching.  Incidentally, what version of iPlanet are you
running?

Previous Comments:
---

[2001-05-01 14:47:28] [EMAIL PROTECTED]
My bug is exactly the same as Bug id #10012, except for my OS/PHP/Web server
version
differences.  I am getting exactly the same error.

I have set everything up correctly as stated in:
http://www.php.net/manual/en/install.netscape-enterprise.php

Error Message follows:

Status: 
[https-bc_devel]: start failed. (2: unknown early startup error)
[https-bc_devel]: server terminated (signal 6): watchdog is restarting it 
[https-bc_devel]: failure: server initialization failed 

Error
An error occurred during startup.
The server https-bc_devel was not started.
Return to process control 

Also, I don't even get that much when I try to start from the console. I get
no error
message at all, logs don't even say what the problem was?  Strange.

This is still not working, I'd go back to 4.0.4 pl1 but it's got it's own
problems.  Anybody?

---

[2001-05-01 11:43:56] [EMAIL PROTECTED]
My bug is exactly the same as Bug id #10012, except for my OS/PHP/Web server
version differences.  I am getting exactly the same error.

I have set everything up correctly as stated in:
http://www.php.net/manual/en/install.netscape-enterprise.php

Error Message follows:

Status: 
[https-bc_devel]: start failed. (2: unknown early startup error)
[https-bc_devel]: server terminated (signal 6): watchdog is restarting it 
[https-bc_devel]: failure: server initialization failed 

Error
An error occurred during startup.
The server https-bc_devel was not started.
Return to process control 

Also, I don't even get that much when I try to start from the console. I get
no error message at all, logs don't even say what the problem was?  Strange.


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at
http://bugs.php.net/?id=10581edit=2

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] RE: Bug #10581 Updated: signal 6 when starting server

2001-05-01 Thread Faine, Mark

It's possible but it wouldn't be easy, for one I don't have gdb installed,
AFAIK it doesn't come with Solaris so I'd have to install it.  Also, I
compiled with --disable-debug.  Then there the fact there is no core file
and I don't even know if I could get any kind of information from iPlanet
even if I recompiled and installed gdb.

-Mark

-Original Message-
From: Bug Database [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 01, 2001 2:20 PM
To: [EMAIL PROTECTED]
Subject: Bug #10581 Updated: signal 6 when starting server


ID: 10581
Updated by: avsm
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: iPlanet related
PHP Version: 4.0.5
Assigned To: 
Comments:

Hmm, need backtraces from gdb to show where things are going wrong ... is
that possible? (not sure if you can get get debugging symbols from iPlanet)

Previous Comments:
---

[2001-05-01 15:16:28] [EMAIL PROTECTED]
User Feedback:

Yes, that was the first thing I tried, the server will start with these
changes but will timeout on every page, even non-php pages.  No page will
load.

It's Netscape iPlanet Server 4.0 SP5


---

[2001-05-01 15:00:30] [EMAIL PROTECTED]
Have you tried these entries in obj.conf ?

Init fn=load-modules shlib=/path/to/server4/bin/libphp4.so
funcs=php4_init,php4_close,php4_execute,php4_auth_trans
Init fn=php4_init LateInit=yes

These fix a library loading problem; if it doesn't fix yours, then we have
to keep on searching.  Incidentally, what version of iPlanet are you
running?

---

[2001-05-01 14:47:28] [EMAIL PROTECTED]
My bug is exactly the same as Bug id #10012, except for my OS/PHP/Web server
version
differences.  I am getting exactly the same error.

I have set everything up correctly as stated in:
http://www.php.net/manual/en/install.netscape-enterprise.php

Error Message follows:

Status: 
[https-bc_devel]: start failed. (2: unknown early startup error)
[https-bc_devel]: server terminated (signal 6): watchdog is restarting it 
[https-bc_devel]: failure: server initialization failed 

Error
An error occurred during startup.
The server https-bc_devel was not started.
Return to process control 

Also, I don't even get that much when I try to start from the console. I get
no error
message at all, logs don't even say what the problem was?  Strange.

This is still not working, I'd go back to 4.0.4 pl1 but it's got it's own
problems.  Anybody?

---

[2001-05-01 11:43:56] [EMAIL PROTECTED]
My bug is exactly the same as Bug id #10012, except for my OS/PHP/Web server
version differences.  I am getting exactly the same error.

I have set everything up correctly as stated in:
http://www.php.net/manual/en/install.netscape-enterprise.php

Error Message follows:

Status: 
[https-bc_devel]: start failed. (2: unknown early startup error)
[https-bc_devel]: server terminated (signal 6): watchdog is restarting it 
[https-bc_devel]: failure: server initialization failed 

Error
An error occurred during startup.
The server https-bc_devel was not started.
Return to process control 

Also, I don't even get that much when I try to start from the console. I get
no error message at all, logs don't even say what the problem was?  Strange.


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at
http://bugs.php.net/?id=10581edit=2

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] RE: Bug #10581 Updated: signal 6 when starting server

2001-05-01 Thread Anil Madhavapeddy

Without more information it's pretty impossible to solve (I don't have
access to an iPlanet installation at the moment).  Can anyone else look
at the problem with iPlanet 4.x?

Otherwise you'll have to try to dive in yourself, Mark.  Did it work
with an older version of PHP?  Try looking at the SAPI code differences
and see if you can spot what's changed to break it.

Anil

- Original Message -
From: Faine, Mark [EMAIL PROTECTED]
To: 'Bug Database' [EMAIL PROTECTED]
Sent: Tuesday, May 01, 2001 8:29 PM
Subject: [PHP-DEV] RE: Bug #10581 Updated: signal 6 when starting server


 It's possible but it wouldn't be easy, for one I don't have gdb
installed,
 AFAIK it doesn't come with Solaris so I'd have to install it.  Also, I
 compiled with --disable-debug.  Then there the fact there is no core
file
 and I don't even know if I could get any kind of information from
iPlanet
 even if I recompiled and installed gdb.

 -Mark

 -Original Message-
 From: Bug Database [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 01, 2001 2:20 PM
 To: [EMAIL PROTECTED]
 Subject: Bug #10581 Updated: signal 6 when starting server


 ID: 10581
 Updated by: avsm
 Reported By: [EMAIL PROTECTED]
 Status: Feedback
 Bug Type: iPlanet related
 PHP Version: 4.0.5
 Assigned To:
 Comments:

 Hmm, need backtraces from gdb to show where things are going wrong ...
is
 that possible? (not sure if you can get get debugging symbols from
iPlanet)

 Previous Comments:
 --
-

 [2001-05-01 15:16:28] [EMAIL PROTECTED]
 User Feedback:

 Yes, that was the first thing I tried, the server will start with
these
 changes but will timeout on every page, even non-php pages.  No page
will
 load.

 It's Netscape iPlanet Server 4.0 SP5


 --
-

 [2001-05-01 15:00:30] [EMAIL PROTECTED]
 Have you tried these entries in obj.conf ?

 Init fn=load-modules shlib=/path/to/server4/bin/libphp4.so
 funcs=php4_init,php4_close,php4_execute,php4_auth_trans
 Init fn=php4_init LateInit=yes

 These fix a library loading problem; if it doesn't fix yours, then we
have
 to keep on searching.  Incidentally, what version of iPlanet are you
 running?

 --
-

 [2001-05-01 14:47:28] [EMAIL PROTECTED]
 My bug is exactly the same as Bug id #10012, except for my OS/PHP/Web
server
 version
 differences.  I am getting exactly the same error.

 I have set everything up correctly as stated in:
 http://www.php.net/manual/en/install.netscape-enterprise.php

 Error Message follows:

 Status:
 [https-bc_devel]: start failed. (2: unknown early startup error)
 [https-bc_devel]: server terminated (signal 6): watchdog is restarting
it
 [https-bc_devel]: failure: server initialization failed

 Error
 An error occurred during startup.
 The server https-bc_devel was not started.
 Return to process control

 Also, I don't even get that much when I try to start from the console.
I get
 no error
 message at all, logs don't even say what the problem was?  Strange.

 This is still not working, I'd go back to 4.0.4 pl1 but it's got it's
own
 problems.  Anybody?

 --
-

 [2001-05-01 11:43:56] [EMAIL PROTECTED]
 My bug is exactly the same as Bug id #10012, except for my OS/PHP/Web
server
 version differences.  I am getting exactly the same error.

 I have set everything up correctly as stated in:
 http://www.php.net/manual/en/install.netscape-enterprise.php

 Error Message follows:

 Status:
 [https-bc_devel]: start failed. (2: unknown early startup error)
 [https-bc_devel]: server terminated (signal 6): watchdog is restarting
it
 [https-bc_devel]: failure: server initialization failed

 Error
 An error occurred during startup.
 The server https-bc_devel was not started.
 Return to process control

 Also, I don't even get that much when I try to start from the console.
I get
 no error message at all, logs don't even say what the problem was?
Strange.


 --
-



 ATTENTION! Do NOT reply to this email!
 To reply, use the web interface found at
 http://bugs.php.net/?id=10581edit=2

 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail:
[EMAIL PROTECTED]




-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]