diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-22 18:51:55 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-25 18:16:53 +0000 |
commit | 99cd6b59a83336470a35fd0525c06ca475a06e70 (patch) | |
tree | a80a7c657caeddd35d7304c24fc81588f1abd237 /configure.ac | |
parent | 5a4c7614bdba750b3a1d370d862c81a57328fc09 (diff) |
Add a hackish script to reproduce fd.o #34393
The number of messages is arbitrary; the more messages, the more likely
the crash is. 2000 messages seem to cause it reliably, on this laptop.
The script may have race conditions (there are a couple of hard-coded sleep
calls), so I haven't set it up to be run automatically.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 03914e17..6013699a 100644 --- a/configure.ac +++ b/configure.ac @@ -1639,6 +1639,7 @@ dbus/Makefile bus/Makefile tools/Makefile test/Makefile +test/manual/Makefile test/name-test/Makefile doc/Makefile doc/dbus-daemon.1 |