Start FryskGui create a sessioin with a some dummy program (I use bash) using Process->Run Process run ./frysk-core/frysk/pkglibdir/funit-stacks The program runs and is now blocked in start but the setp and step instruction buttons are disable. You can only step in and if you do the program runs and the window is disabled.
"Step Over" has always been disabled because libunwind on i386 requires the inferior process to be built with -fasynchronous-unwind-tables in order to have .eh_frame sections in the binary, which are used in the "step over" command. I'm confused about the rest of the bug - the step and step-instruction buttons are disabled, but you stepped the process anyways and the window got stuck?
is funit-stacks supposed to segmentation fault?
> is funit-stacks supposed to segmentation fault? Yes
> I'm confused about the rest of the bug - the step and step-instruction buttons > are disabled, but you stepped the process anyways and the window got stuck? I stepped in, the button ith the arrow going between the brackets