~ubuntu-branches/ubuntu/trusty/mariadb-5.5/trusty-proposed

« back to all changes in this revision

Viewing changes to storage/tokudb/ft-index/portability/toku_crash.cc

  • Committer: Package Import Robot
  • Author(s): James Page, Otto Kekäläinen
  • Date: 2014-02-17 16:51:52 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140217165152-k315d3175g865kkx
Tags: 5.5.35-1
[ Otto Kekäläinen ]
* New upstream release, fixing the following security issues:
  - Buffer overflow in client/mysql.cc (Closes: #737597).
    - CVE-2014-0001
  - http://www.oracle.com/technetwork/topics/security/cpujan2014-1972949.html
    - CVE-2013-5891
    - CVE-2013-5908
    - CVE-2014-0386
    - CVE-2014-0393
    - CVE-2014-0401
    - CVE-2014-0402
    - CVE-2014-0412
    - CVE-2014-0420
    - CVE-2014-0437
* Upstream https://mariadb.atlassian.net/browse/MDEV-4902
  fixes compatibility with Bison 3.0 (Closes: #733002)
* Updated Russian debconf translation (Closes: #734426)
* Updated Japanese debconf translation (Closes: #735284)
* Updated French debconf translation (Closes: #736480)
* Renamed SONAME properly (Closes: #732967)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
 
2
// vim: ft=cpp:expandtab:ts=8:sw=4:softtabstop=4:
 
3
#ident "$Id$"
 
4
/*
 
5
COPYING CONDITIONS NOTICE:
 
6
 
 
7
  This program is free software; you can redistribute it and/or modify
 
8
  it under the terms of version 2 of the GNU General Public License as
 
9
  published by the Free Software Foundation, and provided that the
 
10
  following conditions are met:
 
11
 
 
12
      * Redistributions of source code must retain this COPYING
 
13
        CONDITIONS NOTICE, the COPYRIGHT NOTICE (below), the
 
14
        DISCLAIMER (below), the UNIVERSITY PATENT NOTICE (below), the
 
15
        PATENT MARKING NOTICE (below), and the PATENT RIGHTS
 
16
        GRANT (below).
 
17
 
 
18
      * Redistributions in binary form must reproduce this COPYING
 
19
        CONDITIONS NOTICE, the COPYRIGHT NOTICE (below), the
 
20
        DISCLAIMER (below), the UNIVERSITY PATENT NOTICE (below), the
 
21
        PATENT MARKING NOTICE (below), and the PATENT RIGHTS
 
22
        GRANT (below) in the documentation and/or other materials
 
23
        provided with the distribution.
 
24
 
 
25
  You should have received a copy of the GNU General Public License
 
26
  along with this program; if not, write to the Free Software
 
27
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 
28
  02110-1301, USA.
 
29
 
 
30
COPYRIGHT NOTICE:
 
31
 
 
32
  TokuDB, Tokutek Fractal Tree Indexing Library.
 
33
  Copyright (C) 2007-2013 Tokutek, Inc.
 
34
 
 
35
DISCLAIMER:
 
36
 
 
37
  This program is distributed in the hope that it will be useful, but
 
38
  WITHOUT ANY WARRANTY; without even the implied warranty of
 
39
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
40
  General Public License for more details.
 
41
 
 
42
UNIVERSITY PATENT NOTICE:
 
43
 
 
44
  The technology is licensed by the Massachusetts Institute of
 
45
  Technology, Rutgers State University of New Jersey, and the Research
 
46
  Foundation of State University of New York at Stony Brook under
 
47
  United States of America Serial No. 11/760379 and to the patents
 
48
  and/or patent applications resulting from it.
 
49
 
 
50
PATENT MARKING NOTICE:
 
51
 
 
52
  This software is covered by US Patent No. 8,185,551.
 
53
  This software is covered by US Patent No. 8,489,638.
 
54
 
 
55
PATENT RIGHTS GRANT:
 
56
 
 
57
  "THIS IMPLEMENTATION" means the copyrightable works distributed by
 
58
  Tokutek as part of the Fractal Tree project.
 
59
 
 
60
  "PATENT CLAIMS" means the claims of patents that are owned or
 
61
  licensable by Tokutek, both currently or in the future; and that in
 
62
  the absence of this license would be infringed by THIS
 
63
  IMPLEMENTATION or by using or running THIS IMPLEMENTATION.
 
64
 
 
65
  "PATENT CHALLENGE" shall mean a challenge to the validity,
 
66
  patentability, enforceability and/or non-infringement of any of the
 
67
  PATENT CLAIMS or otherwise opposing any of the PATENT CLAIMS.
 
68
 
 
69
  Tokutek hereby grants to you, for the term and geographical scope of
 
70
  the PATENT CLAIMS, a non-exclusive, no-charge, royalty-free,
 
71
  irrevocable (except as stated in this section) patent license to
 
72
  make, have made, use, offer to sell, sell, import, transfer, and
 
73
  otherwise run, modify, and propagate the contents of THIS
 
74
  IMPLEMENTATION, where such license applies only to the PATENT
 
75
  CLAIMS.  This grant does not include claims that would be infringed
 
76
  only as a consequence of further modifications of THIS
 
77
  IMPLEMENTATION.  If you or your agent or licensee institute or order
 
78
  or agree to the institution of patent litigation against any entity
 
79
  (including a cross-claim or counterclaim in a lawsuit) alleging that
 
80
  THIS IMPLEMENTATION constitutes direct or contributory patent
 
81
  infringement, or inducement of patent infringement, then any rights
 
82
  granted to you under this License shall terminate as of the date
 
83
  such litigation is filed.  If you or your agent or exclusive
 
84
  licensee institute or order or agree to the institution of a PATENT
 
85
  CHALLENGE, then Tokutek may terminate any rights granted to you
 
86
  under this License.
 
87
*/
 
88
 
 
89
#ident "Copyright (c) 2007-2013 Tokutek Inc.  All rights reserved."
 
90
 
 
91
#include <unistd.h>
 
92
#ifdef HAVE_SYS_PRCTL_H
 
93
#include <sys/prctl.h>
 
94
#endif
 
95
 
 
96
#include <sys/wait.h>
 
97
#include <toku_race_tools.h>
 
98
#include "toku_crash.h"
 
99
#include "toku_atomic.h"
 
100
 
 
101
enum { MAX_GDB_ARGS = 128 };
 
102
 
 
103
static void
 
104
run_gdb(pid_t parent_pid, const char *gdb_path) {
 
105
    // 3 bytes per intbyte, null byte
 
106
    char pid_buf[sizeof(pid_t) * 3 + 1];
 
107
    char exe_buf[sizeof(pid_buf) + sizeof("/proc//exe")];
 
108
 
 
109
    // Get pid and path to executable.
 
110
    int n;
 
111
    n = snprintf(pid_buf, sizeof(pid_buf), "%d", parent_pid);
 
112
    invariant(n >= 0 && n < (int)sizeof(pid_buf));
 
113
    n = snprintf(exe_buf, sizeof(exe_buf), "/proc/%d/exe", parent_pid);
 
114
    invariant(n >= 0 && n < (int)sizeof(exe_buf));
 
115
 
 
116
    dup2(2, 1); // redirect output to stderr
 
117
    // Arguments are not dynamic due to possible security holes.
 
118
    execlp(gdb_path, gdb_path, "--batch", "-n",
 
119
           "-ex", "thread",
 
120
           "-ex", "bt",
 
121
           "-ex", "bt full",
 
122
           "-ex", "thread apply all bt",
 
123
           "-ex", "thread apply all bt full",
 
124
           exe_buf, pid_buf,
 
125
           NULL);
 
126
}
 
127
 
 
128
static void
 
129
intermediate_process(pid_t parent_pid, const char *gdb_path) {
 
130
    // Disable generating of core dumps
 
131
#if defined(HAVE_SYS_PRCTL_H)
 
132
    prctl(PR_SET_DUMPABLE, 0, 0, 0);
 
133
#endif
 
134
    pid_t worker_pid = fork();
 
135
    if (worker_pid < 0) {
 
136
        perror("spawn gdb fork: ");
 
137
        goto failure;
 
138
    }
 
139
    if (worker_pid == 0) {
 
140
        // Child (debugger)
 
141
        run_gdb(parent_pid, gdb_path);
 
142
        // Normally run_gdb will not return.
 
143
        // In case it does, kill the process.
 
144
        goto failure;
 
145
    } else {
 
146
        pid_t timeout_pid = fork();
 
147
        if (timeout_pid < 0) {
 
148
            perror("spawn timeout fork: ");
 
149
            kill(worker_pid, SIGKILL);
 
150
            goto failure;
 
151
        }
 
152
 
 
153
        if (timeout_pid == 0) {
 
154
            sleep(5);  // Timeout of 5 seconds
 
155
            goto success;
 
156
        } else {
 
157
            pid_t exited_pid = wait(NULL);  // Wait for first child to exit
 
158
            if (exited_pid == worker_pid) {
 
159
                // Kill slower child
 
160
                kill(timeout_pid, SIGKILL);
 
161
                goto success;
 
162
            } else if (exited_pid == timeout_pid) {
 
163
                // Kill slower child
 
164
                kill(worker_pid, SIGKILL);
 
165
                goto failure;  // Timed out.
 
166
            } else {
 
167
                perror("error while waiting for gdb or timer to end: ");
 
168
                //Some failure.  Kill everything.
 
169
                kill(timeout_pid, SIGKILL);
 
170
                kill(worker_pid, SIGKILL);
 
171
                goto failure;
 
172
            }
 
173
        }
 
174
    }
 
175
success:
 
176
    _exit(EXIT_SUCCESS);
 
177
failure:
 
178
    _exit(EXIT_FAILURE);
 
179
}
 
180
 
 
181
static void
 
182
spawn_gdb(const char *gdb_path) {
 
183
    pid_t parent_pid = getpid();
 
184
#if defined(HAVE_SYS_PRCTL_H)
 
185
    // On systems that require permission for the same user to ptrace,
 
186
    // give permission for this process and (more importantly) all its children to debug this process.
 
187
    prctl(PR_SET_PTRACER, parent_pid, 0, 0, 0);
 
188
#endif
 
189
    fprintf(stderr, "Attempting to use gdb @[%s] on pid[%d]\n", gdb_path, parent_pid);
 
190
    fflush(stderr);
 
191
    int intermediate_pid = fork();
 
192
    if (intermediate_pid < 0) {
 
193
        perror("spawn_gdb intermediate process fork: ");
 
194
    } else if (intermediate_pid == 0) {
 
195
        intermediate_process(parent_pid, gdb_path);
 
196
    } else {
 
197
        waitpid(intermediate_pid, NULL, 0);
 
198
    }
 
199
}
 
200
 
 
201
void
 
202
toku_try_gdb_stack_trace(const char *gdb_path) {
 
203
    char default_gdb_path[] = "/usr/bin/gdb";
 
204
    static bool started = false;
 
205
    if (RUNNING_ON_VALGRIND) {
 
206
        fprintf(stderr, "gdb stack trace skipped due to running under valgrind\n");
 
207
        fflush(stderr);
 
208
    } else if (toku_sync_bool_compare_and_swap(&started, false, true)) {
 
209
        spawn_gdb(gdb_path ? gdb_path : default_gdb_path);
 
210
    }
 
211
}
 
212