On Jan 6, 2008 8:25 PM, Mister Olli <[EMAIL PROTECTED]> wrote: > In the '/tmp/amanda' folder I can find a file called 'taper.core' which > is around 750kb large, and contains the core dump from the taper > process.
If you can glean any information from this core, that would be great -- a stack trace, preferably from gdb or something that can give some information about parameter values. Since the binary you're using isn't a binary build that we can look at, we can't interpret the core file for you. If you have gdb installed, you should be able to start gdb /path/to/libexec/taper /tmp/amanda/taper.core and then issue the 'bt' command to get a GDB backtrace. Dustin -- Storage Software Engineer http://www.zmanda.com
