Issue Details (XML | Word | Printable)

Key: STDCXX-735
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Martin Sebor
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

[EDG eccp 3.9] error on SIGALRM in test/src/process.cpp

Created: 20/Feb/08 12:45 AM   Updated: 04/Mar/08 11:27 PM
Return to search
Component/s: Test Driver
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Original Estimate: 1h
Original Estimate - 1h
Remaining Estimate: 1h
Remaining Estimate - 1h
Time Spent: Not Specified
Remaining Estimate - 1h

Environment: EDG eccp 3.9 on Linux with gcc 4.1.2 on the back end.

Severity: Compiler Error
Resolution Date: 20/Feb/08 01:03 AM


 Description  « Hide
Building the test driver on the latest trunk with EDG eccp fails with the error below. This is a regression:
eccp -c -I/home/sebor/stdcxx/include/ansi -D_RWSTDDEBUG    -I/home/sebor/stdcxx/include -I/build/sebor/stdcxx-eccp-3.9-11s/include -I/home/sebor/stdcxx/tests/include  -A -x --template_directory=/build/sebor/stdcxx-eccp-3.9-11s/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   /home/sebor/stdcxx/tests/src/process.cpp
"/home/sebor/stdcxx/tests/src/process.cpp", line 560: error #20: identifier
          "SIGALRM" is undefined
          prev_alarm_handler = signal (SIGALRM, handle_alarm_signal);
                                       ^

"/home/sebor/stdcxx/tests/src/process.cpp", line 580: error #20: identifier
          "EINTR" is undefined
              if (EINTR == errno && alarm_timeout) {
                  ^

"/home/sebor/stdcxx/tests/src/process.cpp", line 652: error #20: identifier
          "SIGALRM" is undefined
          signal (SIGALRM, prev_alarm_handler);
                  ^

3 errors detected in the compilation of "/home/sebor/stdcxx/tests/src/process.cpp".


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.