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/1887: bt on Solaris


>Number:         1887
>Category:       gdb
>Synopsis:       bt on Solaris
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 03 18:58:00 UTC 2005
>Closed-Date:
>Last-Modified:
>Originator:     none@nowhere.com
>Release:        unknown-1.0
>Organization:
>Environment:
SunOS 5.8, g++ (GCC) 3.4.2, GNU gdb 6.3

>Description:
Duplicate frames on stack (see below).

1) Compile the following, g++ -g 

 int main()
 {
   return 0;
 }

2) break in _fini
3) do a bt

#0  0x000176b8 in _fini ()
#1  0x00010360 in _exithandle ()
#2  0x00016e3c in exit ()
#3  0x000100e0 in _start ()
#4  0x000100e0 in _start ()
Previous frame identical to this frame (corrupt stack?)



>How-To-Repeat:

>Fix:

>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]