JeremyGrosser / tablesnap

Uses inotify to monitor Cassandra SSTables and upload them to S3
BSD 2-Clause "Simplified" License
181 stars 86 forks source link

Seg fault in Docker on CoreOs #61

Closed ppontryagin closed 8 years ago

ppontryagin commented 8 years ago

When running on CoreOs in Docker container I get Segmentation fault (core dumped) Is it supposed to work in this environment?

JeremyGrosser commented 8 years ago

I don't think anybody's ever tested on CoreOS (aside from you, of course). Assuming there's nothing weird about your python binaries, the only thing I can think of that would cause this is some weirdness with inotify. Can you provide the core file, the output of dmesg, and the output of uname -a?

ppontryagin commented 8 years ago

Switched Ubuntu, problem is gone. It seems like problems with inotify. Will use it with Ubuntu :) Anyway, thank you.