X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f4c998d4d5488117b6cf9989e1061238016965fc..d89ca681772fdaafdd69049d4d66676a4e98de38:/src/mc/remote/RemoteProcess.cpp diff --git a/src/mc/remote/RemoteProcess.cpp b/src/mc/remote/RemoteProcess.cpp index fcf0c77733..fcde1d3f42 100644 --- a/src/mc/remote/RemoteProcess.cpp +++ b/src/mc/remote/RemoteProcess.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2014-2022. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -35,6 +35,7 @@ namespace mc { static const std::vector filtered_libraries = { #ifdef __linux__ "ld", + "ld-linux-x86", #elif defined __FreeBSD__ "ld-elf", "ld-elf32", @@ -100,8 +101,6 @@ static const std::vector filtered_libraries = { "liblber", "libldap", "libldap_r", - "liblua5.1", - "liblua5.3", "liblzma", "libm", "libmd", @@ -557,7 +556,7 @@ void RemoteProcess::dump_stack() const if (unw_init_remote(&cursor, as, context) != 0) { _UPT_destroy(context); unw_destroy_addr_space(as); - XBT_ERROR("Could not initialiez ptrace cursor"); + XBT_ERROR("Could not initialize ptrace cursor"); return; }