File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,9 @@ compiler:
18
18
before_install :
19
19
# Enable core dumps
20
20
# https://github.com/springmeyer/travis-coredump/blob/master/.travis.yml
21
- - ulimit -c unlimited -S
22
21
- ulimit -a -S
23
- - ulimit -a -H
24
- - cat /proc/sys/kernel/core_pattern
25
- - cat /etc/default/apport
26
- - service --status-all || true
27
- - initctl list || true
22
+ - ulimit -a -H
23
+ - ulimit -c unlimited -S
28
24
- ./tests/tests-environment.sh
29
25
30
26
script :
@@ -36,6 +32,7 @@ after_success:
36
32
37
33
after_script :
38
34
- " xpra stop :99"
35
+ - find ./ -maxdepth 1 -name 'core*'
39
36
- for i in $(find ./ -maxdepth 1 -name 'core*' -print); do gdb $(pwd)/test core* -ex "thread apply all bt" -ex "set pagination 0" -batch; done;
40
37
41
38
branches :
You can’t perform that action at this time.
0 commit comments