
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
4h
|
|
|
Remaining Estimate:
|
0.02h
|
|
|
Time Spent:
|
1h
|
|
|
|
|
Environment:
|
EDG eccp 3.9/Linux/x86_64
|
|
| Severity: |
Runtime Error
|
| Resolution Date: |
09/Apr/08 10:28 PM
|
The vast majority of tests compiled with EDG eccp on Linux crash with SIGSEGV. The program below is a reduced test case reproducing the problem:
|
|
Description
|
The vast majority of tests compiled with EDG eccp on Linux crash with SIGSEGV. The program below is a reduced test case reproducing the problem:
|
Show » |
|
919 _TEST_EXPORT int 920 rw_vtest (int argc, char **argv, 921 const char *file_name, 922 const char *clause, 923 const char *comment, 924 int (*fun)(int, char**), 925 const char *optstr, 926 va_list va) 927 { 928 CHECK_INIT (false, "rw_vtest()"); 929 930 // set the default test output to stdout 931 RW_ASSERT (0 == _rw_ftestout); 932 RW_ASSERT (0 != rw_stdout);