Hi,
I've been trying to run garbd with
garbd -a "gcomm://10.20.1.241:3306,10.20.1.85:3306" -g antlabscluster --log /tmp/garbd.log
terminate called after throwing an instance of 'gu::NotSet'
Aborted (core dumped)
On I set the ulimit -c unlimited so that I can get a core dump.
I do not know if it is related to MDEV-9961 is it the same or different problem.
If I do strace I get.
open("/tmp/garbd.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 3
fstat(3,
{st_mode=S_IFREG|0666, st_size=14010, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b404d717000
fstat(3, {st_mode=S_IFREG|0666, st_size=14010, ...}
) = 0
lseek(3, 14010, SEEK_SET) = 14010
open("/etc/localtime", O_RDONLY) = 4
fstat(4,
{st_mode=S_IFREG|0644, st_size=402, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=402, ...}
) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b404d718000
read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\27\206\203\205\243\272gN\220\300\n\344`\312\263\345`\313\221_\10\322Hm\360\367\272M\210\26\221\365\10\1\2\3\4\5\4\6\7\0\0a]\0\0\0\0bp\0\4\0\0g"..., 4096) = 402
lseek(4, -231, SEEK_CUR) = 171
read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0\t\0\0\0\0\0\0\0\t\0\0\0\t\0\0\0\33\377\377\377\377~6S\243\377\377\377\377\206\203\205\243\377\377\377\377\272gN\220\377\377\377\377\300\n\344`\377\377\377\377\312\263\345`\377\377\377\377\313\221_\10\377\377\377\377\322Hm"..., 4096) = 231
close(4) = 0
munmap(0x2b404d718000, 4096) = 0
write(3, "2016-09-27 11:40:34.782 INFO: CRC-32C: using hardware acceleration.\n", 69) = 69
write(3, "2016-09-27 11:40:34.783 INFO: Read config: \n\tdaemon: 0\n\tname: garb\n\taddress: gcomm://10.20.1.2"..., 289) = 289
brk(0x11a02000) = 0x11a02000
mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b404d729000
open("/proc/meminfo", O_RDONLY) = 4
fstat(4,
{st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b404d74a000
read(4, "MemTotal: 16436064 kB\nMemFree: 12438760 kB\nBuffers: 922700 kB\nCached: 248598"..., 1024) = 777
close(4) = 0
munmap(0x2b404d74a000, 4096) = 0
open("/proc/meminfo", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}
) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b404d74a000
read(4, "MemTotal: 16436064 kB\nMemFree: 12438760 kB\nBuffers: 922700 kB\nCached: 248598"..., 1024) = 777
close(4) = 0
munmap(0x2b404d74a000, 4096) = 0
mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b404d74a000
mmap(NULL, 1052672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b404d76b000
clock_gettime(CLOCK_MONOTONIC,
{9147258, 841109363}
) = 0
futex(0x3e2260d350, FUTEX_WAKE_PRIVATE, 2147483647) = 0
write(3, "2016-09-27 11:40:34.784 INFO: protonet asio version 0\n", 55) = 55
epoll_create(20000) = 4
pipe([5, 6]) = 0
fcntl(5, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
fcntl(6, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
epoll_ctl(4, EPOLL_CTL_ADD, 5, {EPOLLIN|EPOLLERR|EPOLLET, {u32=295622832, u64=295622832}}) = 0
write(6, "\0", 1) = 1
write(3, "2016-09-27 11:40:34.785 INFO: Using CRC-32C for message checksums.\n", 68) = 68
write(2, "terminate called after throwing an instance of '", 48terminate called after throwing an instance of ') = 48
write(2, "gu::NotSet", 10gu::NotSet) = 10
write(2, "'\n", 2'
) = 2
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(29501, 29501, SIGABRT) = 0
— SIGABRT (Aborted) @ 0 (0) —
+++ killed by SIGABRT (core dumped) +++
From gdb "which garbd" core.x
I get
gdb 'which garbd' core.27935
GNU gdb (GDB) CentOS (7.0.1-45.el5.centos)
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
which garbd: No such file or directory.
[New Thread 27935]
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fff302c0000
Core was generated by `garbd -a gcomm://10.20.1.241:3306,10.20.1.85:3306 -g antlabscluster --log /tmp/'.
Program terminated with signal 6, Aborted.
#0 0x0000003e1e02ffc5 in ?? ()
(gdb) where
#0 0x0000003e1e02ffc5 in ?? ()
(gdb) bt full
#0 0x0000003e1e02ffc5 in ?? ()
No symbol table info available.
(gdb)
Is there something I'm missing in the configuration or something in my system?
Regards,
Michael
{"report":{"fcp":977.9000000953674,"ttfb":178.40000009536743,"pageVisibility":"visible","entityId":58250,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"10a6194b-c468-49e2-aee3-40c5906af675","navigationType":0,"readyForUser":1045.6000003814697,"redirectCount":0,"resourceLoadedEnd":1241.5,"resourceLoadedStart":183.5,"resourceTiming":[{"duration":331.7000002861023,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":183.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":183.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":515.2000002861023,"responseStart":0,"secureConnectionStart":0},{"duration":331.7999997138977,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":183.7000002861023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":183.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":515.5,"responseStart":0,"secureConnectionStart":0},{"duration":340.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":183.80000019073486,"connectEnd":183.80000019073486,"connectStart":183.80000019073486,"domainLookupEnd":183.80000019073486,"domainLookupStart":183.80000019073486,"fetchStart":183.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":183.80000019073486,"responseEnd":523.9000000953674,"responseStart":523.9000000953674,"secureConnectionStart":183.80000019073486},{"duration":403.1000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":184,"connectEnd":184,"connectStart":184,"domainLookupEnd":184,"domainLookupStart":184,"fetchStart":184,"redirectEnd":0,"redirectStart":0,"requestStart":184,"responseEnd":587.1000003814697,"responseStart":587.1000003814697,"secureConnectionStart":184},{"duration":406.2999997138977,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":184.2000002861023,"connectEnd":184.2000002861023,"connectStart":184.2000002861023,"domainLookupEnd":184.2000002861023,"domainLookupStart":184.2000002861023,"fetchStart":184.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":184.2000002861023,"responseEnd":590.5,"responseStart":590.5,"secureConnectionStart":184.2000002861023},{"duration":406.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":184.40000009536743,"connectEnd":184.40000009536743,"connectStart":184.40000009536743,"domainLookupEnd":184.40000009536743,"domainLookupStart":184.40000009536743,"fetchStart":184.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":184.40000009536743,"responseEnd":590.9000000953674,"responseStart":590.9000000953674,"secureConnectionStart":184.40000009536743},{"duration":406.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":184.60000038146973,"connectEnd":184.60000038146973,"connectStart":184.60000038146973,"domainLookupEnd":184.60000038146973,"domainLookupStart":184.60000038146973,"fetchStart":184.60000038146973,"redirectEnd":0,"redirectStart":0,"requestStart":184.60000038146973,"responseEnd":591.2000002861023,"responseStart":591.2000002861023,"secureConnectionStart":184.60000038146973},{"duration":479.09999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":184.80000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":184.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":663.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":406.90000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":184.90000009536743,"connectEnd":184.90000009536743,"connectStart":184.90000009536743,"domainLookupEnd":184.90000009536743,"domainLookupStart":184.90000009536743,"fetchStart":184.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":184.90000009536743,"responseEnd":591.8000001907349,"responseStart":591.8000001907349,"secureConnectionStart":184.90000009536743},{"duration":479,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":185.10000038146973,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":185.10000038146973,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":664.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":407,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":185.30000019073486,"connectEnd":185.30000019073486,"connectStart":185.30000019073486,"domainLookupEnd":185.30000019073486,"domainLookupStart":185.30000019073486,"fetchStart":185.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":185.30000019073486,"responseEnd":592.3000001907349,"responseStart":592.3000001907349,"secureConnectionStart":185.30000019073486},{"duration":553.7999997138977,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":190.10000038146973,"connectEnd":190.10000038146973,"connectStart":190.10000038146973,"domainLookupEnd":190.10000038146973,"domainLookupStart":190.10000038146973,"fetchStart":190.10000038146973,"redirectEnd":0,"redirectStart":0,"requestStart":190.10000038146973,"responseEnd":743.9000000953674,"responseStart":743.9000000953674,"secureConnectionStart":190.10000038146973},{"duration":1016.2999997138977,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":190.2000002861023,"connectEnd":190.2000002861023,"connectStart":190.2000002861023,"domainLookupEnd":190.2000002861023,"domainLookupStart":190.2000002861023,"fetchStart":190.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":190.2000002861023,"responseEnd":1206.5,"responseStart":1206.5,"secureConnectionStart":190.2000002861023},{"duration":118.40000009536743,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":691.7000002861023,"connectEnd":691.7000002861023,"connectStart":691.7000002861023,"domainLookupEnd":691.7000002861023,"domainLookupStart":691.7000002861023,"fetchStart":691.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":691.7000002861023,"responseEnd":810.1000003814697,"responseStart":810.1000003814697,"secureConnectionStart":691.7000002861023},{"duration":310,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":931.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":931.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1241.5,"responseStart":0,"secureConnectionStart":0},{"duration":286.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":932.4000000953674,"connectEnd":932.4000000953674,"connectStart":932.4000000953674,"domainLookupEnd":932.4000000953674,"domainLookupStart":932.4000000953674,"fetchStart":932.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":932.4000000953674,"responseEnd":1219,"responseStart":1219,"secureConnectionStart":932.4000000953674},{"duration":292.90000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/097ae97cb8fbec7d6ea4bbb1f26955b9-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/js/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":932.8000001907349,"connectEnd":932.8000001907349,"connectStart":932.8000001907349,"domainLookupEnd":932.8000001907349,"domainLookupStart":932.8000001907349,"fetchStart":932.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":932.8000001907349,"responseEnd":1225.7000002861023,"responseStart":1225.7000002861023,"secureConnectionStart":932.8000001907349}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":25,"responseStart":179,"responseEnd":184,"domLoading":182,"domInteractive":1272,"domContentLoadedEventStart":1272,"domContentLoadedEventEnd":1311,"domComplete":1652,"loadEventStart":1652,"loadEventEnd":1653,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1247.7000002861023},{"name":"bigPipe.sidebar-id.end","time":1248.5},{"name":"bigPipe.activity-panel-pipe-id.start","time":1248.5},{"name":"bigPipe.activity-panel-pipe-id.end","time":1249.8000001907349},{"name":"activityTabFullyLoaded","time":1324.7000002861023}],"measures":[],"correlationId":"65dd625bce0548","effectiveType":"4g","downlink":9.3,"rtt":0,"serverDuration":100,"dbReadsTimeInMs":11,"dbConnsTimeInMs":19,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
from Michaelv:
Hi All,
I found the problem. For this you need to do this:
yum install boost141-program-options
After that it works.
Regards,
Michael