Advertisement
Guest User

Untitled

a guest
Sep 27th, 2011
624
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fff6ad40000
  2. Core was generated by `php /nfs-home/home/kurt/cronjobs/process_all_raw_data_day.php'.
  3. Program terminated with signal 11, Segmentation fault.
  4. #0 0x000000000057cd28 in zend_mm_remove_from_free_list (heap=0x18e1f7c0, size=71) at /usr/src/debug/php-5.3.3/Zend/zend_alloc.c:826
  5. 826 ZEND_MM_CHECK_TREE(mm_block);
  6. (gdb) bt
  7. #0 0x000000000057cd28 in zend_mm_remove_from_free_list (heap=0x18e1f7c0, size=71) at /usr/src/debug/php-5.3.3/Zend/zend_alloc.c:826
  8. #1 _zend_mm_alloc_int (heap=0x18e1f7c0, size=71) at /usr/src/debug/php-5.3.3/Zend/zend_alloc.c:1938
  9. #2 0x00000000005a8a85 in _zend_hash_index_update_or_next_insert (ht=0x1a022d48, h=6788, pData=0x7fff6ad17188, nDataSize=8, pDest=0x7fff6ad17190, flag=454361624) at /usr/src/debug/php-5.3.3/Zend/zend_hash.c:388
  10. #3 0x00000000005efa01 in zend_fetch_dimension_address_inner (result=0x2b45c2dae1b8, container_ptr=<value optimized out>, dim=0x199570d0, dim_is_tmp_var=<value optimized out>, type=1)
  11. at /usr/src/debug/php-5.3.3/Zend/zend_hash.h:345
  12. #4 zend_fetch_dimension_address (result=0x2b45c2dae1b8, container_ptr=<value optimized out>, dim=0x199570d0, dim_is_tmp_var=<value optimized out>, type=1) at /usr/src/debug/php-5.3.3/Zend/zend_execute.c:891
  13. #5 0x000000000061de40 in ZEND_ASSIGN_DIM_SPEC_CV_CV_HANDLER (execute_data=0x2b45c2da7d40) at /usr/src/debug/php-5.3.3/Zend/zend_vm_execute.h:29468
  14. #6 0x00000000005bdcdb in execute (op_array=0x1906c6c0) at /usr/src/debug/php-5.3.3/Zend/zend_vm_execute.h:107
  15. #7 0x000000000059a285 in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /usr/src/debug/php-5.3.3/Zend/zend.c:1194
  16. #8 0x000000000054b178 in php_execute_script (primary_file=0x7fff6ad19940) at /usr/src/debug/php-5.3.3/main/main.c:2260
  17. #9 0x000000000062300e in main (argc=2, argv=0x7fff6ad19af8) at /usr/src/debug/php-5.3.3/sapi/cli/php_cli.c:1192
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement