From: Michael W. <mw...@ic...> - 2004-06-08 07:39:36
|
On Mon, Jun 07, 2004 at 07:44:27PM +0200, Hans Christian Studt wrote: > Hi, > > I get Segmentation fault on a mdb file. > I have included the short strace output. > Does anybody have a guess what goes wrong ? What version of mdbtools are you using? Can you build the tools with debugging symbols and then run mdb-schema under gdb to get a backtrace. i.e. something like this: $ gdb mdb-schema (gdb) run mgh-base.mdb [...] Program received signal SIGSEGV, Segmentation fault. 0xsomething in somewhere () (gdb) backtrace [...] Then post that. > #ls -o mgh-base.mdb > -rwxr-xr-x 1 hcs 1908736 Feb 27 14:39 mgh-base.mdb > #mdb-schema mgh-base.mdb > Segmentation fault [snip] I hope those hashes don't mean you're running all this as root. :) -- Michael Wood <mw...@ic...> |