[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::decladebug

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

826.0. "Seg fault while expanding a monitor" by CXXC::MJHANS (Matthew Hanselman, DEC C) Mon Feb 10 1997 17:40

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.RTitleUserPersonal
Name
DateLines
826.1TLE::MURRAYWanfang MurrayMon Feb 17 1997 14:315
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.2TLE::MURRAYWanfang MurrayMon Feb 24 1997 10:264
See note 833.1

Wanfang