| Anonymous | Login | Signup for a new account | 2013-05-18 09:38 PDT | ![]() |
| Main | My View | View Issues | Change Log | Repositories |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0000464 | Friendica | backend | public | 2012-08-05 23:42 | 2012-08-06 23:13 | ||||||
| Reporter | jpaechnatz | ||||||||||
| Assigned To | |||||||||||
| Priority | high | Severity | crash | Reproducibility | always | ||||||
| Status | new | Resolution | open | ||||||||
| Platform | Linux | OS | Debian | OS Version | Stable | ||||||
| Product Version | dev | ||||||||||
| Fixed in Version | |||||||||||
| Summary | 0000464: zend_mm_heap corrupted ... | ||||||||||
| Description | Since git pull this morning, site does not work like expected. zend_mm_heap corrupted | ||||||||||
| Steps To Reproduce | Browser Cache cleared before posting here etc. Simply reload... | ||||||||||
| Additional Information | zend_mm_heap corrupted [Mon Aug 06 06:24:54 2012] [error] [client 62.206.86.158] PHP Fatal error: Clas s 'App' not found in /var/www/boot.php on line 1307, referer: https://geknupp.de [^] / [Mon Aug 06 06:24:55 2012] [notice] child pid 8730 exit signal Segmentation faul t (11) [Mon Aug 06 06:25:06 2012] [error] [client 62.206.86.158] PHP Parse error: synt ax error, unexpected ')' in /var/www/include/network.php on line 767, referer: h ttps://geknupp.de/profile/joh [^] *** longjmp causes uninitialized stack frame ***: /usr/sbin/apache2 terminated [Mon Aug 06 06:25:06 2012] [error] [client 62.206.86.158] PHP Fatal error: Class 'App' not found in /var/www/boot.php on line 718, referer: https://geknupp.de/profile/joh [^] [Mon Aug 06 06:25:06 2012] [error] [client 62.206.86.158] PHP Fatal error: Class 'App' not found in /var/www/index.php on line 17, referer: https://geknupp.de/profile/joh [^] [Mon Aug 06 06:25:06 2012] [error] [client 62.206.86.158] PHP Parse error: syntax error, unexpected T_REQUIRE_ONCE in /var/www/index.php on line 15, referer: https://geknupp.de/profile/joh [^] zend_mm_heap corrupted [Mon Aug 06 06:25:06 2012] [error] [client 62.206.86.158] PHP Fatal error: Class 'App' not found in /var/www/boot.php on line 1074, referer: https://geknupp.de/profile/joh [^] zend_mm_heap corrupted [Mon Aug 06 06:25:06 2012] [error] [client 62.206.86.158] PHP Fatal error: Class 'App' not found in /var/www/boot.php on line 1074, referer: https://geknupp.de/profile/joh [^] [Mon Aug 06 06:25:06 2012] [error] [client 62.206.86.158] PHP Fatal error: Class 'App' not found in /var/www/index.php on line 17, referer: https://geknupp.de/profile/joh [^] [Mon Aug 06 06:25:07 2012] [notice] child pid 8731 exit signal Segmentation fault (11) [Mon Aug 06 06:25:07 2012] [notice] child pid 10565 exit signal Segmentation fault (11) [Mon Aug 06 06:25:07 2012] [notice] child pid 15253 exit signal Segmentation fault (11) [Mon Aug 06 06:25:08 2012] [notice] child pid 15424 exit signal Segmentation fault (11) [Mon Aug 06 06:25:09 2012] [notice] child pid 15427 exit signal Segmentation fault (11) zend_mm_heap corrupted [Mon Aug 06 06:25:11 2012] [notice] child pid 15433 exit signal Segmentation fault (11) [Mon Aug 06 06:25:12 2012] [notice] child pid 15436 exit signal Segmentation fault (11) AND zend_mm_heap corrupted [Mon Aug 06 06:25:15 2012] [error] [client 62.206.86.158] PHP Fatal error: Class 'App' not found in /var/www/boot.php on line 1201, referer: https://geknupp.de/profile/joh [^] *** longjmp causes uninitialized stack frame ***: /usr/sbin/apache2 terminated [Mon Aug 06 06:25:15 2012] [error] [client 62.206.86.158] PHP Parse error: syntax error, unexpected ';', expecting ')' in /var/www/index.php on line 54, referer: https://geknupp.de/profile/joh [^] [Mon Aug 06 06:25:15 2012] [error] [client 62.206.86.158] PHP Parse error: syntax error, unexpected ')' in Unknown on line 0, referer: https://geknupp.de/profile/joh [^] ======= Backtrace: ========= /lib/libc.so.6(__fortify_fail+0x37)[0x7fc8da449047] /lib/libc.so.6(+0xe3fdd)[0x7fc8da448fdd] /lib/libc.so.6(__longjmp_chk+0x33)[0x7fc8da448f43] /usr/lib/apache2/modules/libphp5.so(_zend_bailout+0x55)[0x7fc8d70c16f5] /usr/lib/apache2/modules/libphp5.so(+0x312f08)[0x7fc8d706df08] /usr/lib/apache2/modules/libphp5.so(+0x20f3f8)[0x7fc8d6f6a3f8] /usr/lib/apache2/modules/libphp5.so(zend_error+0x69c)[0x7fc8d70c0d2c] /usr/lib/apache2/modules/libphp5.so(zend_fetch_class+0x1d0)[0x7fc8d70b7140] /usr/lib/apache2/modules/libphp5.so(+0x38cca1)[0x7fc8d70e7ca1] /usr/lib/apache2/modules/libphp5.so(execute+0x210)[0x7fc8d70e91a0] /usr/lib/php5/20090626/suhosin.so(+0x153b0)[0x7fc8cde3e3b0] ...I shorten the backtrace information... full log available if needed. | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Notes |
|
|
(0000731) macgirvin (administrator) 2012-08-06 05:28 |
I'm not seeing anything in the commits that might trigger such a low level segfault. zend_* functions are often php internals. Could you roll back to a tag from the prior day and see if things return to normal? Then perhaps move forward one commit at a time to see what triggers it. |
|
(0000732) jpaechnatz (developer) 2012-08-06 06:11 |
How could I rollback to Friday for example? The last commit id on Friday was 0c67649c08d7396e3cfd137064de56305b361f8f I am not so deep into git... |
|
(0000733) macgirvin (administrator) 2012-08-06 15:40 |
git checkout 0c67649c08d73 You usually don't need the full patch id - the first 8-10 characters will often identify it uniquely. You can do this for any revision which has already been pulled and exists in your working tree. If you want to get back to the head at any time git checkout master |
|
(0000735) jpaechnatz (developer) 2012-08-06 22:48 |
Ok SOLVED. - Switched to 0c67649c08d73 - Cleared browser cache. - No errors in Apache2. - checkout master. - Cleared browser cache. - No errors in Apache2. - Site was slow/sluggish... - mysqlcheck/optimize... reduced the db size by 50MB... now responsiveness is better. I don't know what caused this errors before... no system/software updates... |
|
(0000736) macgirvin (administrator) 2012-08-06 23:13 |
Stumped here too, but as long as it works... |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-08-05 23:42 | jpaechnatz | New Issue | |
| 2012-08-06 05:28 | macgirvin | Note Added: 0000731 | |
| 2012-08-06 06:11 | jpaechnatz | Note Added: 0000732 | |
| 2012-08-06 15:40 | macgirvin | Note Added: 0000733 | |
| 2012-08-06 22:48 | jpaechnatz | Note Added: 0000735 | |
| 2012-08-06 23:13 | macgirvin | Note Added: 0000736 | |
| Copyright © 2000 - 2010 MantisBT Group |