Re: [jamdb-user] Segfaults
Status: Beta
Brought to you by:
mschiff
|
From: Thomas M. <tm...@tm...> - 2003-06-29 11:22:17
|
Hi Brett, > jamdb-update kind of works, but then segfaults. [..] > jamdb-update -v > jamdb-update Version 0.9.7 > Written by Thomas Mueller and Marc Schiffbauer > > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > Segmentation fault Strange - I guess your perl (or libc or other dependencies) is broken. Do other perl programs work? Does this one work? ---- #!/usr/bin/perl print "Perl version: " . $] . "\n"; print "Exit\n"; exit 0; ---- You could try strace to find out where the crash occurs. -- MfG Thomas Mueller - http://www.tmueller.com for pgp key (95702B3B) |