Where can I send crashdumps?
- Posts: 3
- Joined: 7 Feb 2019
I'm getting segmentation faults with FreeFileSync 10.8 on Linuxmint 19 Tara after clicking "Synchronize". I've made a crash dump using instructions found elsewhere on this forum. Where can I send the crashdump?
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
I'm assuming you're on 64-bit Ubuntu and are able to reproduce with the following debugging version:
https://www.mediafire.com/file/lnt32354cfkfygd/FreeFileSync_10.9_beta_Linux.tar.gz
If yes, set up your system as follows so that it will create a crash dump file in folder /tmp/ that you can then send me to analyze the crash:
1. Temporarily set crash dump path:
2. Enable crash dump creation for the FreeFileSync process:
3. reproduce the crash with the FreeFileSync debugging version above
4. Send me the core dump file, e.g. "/tmp/FreeFileSync CrashDump 1536857698.dmp" via email (=> zip it).
https://www.mediafire.com/file/lnt32354cfkfygd/FreeFileSync_10.9_beta_Linux.tar.gz
If yes, set up your system as follows so that it will create a crash dump file in folder /tmp/ that you can then send me to analyze the crash:
1. Temporarily set crash dump path:
echo '/tmp/%e CrashDump %t.dmp' | sudo tee /proc/sys/kernel/core_pattern
ulimit -S -c unlimited FreeFileSync
4. Send me the core dump file, e.g. "/tmp/FreeFileSync CrashDump 1536857698.dmp" via email (=> zip it).
- Posts: 3
- Joined: 7 Feb 2019
Hi Zenju, let's move past the canned response. You still have not answered my question: Where can I send the crashdump? In other words: What is your e-mail address?
Thanks for a good piece of software.
Thanks for a good piece of software.
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
The crash dump file needs to match the above version, or it won't be of much use. The email is found on FFS's home page or FFS's about dialog.
- Posts: 3
- Joined: 7 Feb 2019
All right, will do. Thanks.