Bugs item #1547932, was opened at 2006-08-28 10:06
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=1547932&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: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dan Poirier (poirier)
Assigned to: Nobody/Anonymous (nobody)
Summary: No error logging in background
Initial Comment:
-trace_err doesn't work with -bg.
In sipp.cpp around line 3828:
if( backgroundMode == false ) {
if (print_all_responses) {
char L_file_name [MAX_PATH];
sprintf (L_file_name, "%s_%d_errors.log",
scenario_file, getpid());
screen_init(L_file_name, print_last_stats);
} else {
screen_init(NULL, print_last_stats);
}
}
Note that screen never gets initialized if you're in
background mode, and all warnings and errors end up
calling _screen_err() in screen.cpp, which produces no
output if screen hasn't been initialized with a log
file name (except in the case of a fatal error).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=637564&aid=1547932&group_id=104305
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users