Bugs item #1894643, was opened at 2008-02-15 21:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=637564&aid=1894643&group_id=104305
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v1.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Markus Elfring (elfring) Assigned to: Nobody/Anonymous (nobody) Summary: Fix signal handler Initial Comment: The functions "fprintf()" and "exit()" do not belong to the list of async-signal-safe functions. See section "2.4.3 Signal Actions" from the document "2.4 Signal Concepts". http://opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html#tag_02_04_03 I guess that a different program design will be needed for your function "screen_exit". http://sipp.svn.sourceforge.net/viewvc/sipp/sipp/trunk/screen.cpp?revision=408&view=markup ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=637564&aid=1894643&group_id=104305 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
