This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb/1189: Gdb internal in callstack displaying


>Number:         1189
>Category:       gdb
>Synopsis:       Gdb internal in callstack displaying
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          patch
>Submitter-Id:   net
>Arrival-Date:   Thu Apr 24 12:28:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     eugenem at aldec dot katowice dot pl
>Release:        Gdb 5.3.0.20030422
>Organization:
>Environment:
I686 pc Win32
>Description:
The call stack level is too small in gdb/ui-out.c. I get a crash calling "frame" or "frame 0" with too big callstack depth.
>How-To-Repeat:
call frame at very big callstack depth
>Fix:
change in gdb/ui-out.c:48
enum { MAX_UI_OUT_LEVELS = 6 };
to
enum { MAX_UI_OUT_LEVELS = 15 };
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]