Project

General

Profile

Actions

Bug #15714

closed

Apache-crash at content rendering

Added by Ingo Schommer about 18 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2006-03-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Just upgraded from 3.8.0 to 4.0rc1 - backend works flawless.
Frontend does not show up and crashes Apache (see detailed info below).
"[notice] child pid 4810 exit signal Illegal instruction (4)"
No PHP-errors are logged.

I tracked down the error to /tslib/class.tslib_fe.php:2588
case 'FUNC':
$incContent = $INTiS_cObj->USER;

Perhapts it's an issue with the new symlinking-process - just in case, my root-directory-structure is attached. I tried both symlinking /tslib into /srv/www/htdocs/web3/typo3/typo3/sysext/cms/tslib, duplicating it into the root-folder, and completely removing it from root - nothing worked out.

thanks in advance!

Mac OS X 10.4
Apache 2.0.52
PHP 5.0.4

drwxrwxr-x 8 ingo www 272 Aug 2 2004 data
drwxrwxrwx 8 ingo www 272 Mar 11 12:17 fileadmin
lrwxr-xr-x 1 ingo www 18 Mar 11 14:57 index.php > tslib/index_ts.php
lrwxr-xr-x 1 ingo www 11 Mar 11 14:58 media -> tslib/media
drwxrwxr-x 22 ingo www 748 May 13 2004 misc
-rw-rw-r-
1 ingo www 5553 Aug 24 2004 senden.php
lrwxr-xr-x 1 ingo www 17 Dec 15 12:30 showpic.php -> tslib/showpic.php
lrwxr-xr-x 1 ingo www 33 Mar 10 18:33 t3lib -> /srv/www/htdocs/web3/typo3/t3lib/
lrwxr-xr-x 1 ingo www 50 Mar 11 15:01 tslib -> /srv/www/htdocs/web3/typo3/typo3/sysext/cms/tslib/
lrwxr-xr-x 1 ingo www 33 Mar 10 18:34 typo3 -> /srv/www/htdocs/web3/typo3/typo3/
drwxrwxrwx 14 ingo www 476 Mar 11 14:24 typo3conf
drwxrwxrwx 12 ingo www 408 Mar 11 12:17 typo3temp
drwxrwxrwx 26 ingo www 884 Mar 11 12:17 uploads
(issue imported from #M2831)

Actions #1

Updated by Wolfgang Klinger about 18 years ago

no solution, but a bunch of hints and further questions:
- try to set the rights to 777
- check memory_limit in php.ini (at least 32 MB)
- try to upgrade your Apache version (2.2.0)
- try to upgrade your PHP version (5.1.2)

Do you use precompiled packages for Mac OS X or do you compile them yourself (via Fink or something like that)?

Actions #2

Updated by Ingo Schommer about 18 years ago

Thanks for the reply, I kinda figured it out: The error was in external code included in the is_styleswitcher-extension (which is incidentally also maintained by me..*g) - some PHP-bug in get_class() seems to crash Apache. I'm trying to fix the extension as soon as possible.

Can someone close this request - or tell me wether I can do this myself?

Actions

Also available in: Atom PDF