Derrick,
  I ran into some problems with this.  When I ran
$gdb cyradm
I get....

$GNU gdb Red Hat Linux (6.0post-0.20040223.19rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"..."/usr/local/bin/cyradm": not in executable format: File format not recognized


I still tried to execute it.

$(gdb) run /usr/local/bin/cyradm --user cyradmin stasis
Starting program: /usr/local/bin/cyradm --user cyradmin stasis
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) exec-file /usr/local/bin/cyradm --user cyradmin stasis
"/usr/local/bin/cyradm": not in executable format: File format not recognized
(gdb) file /usr/local/bin/cyradm --user cyradmin stasis
"/usr/local/bin/cyradm": not in executable format: File format not recognized


Was there something that I wasn't executing correctly?

Derrick J Brashear wrote:

On Wed, 4 Aug 2004, Cory D. Wiles wrote:

When i try to run:
$cyradm -user cyradmin stasis
and enter my password is when I get the segmentation fault error.


Can you do the following?

gdb cyradm

run -user cyradmin stasis
(type your password)

and when you get the SEGV, type

where

and tell us the backtrace you get?
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to