| Title: | Digital Ladebug debugger |
| Moderator: | TLE::LUCIA |
| Created: | Fri Feb 28 1992 |
| Last Modified: | Fri Jun 06 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 969 |
| Total number of notes: | 3959 |
I can't get this to boil down to a smaller case.
dxladebug 4.0-30:
Use the source program at the end of this note. Debug the program
/usr/proj/decc2/cdev/exxalphaosf/bl36/exe/exx
Run with "run tmp.cxx". Stop in lower_class_struct_union_type().
Put a monitor on "class_type". If you double-click on "class_type" to try to
expand it, dxladebug will seg fault:
dxladebug : Fatal internal error detected
Caught unexpected signal "Segmentation fault", exiting ...
- Matt
// tmp.cxx
struct structtag {
int regular_int;
static int static_int;
} structvar;
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 826.1 | TLE::MURRAY | Wanfang Murray | Mon Feb 17 1997 14:31 | 5 | |
Thanks for reporting this problem. We are able to reproduce it with your sample program. It will be fixed in the near future. Wanfang | |||||
| 826.2 | TLE::MURRAY | Wanfang Murray | Mon Feb 24 1997 10:26 | 4 | |
See note 833.1 Wanfang | |||||