Silo icon indicating copy to clipboard operation
Silo copied to clipboard

ioperf_silo.c: problem in CreateInterfaceReal w/ DBShowErrors() call

Open aowen87 opened this issue 6 years ago • 1 comments

The call to DBShowErrors() in CreateInterfaceReal() in the file ioperf_silo.c occurs before ProcessArgs_silo() is called, and ProcessArgs_silo() is where show_all_errors flag will be set. Believe DBShowErrors() should be called after ProcessArgs_silo(), or perhaps both places if you also want to show errors that occur in calls within ProcessArgs_silo. Here's the code snippet I'm referring to: DBShowErrors(show_all_errors?DB_ALL_AND_DRVR:DB_ALL, NULL); if (ProcessArgs_silo(argi, argc, argv) != 0) return 0;

-----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket.

Ticket number: 855 Status: New Project: VisIt Tracker: Bug Priority: Normal Subject: ioperf_silo.c: problem in CreateInterfaceReal w/ DBShowErrors() call Assigned to: - Category: - Target version: - Author: Ruth Aydt Start: 09/22/2011 Due date: % Done: 0% Estimated time: Created: 09/22/2011 12:02 pm Updated: 08/19/2013 07:07 pm Likelihood: 3 - Occasional Severity: 2 - Minor Irritation Found in version: Impact: Expected Use: OS: All Support Group: Any Description: The call to DBShowErrors() in CreateInterfaceReal() in the file ioperf_silo.c occurs before ProcessArgs_silo() is called, and ProcessArgs_silo() is where show_all_errors flag will be set. Believe DBShowErrors() should be called after ProcessArgs_silo(), or perhaps both places if you also want to show errors that occur in calls within ProcessArgs_silo. Here's the code snippet I'm referring to: DBShowErrors(show_all_errors?DB_ALL_AND_DRVR:DB_ALL, NULL); if (ProcessArgs_silo(argi, argc, argv) != 0) return 0;

Comments:

aowen87 avatar Feb 26 '19 22:02 aowen87