From 0d91088d0fe00ab64e1e852551e850d403e9db37 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Mon, 18 Jun 2018 15:54:26 +0200 Subject: [PATCH] Revert "eina debug - fix segv if an app is compiled with -pg for profiling" This reverts commit 8343de6ce3163f27257d386fb212d1eacf78ba7d. This borke mac os build, CI is spamming on irc channels and addtional tests are failing. I would give this back to the drawingboard. ref T7029 Differential Revision: https://phab.enlightenment.org/D6310 --- src/lib/eina/eina_debug_bt.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/lib/eina/eina_debug_bt.c b/src/lib/eina/eina_debug_bt.c index c9aa9cffd4..21b067c395 100644 --- a/src/lib/eina/eina_debug_bt.c +++ b/src/lib/eina/eina_debug_bt.c @@ -37,12 +37,7 @@ #ifndef _WIN32 # include -// realtime signals guarantee a minimum of 8, so SIGRTMIN + 7 would be valid -// at a minimum, so let's choose + 6 ... second last of the minimum set. -// SIGRTMAX of course is defined too... note the manual pages for sigation say -// that it calls rt_sigaction transparently for us so... no need for anything -// else special -# define SIG (SIGRTMIN + 6) +# define SIG SIGPROF #endif static Eina_Semaphore _wait_for_bts_sem;