[haiku-bugs] [Haiku] #12548: Debugger: missing stack frames

  • From: "jessicah" <trac@xxxxxxxxxxxx>
  • Date: Tue, 29 Dec 2015 00:02:07 -0000

#12548: Debugger: missing stack frames
-----------------------------------+------------------------------
Reporter: jessicah | Owner: anevilyak
Type: bug | Status: new
Priority: normal | Milestone: Unscheduled
Component: Applications/Debugger | Version: R1/Development
Keywords: | Blocked By:
Blocking: | Has a Patch: 0
Platform: All |
-----------------------------------+------------------------------
Currently compiling the ffmpeg add-on with debug symbols enabled, but in
the stack trace, the second to last stack frame seems to be missing unless
one uses the step into function.

E.g. I have added a memcpy that's triggering a segfault exception, where
the calling function is
_MoveAudioFramesToRawDecodedAudioFormatAndUpdateStartTimes(), but this
stack frame is not present. Only the function calling _MoveAudio...,
_DecodeNextAudioFrame(), is in the call stack.

When I have a breakpoint configured in _DecodeNextAudioFrame, then use
Step Into to enter into the _MoveAudioFrames... function, does it then
show up in the stack trace. If I use the Run button instead, it doesn't
show up in the stack trace either.

--
Ticket URL: <https://dev.haiku-os.org/ticket/12548>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: