|
发表于 2010-1-11 09:51:03
|
显示全部楼层
公司曾经使用stream来开发一个通讯系统,但当软件开发完成以后,才发现会出现shutdown
楼上各位要小心下面的情况。
SEGV during shutdown with ACE Streams
Subject: SEGV during shutdown with ACE StreamsFrom: Chad BeaulacDate: Thu, 29 May 2008 06:08:19 -0700 PDTNewsgroups: comp.soft-sys.ace
file:///F:/project/P-软总线/V-版本/DDS/SEGV%20during%20shutdown%20with%20ACE%20Streams.files/banner_en.jpg | ACE VERSION: 5.6.3, 5.6.4, 5.6.5 HOST MACHINE and OPERATING SYSTEM: Fedora Core 7 and 8, AS 4.5 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION (AND PATCHLEVEL): same THE $ACE_ROOT/ace/config.h FILE: #define ACE_HAS_REACTOR_NOTIFICATION_QUEUE #include "ace/config-linux.h" THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE: no_hidden_visibility = 1 include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU AREA/CLASS/EXAMPLE AFFECTED: $ACE_ROOT/examples/ASX/CCM_App ./server -f svc.conf DOES THE PROBLEM AFFECT: COMPILATION? no LINKING? no EXECUTION? yes OTHER (please specify)? ACE and the example application are affected SYNOPSIS: When you hit Ctrl-C or Ctrl-D to stop the example server program,it core dumps with a SEGV during shutdown. DESCRIPTION: I have a processing framework for real-time processing systems andI'd like to convert it to use the ACE Streams framework whereapplicable. A SEGV during shutdown isn't acceptable in my office so Ican't use the Streams framework yet. REPEAT BY: Run $ACE_ROOT/examples/ASX/CCM_App/server -f $ACE_ROOT/examples/ASX/CCM_App/svc.conf SAMPLE FIX/WORKAROUND: none at this time |
|
|