From 664d7dccdbaad3c33575e86b83584bee09aad4ba Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Mon, 27 May 2019 01:20:05 +1000 Subject: [PATCH] [client] fix the binary path when debugging --- VERSION | 2 +- client/src/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index d32b5349..73136649 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-rc2-2-gd07aa4b29e+1 \ No newline at end of file +B1-rc2-3-g21b02efb4d+1 \ No newline at end of file diff --git a/client/src/main.c b/client/src/main.c index eff63547..083f1f5e 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -1318,7 +1318,7 @@ int run() int main(int argc, char * argv[]) { - if (!installCrashHandler(argv[0])) + if (!installCrashHandler("/proc/self/exe")) DEBUG_WARN("Failed to install the crash handler"); config_init();