Segmentation Fault on CentOS 6.2
Hi,
I’ve played with Evostream in my MacOS without problems, but trying to deploy it on CentOS 6.2 I’m having a problem.
Someone wrote:
[root@videos3s3 bin]# gdb evostreamms GNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6) Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>… Reading symbols from /home/evostream/evostreamms-1.6.2.2286-x86_64-CentOS_6.2/bin/evostreamms…(no debugging symbols found)…done. (gdb) run –use-implicit-console-appender ../config/config.lua (gdb) run –use-implicit-console-appender ../config/config.lua Starting program: /home/evostream/evostreamms-1.6.2.2286-x86_64-CentOS_6.2/bin/evostreamms –use-implicit-console-appender ../config/config.lua [Thread debugging using libthread_db enabled] /crtmpserver/src/crtmpserver.cpp:218 Reading configuration from /home/evostream/evostreamms-1.6.2.2286-x86_64-CentOS_6.2/config/config.lua /crtmpserver/src/crtmpserver.cpp:290 Configure Default Event Logger /crtmpserver/src/crtmpserver.cpp:292 Unable to configure default event logger /crtmpserver/src/crtmpserver.cpp:295 Configure logger /crtmpserver/src/crtmpserver.cpp:301 EvoStream Media Server (http://www.evostream.com) version 1.6.2 build 2286 – Gladiator – (built for CentOS-6.2-x86_64 on 2013-03-13T07:17:09.000) /crtmpserver/src/crtmpserver.cpp:301 EvoStream Media Server (http://www.evostream.com) version 1.6.2 build 2286 – Gladiator – (built for CentOS-6.2-x86_64 on 2013-03-13T07:17:09.000) /crtmpserver/src/crtmpserver.cpp:304 OS files descriptors count limits: 65535/65535 /crtmpserver/src/crtmpserver.cpp:304 OS files descriptors count limits: 65535/65535 /crtmpserver/src/crtmpserver.cpp:306 Initialize I/O handlers manager: epoll with timerfd_XXXX support /crtmpserver/src/crtmpserver.cpp:306 Initialize I/O handlers manager: epoll with timerfd_XXXX support Program received signal SIGSEGV, Segmentation fault. 0x00007ffff6f5b258 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) () from /usr/lib64/libstdc++.so.6Anyone here had the same problem?