Bug 6176

Summary: Segmentation Fault
Product: [Retired] Red Hat Linux Reporter: kabir
Component: rp3Assignee: Michael K. Johnson <johnsonm>
Status: CLOSED WORKSFORME QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-11-18 23:42:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description kabir 1999-10-21 04:33:14 UTC
When I run it from Gnome. It crashes.

I get segmentation fault at some process id #.

Comment 1 Michael K. Johnson 1999-10-27 16:13:59 UTC
When this happens, please start a new terminal session and run
gdb /usr/bin/rp3 <pid>
where "<pid>" is the process ID that you are given in the dialog
box that tells you about the crash, and then give gdb the command
bt
which will print out a backtrace.  Give us that backtrace, and we
will likely be able to figure out what went wrong.

Comment 2 Michael K. Johnson 1999-11-04 21:58:59 UTC
Here are easier instructions for getting the stack trace:
  gdb /usr/bin/rp3
  r
  bt
Now paste the output into bugzilla for us, and we can look into
the problem.

Thanks,

Comment 3 Michael K. Johnson 1999-11-18 23:42:59 UTC
Please try
ftp://people.redhat.com/johnsonm/rp3/rp3-1.0.2.i386.rpm

If that doesn't fix it, then I'll need more information in order
to have any possible hope of fixing this.