equal
deleted
inserted
replaced
1 Web interface dependencies: |
1 Web interface dependencies: |
2 - perl >= 5.10 |
2 - perl >= 5.10 |
3 - Mojolicious >= 2.98 |
3 - Mojolicious >= 2.98 |
4 - perl-UUID |
4 - perl-UUID |
|
5 - jquery |
5 |
6 |
6 On debian, install libuuid-perl and libmojolicious-perl (from wheezy, the version |
7 On debian, install libuuid-perl and libmojolicious-perl (from wheezy, the version |
7 from squeeze is too old). |
8 from squeeze is too old), and libjs-jquery (from squeeze too). |
8 |
9 |
9 Edit CrashTest.conf and change the paths to match your environment. |
10 Edit CrashTest.conf and change the paths to match your environment. |
10 |
11 |
11 Next, you need to get and build the json branch of minidump-stackwalk from here: |
12 Next, you need to get and build the json branch of minidump-stackwalk from here: |
12 http://hg.mozilla.org/users/tmielczarek_mozilla.com/minidump-stackwalk |
13 http://hg.mozilla.org/users/tmielczarek_mozilla.com/minidump-stackwalk |
17 $ cd obj-breakpad |
18 $ cd obj-breakpad |
18 $ ../google-breakpad/configure && make |
19 $ ../google-breakpad/configure && make |
19 $ cd ../ |
20 $ cd ../ |
20 $ hg clone http://hg.mozilla.org/users/tmielczarek_mozilla.com/minidump-stackwalk -b json |
21 $ hg clone http://hg.mozilla.org/users/tmielczarek_mozilla.com/minidump-stackwalk -b json |
21 $ cd minidump-stackwalk |
22 $ cd minidump-stackwalk |
22 $ patch -p1 <<EOF 1 ↵ |
23 $ patch -p1 <<EOF |
23 diff --git a/stackwalker.cc b/stackwalker.cc |
24 diff --git a/stackwalker.cc b/stackwalker.cc |
24 --- a/stackwalker.cc |
25 --- a/stackwalker.cc |
25 +++ b/stackwalker.cc |
26 +++ b/stackwalker.cc |
26 @@ -250,12 +250,6 @@ |
27 @@ -250,12 +250,6 @@ |
27 case google_breakpad::PROCESS_ERROR_DUPLICATE_REQUESTING_THREADS: |
28 case google_breakpad::PROCESS_ERROR_DUPLICATE_REQUESTING_THREADS: |