<div dir="ltr"><div><div>I am sorry for inconvenience, I was a bit confused whether it is a related to dev or user mailing list since kamailio was giving segmentation fault (which i guess was expected in this case), so i post it on both. Anyways, i will try to be careful next time.<br><br></div>Initially selinux was enabled, but then i disabled to see if that helps but didn't find any change in behavior.<br><br>Here is BT Full of sigfault,the full kamailio debug level 3 logs are also attached herewith.<br></div><br>--<br>#0  0x00007fda5dd5c811 in __strlen_sse2 () from /lib64/libc.so.6<br>No symbol table info available.<br>#1  0x00007fda5dd4c5bf in fputs_unlocked () from /lib64/libc.so.6<br>No symbol table info available.<br>#2  0x00007fda5ddc6208 in __vsyslog_chk () from /lib64/libc.so.6<br>No symbol table info available.<br>#3  0x00007fda5ddc66df in syslog () from /lib64/libc.so.6<br>No symbol table info available.<br>#4  0x000000000050c4f3 in handle_sigs () at main.c:747<br>        __llevel = 3<br>        chld = 0<br>        chld_status = 65280<br>        memlog = 0<br>        __FUNCTION__ = "handle_sigs"<br>#5  0x00000000005141b4 in main_loop () at main.c:1701<br>        i = 2<br>        pid = 2995<br>        si = 0x0<br>        si_desc = "udp receiver child=1 sock=<a href="http://192.168.233.129:5060">192.168.233.129:5060</a>\000\000\220Q\024W\377\177", '\000' <repeats 18 times>, "\337f\334]\332\177\000\000PN\024W\001\000\000\000h\035\216]\332\177\000\000\360N\024W\377\177\000\000\060N\024W\377\177\000\000\"\036\006k\000\000\000\000(\365\207N\332\177\000"<br>        nrprocs = 2<br>        __FUNCTION__ = "main_loop"<br>#6  0x0000000000519258 in main (argc=2, argv=0x7fff57145198) at main.c:2547<br>        cfg_stream = 0xf4d010<br>        c = -1<br>        r = 0<br>        tmp = 0x7fda5e6d8560 "\300\204m^\332\177"<br>        tmp_len = 0<br>        port = 0<br>        proto = 32730<br>        options = 0x725120 ":f:cm:M:dVIhEeb:l:L:n:vKrRDTN:W:w:t:u:g:P:G:SQ:O:a:A:"<br>        ret = -1<br>        seed = 2893849513<br>        rfd = 4<br>        debug_save = 0<br>        debug_flag = 0<br>        dont_fork_cnt = 0<br>        n_lst = 0x7fff57145060<br>        p = 0x7fda5dd75646 <intel_check_word+166> "H\205\300t\025\017\266P\003\017\266\312D9\371\017\204", <incomplete sequence \305><br>        st = {st_dev = 18, st_ino = 22284, st_nlink = 2, st_mode = 16832, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 40, st_blksize = 4096, st_blocks = 0, st_atim = {tv_sec = 1445526750, tv_nsec = 59990608}, st_mtim = {<br>            tv_sec = 1445526751, tv_nsec = 158990545}, st_ctim = {tv_sec = 1445526751, tv_nsec = 158990545}, __unused = {0, 0, 0}}<br>        __FUNCTION__ = "main"<br>--<br><br><div><div>Thank you.<br></div><div><br><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 22, 2015 at 9:56 AM, Daniel-Constantin Mierla <span dir="ltr"><<a href="mailto:miconda@gmail.com" target="_blank">miconda@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>Hello,<br>
      <br>
      first -- do not cross-post to many mailing lists, it makes hard to
      track and each mailing lists has its own purpose. Crossposting
      should be done only for announcements concerning both development
      as well as usage. This is about use of a kamailio stable version,
      so it is for sr-users.<br>
      <br>
      Do you have selinux enabled? Are there any particular limits set
      on the system?<br>
      <br>
      Also, you should run with debug=3 in kamailio.cfg and see if you
      get more hints from the debug messages printed before the CRITICAL
      logs. You can send them here if you want us to take a look.<br>
      <br>
      Cheers,<br>
      Daniel<div><div class="h5"><br>
      <br>
      On 22/10/15 08:21, M S wrote:<br>
    </div></div></div>
    <blockquote type="cite"><div><div class="h5">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>Hi,<br>
                <br>
              </div>
              I have been trying to setup Kamailio v4.3.3 rev. e275bc on
              RHEL 7.1 64bit. <br>
              <br>
              It has been very difficult to resolve all dependencies
              initially due to RHEL's extremely limited repositories and
              libraries support, but nevertheless I am finally able to
              successfully compile kamailio with all essential modules
              on it.<br>
              <br>
            </div>
            However, now kamailio fails to start up and gives this
            strange error,<br>
            <br>
            --<br>
            36(3335) CRITICAL: <core> [io_wait.c:526]:
            init_io_wait(): could not alloc epoll array<br>
            36(3335) CRITICAL: <core> [tcp_main.c:4523]:
            tcp_main_loop(): exiting... 0(3250) ALERT: <core>
            [main.c:725]: handle_sigs(): child process 3335 exited
            normally, status=255<br>
             0(3250) INFO: <core> [main.c:743]: handle_sigs():
            terminating due to SIGCHLD<br>
            --<br>
            <br>
          </div>
          I have never seem this error before nor i can find any info
          related to it anywhere on internet. So, i doubt it is due to
          any missing dependency. <br>
          <br>
          Any idea what may be the cause of this?<br>
          <br>
        </div>
        Thank you.<br>
        <br>
        <br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><span class="HOEnZb"><font color="#888888">
</font></span></pre><span class="HOEnZb"><font color="#888888">
    </font></span></blockquote><span class="HOEnZb"><font color="#888888">
    <br>
    <br>
    <pre cols="72">-- 
Daniel-Constantin Mierla
<a href="http://twitter.com/#!/miconda" target="_blank">http://twitter.com/#!/miconda</a> - <a href="http://www.linkedin.com/in/miconda" target="_blank">http://www.linkedin.com/in/miconda</a>
Book: SIP Routing With Kamailio - <a href="http://www.asipto.com" target="_blank">http://www.asipto.com</a></pre>
  </font></span></div>

<br>_______________________________________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
<br></blockquote></div><br></div>