Problems after Update to OS X 10.8.2

urs

Well-Known Member
#1
My server crashes regularely since i updated theserver to OS X 10.8.2.
It restart auto, but how can i fix that?

15.10.12 10:32:12,679 ReportCrash[729]: Saved crash report for lsphp[526] version ??? to /Library/Logs/DiagnosticReports/lsphp_2012-10-15-103212_webserver.crash


Crash Log:
Process: lsphp [70190]
Path: /usr/local/lsws/fcgi-bin/lsphp
Identifier: lsphp
Version: ???
Code Type: X86-64 (Native)
Parent Process: lsphp [68968]
User ID: -2

Date/Time: 2012-10-15 06:00:48.994 +0200
OS Version: Mac OS X 10.8.2 (12C54)
Report Version: 10

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018

VM Regions Near 0x18:
-->
__TEXT 0000000100000000-00000001007db000 [ 8044K] r-x/rwx SM=COW /usr/local/lsws/fcgi-bin/lsphp
 

urs

Well-Known Member
#9
Any news?

Since i have recompiled the php, it start hundrets of lsphp processes on the server and the server gets slower and slower.....
 

webizen

Well-Known Member
#10
crash report has this. seems lsphp5 crashed due to underline xml extension error.

can you compile php 5.3 instead of 5.4?

...
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 lsphp5 0x000000010b118d04 zend_llist_add_element + 20
1 lsphp5 0x000000010ac378ee _php_list_set_error_structure + 222
2 lsphp5 0x000000010ac37fb6 php_libxml_structured_error_handler + 38
3 libxml2.2.dylib 0x00007fff8b24a9d2 __xmlRaiseError + 1453
4 libxml2.2.dylib 0x00007fff8b24ea35 htmlParseErr + 152
5 libxml2.2.dylib 0x00007fff8b24f49c htmlParseStartTag + 210
6 libxml2.2.dylib 0x00007fff8b24ff35 htmlParseContentInternal + 938
7 libxml2.2.dylib 0x00007fff8b25039f htmlParseDocument + 665
...
 

urs

Well-Known Member
#11
Back to php 5.3.18

No more crashes but still the problem with the lsphp processes and a very very slow server!

HELP! PLS
 

webizen

Well-Known Member
#13
not many lsphp5 processes (7 of them) from what i see. you server load isn't much. there is no WaitQ for lsphp5 external app in real-stats chart. pls be more specific about the slowness if still there.
 
Top