Menu

#18 Ebe core dumps in break point during Stack Frame format change.

1.0
closed
nobody
None
2017-04-14
2017-04-14
Anonymous
No

Fedora Core 25
Ebe 3.0.11

Steps to reproduce:
1. Open a program in ebe.
2. Insert breakpoint by righ clicking relevant line of code.
3. Run program, it will stop at breakpoint.
4. Right click on Stack Frame box, choose any format
5. Ebe core dumps with segmentation fault

Discussion

  • Ray Seyfarth

    Ray Seyfarth - 2017-04-14

    This problem was solved by adding a test for no rows in the table for the stack frame window in framewindow.cpp. The stack frame window only works properly after a frame macro command and a subtract on rsp. See http://rayseyfarth.blogspot.com/2014/10/displaying-stack-frames-in-ebe.html

    The fixed code is in version 3.0.12 on sf.net.

     
  • Ray Seyfarth

    Ray Seyfarth - 2017-04-14
    • Status: open --> closed
     

Log in to post a comment.