Subject: Re: forwarded message from Chet Ramey (Re: bash-1.14.5 crashes)
To: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
From: J.T. Conklin <jconklin@netcom.com>
List: current-users
Date: 09/15/1995 11:59:15
> >>> (gdb) bt
> >>> #0 0x5d168 in _catclose ()
> >>> #1 0x5cc00 in _catopen ()
> >>> #2 0x5c640 in __strerror ()
> >>> #3 0x58d50 in strerror ()
>
> > I don't think we can trust this stacktrace. _catopen() doesn't call
> > _catclose().
>
> Does it perhaps call a static routine that got loaded above _catclose
> and below the next global symbol? I've seen misleading names in stack
> traces for that reason often enough....
Good idea. I'll check it out.
--jtc