1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826
|
/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
*
* Data Differential YATL (i.e. libtest) library
*
* Copyright (C) 2012 Data Differential, http://datadifferential.com/
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* * Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following disclaimer
* in the documentation and/or other materials provided with the
* distribution.
*
* * The names of its contributors may not be used to endorse or
* promote products derived from this software without specific prior
* written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
#include <config.h>
#include <libtest/common.h>
using namespace libtest;
#include <cstdlib>
#include <cstring>
#include <cerrno>
#include <fcntl.h>
#include <fstream>
#include <memory>
#include <poll.h>
#include <spawn.h>
#include <sstream>
#include <string>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#ifndef __USE_GNU
static char **environ= NULL;
#endif
extern "C" {
static int exited_successfully(int status)
{
if (status == 0)
{
return EXIT_SUCCESS;
}
if (WIFEXITED(status) == true)
{
return WEXITSTATUS(status);
}
else if (WIFSIGNALED(status) == true)
{
return WTERMSIG(status);
}
return EXIT_FAILURE;
}
}
namespace {
std::string print_argv(char * * & built_argv, const size_t& argc)
{
std::stringstream arg_buffer;
for (size_t x= 0; x < argc; x++)
{
arg_buffer << built_argv[x] << " ";
}
return arg_buffer.str();
}
std::string print_argv(char** argv)
{
std::stringstream arg_buffer;
for (char** ptr= argv; *ptr; ptr++)
{
arg_buffer << *ptr << " ";
}
return arg_buffer.str();
}
static Application::error_t int_to_error_t(int arg)
{
switch (arg)
{
case 127:
return Application::INVALID;
case 0:
return Application::SUCCESS;
default:
case 1:
return Application::FAILURE;
}
}
}
namespace libtest {
Application::Application(const std::string& arg, const bool _use_libtool_arg) :
_use_libtool(_use_libtool_arg),
_use_valgrind(false),
_use_gdb(false),
_use_ptrcheck(false),
_will_fail(false),
_argc(0),
_exectuble(arg),
stdin_fd(STDIN_FILENO),
stdout_fd(STDOUT_FILENO),
stderr_fd(STDERR_FILENO),
built_argv(NULL),
_pid(-1)
{
if (_use_libtool)
{
if (libtool() == NULL)
{
fatal_message("libtool requested, but know libtool was found");
}
}
// Find just the name of the application with no path
{
size_t found= arg.find_last_of("/\\");
if (found)
{
_exectuble_name= arg.substr(found +1);
}
else
{
_exectuble_name= arg;
}
}
if (_use_libtool and getenv("PWD"))
{
_exectuble_with_path+= getenv("PWD");
_exectuble_with_path+= "/";
}
_exectuble_with_path+= _exectuble;
}
Application::~Application()
{
murder();
delete_argv();
}
Application::error_t Application::run(const char *args[])
{
stdin_fd.reset();
stdout_fd.reset();
stderr_fd.reset();
_stdout_buffer.clear();
_stderr_buffer.clear();
posix_spawn_file_actions_t file_actions;
posix_spawn_file_actions_init(&file_actions);
stdin_fd.dup_for_spawn(file_actions);
stdout_fd.dup_for_spawn(file_actions);
stderr_fd.dup_for_spawn(file_actions);
posix_spawnattr_t spawnattr;
posix_spawnattr_init(&spawnattr);
sigset_t set;
sigemptyset(&set);
fatal_assert(posix_spawnattr_setsigmask(&spawnattr, &set) == 0);
create_argv(args);
int spawn_ret;
if (_use_gdb)
{
std::string gdb_run_file= create_tmpfile(_exectuble_name);
std::fstream file_stream;
file_stream.open(gdb_run_file.c_str(), std::fstream::out | std::fstream::trunc);
_gdb_filename= create_tmpfile(_exectuble_name);
file_stream
<< "set logging redirect on" << std::endl
<< "set logging file " << _gdb_filename << std::endl
<< "set logging overwrite on" << std::endl
<< "set logging on" << std::endl
<< "set environment LIBTEST_IN_GDB=1" << std::endl
<< "run " << arguments() << std::endl
<< "thread apply all bt" << std::endl
<< "quit" << std::endl;
fatal_assert(file_stream.good());
file_stream.close();
if (_use_libtool)
{
// libtool --mode=execute gdb -f -x binary
char *argv[]= {
const_cast<char *>(libtool()),
const_cast<char *>("--mode=execute"),
const_cast<char *>("gdb"),
const_cast<char *>("-batch"),
const_cast<char *>("-f"),
const_cast<char *>("-x"),
const_cast<char *>(gdb_run_file.c_str()),
const_cast<char *>(_exectuble_with_path.c_str()),
0};
spawn_ret= posix_spawnp(&_pid, libtool(), &file_actions, &spawnattr, argv, environ);
}
else
{
// gdb binary
char *argv[]= {
const_cast<char *>("gdb"),
const_cast<char *>("-batch"),
const_cast<char *>("-f"),
const_cast<char *>("-x"),
const_cast<char *>(gdb_run_file.c_str()),
const_cast<char *>(_exectuble_with_path.c_str()),
0};
spawn_ret= posix_spawnp(&_pid, "gdb", &file_actions, &spawnattr, argv, environ);
}
}
else
{
if (_use_libtool)
{
spawn_ret= posix_spawn(&_pid, built_argv[0], &file_actions, &spawnattr, built_argv, NULL);
}
else
{
spawn_ret= posix_spawnp(&_pid, built_argv[0], &file_actions, &spawnattr, built_argv, NULL);
}
}
posix_spawn_file_actions_destroy(&file_actions);
posix_spawnattr_destroy(&spawnattr);
stdin_fd.close(Application::Pipe::READ);
stdout_fd.close(Application::Pipe::WRITE);
stderr_fd.close(Application::Pipe::WRITE);
if (spawn_ret != 0)
{
if (_will_fail == false)
{
Error << strerror(spawn_ret) << "(" << spawn_ret << ")";
}
_pid= -1;
return Application::INVALID;
}
return Application::SUCCESS;
}
bool Application::check() const
{
if (_pid > 1 and kill(_pid, 0) == 0)
{
return true;
}
return false;
}
void Application::murder()
{
if (check())
{
int count= 5;
while ((count--) > 0 and check())
{
int kill_ret= kill(_pid, SIGTERM);
if (kill_ret == 0)
{
int status= 0;
pid_t waitpid_ret;
if ((waitpid_ret= waitpid(_pid, &status, WNOHANG)) == -1)
{
switch (errno)
{
case ECHILD:
case EINTR:
break;
default:
Error << "waitpid() failed after kill with error of " << strerror(errno);
break;
}
}
if (waitpid_ret == 0)
{
libtest::dream(1, 0);
}
}
else
{
Error << "kill(pid, SIGTERM) failed after kill with error of " << strerror(errno);
continue;
}
break;
}
// If for whatever reason it lives, kill it hard
if (check())
{
(void)kill(_pid, SIGKILL);
}
}
slurp();
}
// false means that no data was returned
bool Application::slurp()
{
struct pollfd fds[2];
fds[0].fd= stdout_fd.fd();
fds[0].events= POLLRDNORM;
fds[0].revents= 0;
fds[1].fd= stderr_fd.fd();
fds[1].events= POLLRDNORM;
fds[1].revents= 0;
int active_fd;
if ((active_fd= poll(fds, 2, 0)) == -1)
{
int error;
switch ((error= errno))
{
#ifdef TARGET_OS_LINUX
case ERESTART:
#endif
case EINTR:
break;
case EFAULT:
case ENOMEM:
fatal_message(strerror(error));
break;
case EINVAL:
fatal_message("RLIMIT_NOFILE exceeded, or if OSX the timeout value was invalid");
break;
default:
fatal_message(strerror(error));
break;
}
return false;
}
if (active_fd == 0)
{
return false;
}
bool data_was_read= false;
if (fds[0].revents & POLLRDNORM)
{
if (stdout_fd.read(_stdout_buffer) == true)
{
data_was_read= true;
}
}
if (fds[1].revents & POLLRDNORM)
{
if (stderr_fd.read(_stderr_buffer) == true)
{
data_was_read= true;
}
}
return data_was_read;
}
Application::error_t Application::wait(bool nohang)
{
if (_pid == -1)
{
return Application::INVALID;
}
slurp();
error_t exit_code= FAILURE;
{
int status= 0;
pid_t waited_pid;
if ((waited_pid= waitpid(_pid, &status, nohang ? WNOHANG : 0)) == -1)
{
switch (errno)
{
case ECHILD:
exit_code= Application::SUCCESS;
break;
case EINTR:
break;
default:
Error << "Error occured while waitpid(" << strerror(errno) << ") on pid " << int(_pid);
break;
}
}
else if (waited_pid == 0)
{
exit_code= Application::SUCCESS;
}
else
{
if (waited_pid != _pid)
{
throw libtest::fatal(LIBYATL_DEFAULT_PARAM, "Pid mismatch, %d != %d", int(waited_pid), int(_pid));
}
exit_code= int_to_error_t(exited_successfully(status));
}
}
slurp();
#if 0
if (exit_code == Application::INVALID)
{
Error << print_argv(built_argv, _argc);
}
#endif
return exit_code;
}
void Application::add_long_option(const std::string& name, const std::string& option_value)
{
std::string arg(name);
arg+= option_value;
_options.push_back(std::make_pair(arg, std::string()));
}
void Application::add_option(const std::string& arg)
{
_options.push_back(std::make_pair(arg, std::string()));
}
void Application::add_option(const std::string& name, const std::string& value)
{
_options.push_back(std::make_pair(name, value));
}
Application::Pipe::Pipe(int arg) :
_std_fd(arg)
{
_pipe_fd[READ]= -1;
_pipe_fd[WRITE]= -1;
_open[READ]= false;
_open[WRITE]= false;
}
int Application::Pipe::Pipe::fd()
{
if (_std_fd == STDOUT_FILENO)
{
return _pipe_fd[READ];
}
else if (_std_fd == STDERR_FILENO)
{
return _pipe_fd[READ];
}
return _pipe_fd[WRITE]; // STDIN_FILENO
}
bool Application::Pipe::read(libtest::vchar_t& arg)
{
fatal_assert(_std_fd == STDOUT_FILENO or _std_fd == STDERR_FILENO);
bool data_was_read= false;
ssize_t read_length;
char buffer[1024]= { 0 };
while ((read_length= ::read(_pipe_fd[READ], buffer, sizeof(buffer))))
{
if (read_length == -1)
{
switch(errno)
{
case EAGAIN:
break;
default:
Error << strerror(errno);
break;
}
break;
}
data_was_read= true;
arg.reserve(read_length +1);
for (size_t x= 0; x < read_length; x++)
{
arg.push_back(buffer[x]);
}
// @todo Suck up all errput code here
}
return data_was_read;
}
void Application::Pipe::nonblock()
{
int ret;
if ((ret= fcntl(_pipe_fd[READ], F_GETFL, 0)) == -1)
{
Error << "fcntl(F_GETFL) " << strerror(errno);
throw strerror(errno);
}
if ((ret= fcntl(_pipe_fd[READ], F_SETFL, ret | O_NONBLOCK)) == -1)
{
Error << "fcntl(F_SETFL) " << strerror(errno);
throw strerror(errno);
}
}
void Application::Pipe::reset()
{
close(READ);
close(WRITE);
#if HAVE_PIPE2
if (pipe2(_pipe_fd, O_NONBLOCK) == -1)
#else
if (pipe(_pipe_fd) == -1)
#endif
{
fatal_message(strerror(errno));
}
_open[0]= true;
_open[1]= true;
if (true)
{
nonblock();
cloexec();
}
}
void Application::Pipe::cloexec()
{
int ret;
if ((ret= fcntl(_pipe_fd[WRITE], F_GETFD, 0)) == -1)
{
Error << "fcntl(F_GETFD) " << strerror(errno);
throw strerror(errno);
}
if ((ret= fcntl(_pipe_fd[WRITE], F_SETFD, ret | FD_CLOEXEC)) == -1)
{
Error << "fcntl(F_SETFD) " << strerror(errno);
throw strerror(errno);
}
}
Application::Pipe::~Pipe()
{
if (_pipe_fd[0] != -1)
{
::close(_pipe_fd[0]);
}
if (_pipe_fd[1] != -1)
{
::close(_pipe_fd[1]);
}
}
void Application::Pipe::dup_for_spawn(posix_spawn_file_actions_t& file_actions)
{
int type= STDIN_FILENO == _std_fd ? 0 : 1;
int ret;
if ((ret= posix_spawn_file_actions_adddup2(&file_actions, _pipe_fd[type], _std_fd )) < 0)
{
Error << "posix_spawn_file_actions_adddup2(" << strerror(ret) << ")";
fatal_message(strerror(ret));
}
if ((ret= posix_spawn_file_actions_addclose(&file_actions, _pipe_fd[type])) < 0)
{
Error << "posix_spawn_file_actions_adddup2(" << strerror(ret) << ")";
fatal_message(strerror(ret));
}
}
void Application::Pipe::close(const close_t& arg)
{
int type= int(arg);
if (_open[type])
{
int ret;
if (::close(_pipe_fd[type]) == -1)
{
Error << "close(" << strerror(errno) << ")";
}
_open[type]= false;
_pipe_fd[type]= -1;
}
}
void Application::create_argv(const char *args[])
{
delete_argv();
fatal_assert(_argc == 0);
if (_use_libtool)
{
_argc+= 2; // +2 for libtool --mode=execute
}
_argc+= 1; // For the command
/*
valgrind --error-exitcode=1 --leak-check=yes --show-reachable=yes --track-fds=yes --track-origin=yes --malloc-fill=A5 --free-fill=DE --log-file=
*/
if (_use_valgrind)
{
_argc+= 8;
}
else if (_use_ptrcheck)
{
/*
valgrind --error-exitcode=1 --tool=exp-ptrcheck --log-file=
*/
_argc+= 4;
}
else if (_use_gdb) // gdb
{
_argc+= 1;
}
for (Options::const_iterator iter= _options.begin(); iter != _options.end(); iter++)
{
_argc++;
if ((*iter).second.empty() == false)
{
_argc++;
}
}
if (args)
{
for (const char **ptr= args; *ptr; ++ptr)
{
_argc++;
}
}
_argc+= 1; // for the NULL
built_argv= new char * [_argc];
size_t x= 0;
if (_use_libtool)
{
assert(libtool());
built_argv[x++]= strdup(libtool());
built_argv[x++]= strdup("--mode=execute");
}
if (_use_valgrind)
{
/*
valgrind --error-exitcode=1 --leak-check=yes --show-reachable=yes --track-fds=yes --malloc-fill=A5 --free-fill=DE
*/
built_argv[x++]= strdup("valgrind");
built_argv[x++]= strdup("--error-exitcode=1");
built_argv[x++]= strdup("--leak-check=yes");
built_argv[x++]= strdup("--show-reachable=yes");
built_argv[x++]= strdup("--track-fds=yes");
#if 0
built_argv[x++]= strdup("--track-origin=yes");
#endif
built_argv[x++]= strdup("--malloc-fill=A5");
built_argv[x++]= strdup("--free-fill=DE");
std::string log_file= create_tmpfile("valgrind");
char buffer[1024];
int length= snprintf(buffer, sizeof(buffer), "--log-file=%s", log_file.c_str());
fatal_assert(length > 0 and length < sizeof(buffer));
built_argv[x++]= strdup(buffer);
}
else if (_use_ptrcheck)
{
/*
valgrind --error-exitcode=1 --tool=exp-ptrcheck --log-file=
*/
built_argv[x++]= strdup("valgrind");
built_argv[x++]= strdup("--error-exitcode=1");
built_argv[x++]= strdup("--tool=exp-ptrcheck");
_argc+= 4;
std::string log_file= create_tmpfile("ptrcheck");
char buffer[1024];
int length= snprintf(buffer, sizeof(buffer), "--log-file=%s", log_file.c_str());
fatal_assert(length > 0 and length < sizeof(buffer));
built_argv[x++]= strdup(buffer);
}
else if (_use_gdb)
{
built_argv[x++]= strdup("gdb");
}
built_argv[x++]= strdup(_exectuble_with_path.c_str());
for (Options::const_iterator iter= _options.begin(); iter != _options.end(); iter++)
{
built_argv[x++]= strdup((*iter).first.c_str());
if ((*iter).second.empty() == false)
{
built_argv[x++]= strdup((*iter).second.c_str());
}
}
if (args)
{
for (const char **ptr= args; *ptr; ++ptr)
{
built_argv[x++]= strdup(*ptr);
}
}
built_argv[x++]= NULL;
fatal_assert(x == _argc);
}
std::string Application::print()
{
return print_argv(built_argv, _argc);
}
std::string Application::arguments()
{
std::stringstream arg_buffer;
for (size_t x= 1 + _use_libtool ? 2 : 0;
x < _argc and built_argv[x];
x++)
{
arg_buffer << built_argv[x] << " ";
}
return arg_buffer.str();
}
void Application::delete_argv()
{
if (built_argv)
{
for (size_t x= 0; x < _argc; x++)
{
if (built_argv[x])
{
::free(built_argv[x]);
}
}
delete[] built_argv;
built_argv= NULL;
_argc= 0;
}
}
int exec_cmdline(const std::string& command, const char *args[], bool use_libtool)
{
Application app(command, use_libtool);
Application::error_t ret= app.run(args);
if (ret != Application::SUCCESS)
{
return int(ret);
}
return int(app.wait(false));
}
const char *gearmand_binary()
{
return GEARMAND_BINARY;
}
const char *drizzled_binary()
{
return DRIZZLED_BINARY;
}
} // namespace exec_cmdline
|