PR# 12554 Trying to show breakpoints in command line debugger causes seg fault
Problem Report Summary
Submitter: prestoat2000
Category: Debugger
Priority: Medium
Date: 2007/04/28
Class: Bug
Severity: Serious
Number: 12554
Release: 6.0.67948
Confidential: No
Status: Closed
Responsible:
Environment: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1.2) Gecko/20070225 Firefox/2.0.0.2
Solaris 10 on x86
Synopsis: Trying to show breakpoints in command line debugger causes seg fault
Description
The command line debugger doesn't seem to work very well yet. Here are two examples of seg faults: Compile sample graphic application. Then: 1. First seg fault Run "ec -debug -config my_vision2_application_1.ecf -target my_vision2_applicamy_vision2_application_1". Type "s" (step into). Hit return to display menu. Type "b" (breakpoints control). Dies with segmentation fault. 2. Second seg fault Run same "ec -debug" command shown above. Type "s" (step into). Hit return to display menu. Type "d" (display information). Dies with segmentation fault. You can use dbx to get a call stack trace (run <program> <args> and then type "where" to see call stack when it seg faults).
To Reproduce
Problem Report Interactions
This is now fixed by revision rev#68058.