### Description Kamailio won't start after pulling from master
Commit triggering the problem ``` git show ec15b23f25ba2502a661157ae69b4dc1db923f66 Author: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Sep 1 12:00:06 2017 +0200
core: main - don't count wtimer secondary process separately
- it is registered via sr_wtimer_init() - fixes the extra empty entry in process table reported by Juha Heinanen ```
#### Reproduction
Always with specific configuration (I can diagnose further is needed)
#### Log Messages When trying to start Kamailio ``` 0(26583) CRITICAL: <core> [core/pt.c:285]: fork_process(): Process limit of 13 exceeded. Will simulate fork fail. 0(26583) CRITICAL: <core> [main.c:1720]: main_loop(): cannot fork tcp main process: Invalid argument ```
### Possible Solutions Not sure is the config I am using is not supported or if Kamailio code should be fixed. rolling back the commit is fixing the issue `git revert ec15b23f25ba2502a661157ae69b4dc1db923f66`