We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open("/usr/lib/x86_64-linux-gnu/charset.alias", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=26258, ...}) = 0 mmap(NULL, 26258, PROT_READ, MAP_SHARED, 3, 0) = 0x7fc8973da000 close(3) = 0 futex(0x7fc8958d98f8, FUTEX_WAKE_PRIVATE, 2147483647) = 0 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0} --- +++ killed by SIGSEGV +++ Segmentation fault
[1738571.693428] mydumper[13284]: segfault at 0 ip 00007f096f1ee81d sp 00007fff65cb6000 error 6 in libglib-2.0.so.0.4200.1[7f096f19b000+10c000]
$ mydumper --version mydumper 0.9.1, built against MySQL 5.7.17
mydumper \ --database foobar \ --outputdir ./ \ --tz-utc \ --host 10.0.0.1 \ --user root \ --password foobar \ --port 3306 \ --threads 4 \ --compress-protocol
The text was updated successfully, but these errors were encountered:
What's the status here? I am running into segfault when using --tz-utc as well. The Fix seems trivial?
--tz-utc
/cc @jayme-github
Sorry, something went wrong.
Hi @wjkohnen sorry I didn't see the fix as you made the PR against your own branch
fixes #42
f1f1eb0
d5739cf
No branches or pull requests
The text was updated successfully, but these errors were encountered: