免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1371 | 回复: 0

[FastDFS] tracker coredump [复制链接]

论坛徽章:
1
15-16赛季CBA联赛之吉林
日期:2017-12-08 11:07:35
发表于 2017-06-29 20:06 |显示全部楼层
本帖最后由 jcrunner 于 2017-06-29 20:27 编辑

跪求鱼大大啊:启动storage tracker coredump了  是什么问题啊
  1. GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-94.el7
  2. Copyright (C) 2013 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-redhat-linux-gnu".
  8. For bug reporting instructions, please see:
  9. <http://www.gnu.org/software/gdb/bugs/>...
  10. Reading symbols from /usr/bin/fdfs_trackerd...done.
  11. [New LWP 31586]
  12. [New LWP 31588]
  13. [New LWP 31587]
  14. [New LWP 31585]
  15. [New LWP 31590]
  16. [New LWP 31584]
  17. [New LWP 31589]
  18. [Thread debugging using libthread_db enabled]
  19. Using host libthread_db library "/lib64/libthread_db.so.1".
  20. Core was generated by `/bin/fdfs_trackerd /home/jiachuang/fastdfs/tracker/conf/tracker.conf'.
  21. Program terminated with signal 11, Segmentation fault.
  22. #0  0x000000000040ff1d in tracker_deal_storage_df_report (pTask=0x20fc0e0) at tracker_service.c:3568
  23. 3568                        path_total_mbs[i] = buff2long(pStatBuff->sz_total_mb);
  24. Missing separate debuginfos, use: debuginfo-install glibc-2.17-157.el7_3.1.x86_64
  25. (gdb) p *(pClientInfo->pStorage)
  26. $1 = {status = 7 '\a', padding = 0 '\000', id = "192.168.1.202\000\000", ip_addr = "192.168.1.202\000\000", version = "5.11\000",
  27.   domain_name = '\000' <repeats 127 times>, psync_src_server = 0x0, path_total_mbs = 0x0, path_free_mbs = 0x0, total_mb = 0, free_mb = 0,
  28.   changelog_offset = 726, sync_until_timestamp = 0, join_time = 1498533606, up_time = 1498737618, store_path_count = 1,
  29.   subdir_count_per_path = 256, upload_priority = 10, storage_port = 23000, storage_http_port = 8888, current_write_path = 0, chg_count = 0,
  30.   trunk_chg_count = 0, stat = {total_upload_count = 0, success_upload_count = 0, total_append_count = 0, success_append_count = 0,
  31.     total_modify_count = 0, success_modify_count = 0, total_truncate_count = 0, success_truncate_count = 0, total_set_meta_count = 0,
  32.     success_set_meta_count = 0, total_delete_count = 0, success_delete_count = 0, total_download_count = 0, success_download_count = 0,
  33.     total_get_meta_count = 0, success_get_meta_count = 0, total_create_link_count = 0, success_create_link_count = 0,
  34.     total_delete_link_count = 0, success_delete_link_count = 0, total_upload_bytes = 0, success_upload_bytes = 0, total_append_bytes = 0,
  35.     success_append_bytes = 0, total_modify_bytes = 0, success_modify_bytes = 0, total_download_bytes = 0, success_download_bytes = 0,
  36.     total_sync_in_bytes = 0, success_sync_in_bytes = 0, total_sync_out_bytes = 0, success_sync_out_bytes = 0, total_file_open_count = 0,
  37.     success_file_open_count = 0, total_file_read_count = 0, success_file_read_count = 0, total_file_write_count = 0,
  38.     success_file_write_count = 0, last_source_update = 0, last_sync_update = 0, last_synced_timestamp = 0, last_heart_beat_time = 1498737620,
  39.     connection = {alloc_count = 256, current_count = 0, max_count = 0}}}
  40. (gdb) p *pStatBuff
  41. $2 = {sz_total_mb = "\000\000\000\000\000\006\066\235", sz_free_mb = "\000\000\000\000\000\006\061\240"}
复制代码

tracker 的log
[2017-06-29 19:59:37] INFO - FastDFS v5.11, base_path=/home/jiachuang/fastdfs/tracker/base, run_by_group=, run_by_user=, connect_timeout=30s, network_timeout=60s, port=22122, bind_addr=, max_connections=256, accept_threads=1, work_threads=4, min_buff_size=8192, max_buff_size=131072, store_lookup=2, store_group=, store_server=0, store_path=0, reserved_storage_space=10.00%, download_server=0, allow_ip_count=-1, sync_log_buff_interval=10s, check_active_interval=120s, thread_stack_size=64 KB, storage_ip_changed_auto_adjust=1, storage_sync_file_max_delay=86400s, storage_sync_file_max_time=300s, use_trunk_file=0, slot_min_size=256, slot_max_size=16 MB, trunk_file_size=64 MB, trunk_create_file_advance=0, trunk_create_file_time_base=02:00, trunk_create_file_interval=86400, trunk_create_file_space_threshold=20 GB, trunk_init_check_occupying=0, trunk_init_reload_from_binlog=0, trunk_compress_binlog_min_interval=0, use_storage_id=0, id_type_in_filename=ip, storage_id_count=0, rotate_error_log=0, error_log_rotate_time=00:00, rotate_error_log_size=0, log_file_keep_days=0, store_slave_file_use_link=0, use_connection_pool=0, g_connection_pool_max_idle_time=3600s


core.zip

218.3 KB, 下载次数: 0

fdfs_trackerd和core文件

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP