Attention is currently required from: pespin.
2 comments:
File ansible/roles/testenv-coredump-helper/files/testenv-coredump-helper.py:
Patch Set #1, Line 4: # OS#6769: simple webserver to make Osmocom related coredumps available in LXCs
I'm really lacking a big chunk of descriptions here regarding what this script does, where it is spe […]
added a README.md answering those questions.
Patch Set #1, Line 66: # Put coredump into a temporary file and return it
this may be problematic if it ends up in tmpfs, a coredump can be veery large.
The temporary directory gets created in `/tmp`, e.g. `/tmp/tmptlrx_0jr`. The `/tmp` dir is not mounted as tmpfs on the build hosts. I was also curious about the max coredump size, it is set via `/etc/systemd/coredump.conf` and the default is 2GiB which should be reasonable. We can tweak it later if needed IMHO.
To view, visit change 40138. To unsubscribe, or for help writing mail filters, visit settings.