On Thu, 06 Jan 2011 11:32:11 +0100 Alexander SCHMID <[email protected]> wrote: > When I try to use paludis instead of cave I get a Segmentation fault.
Ah, now we're getting somewhere. I'll need a gdb backtrace rather than
strace for that (which means you'll need to build Paludis with -ggdb3 in
CXXFLAGS, and with build_options set appropriately, if you haven't
already).
The easiest way to get a backtrace is probably to do:
$ cave uninstall blah --perform-program 'gdb --args cave perform' -x
(gdb) run
(gdb) thread apply all bt
since it sounds like it's the perform process that's barfing rather
than the main program.
--
Ciaran McCreesh
signature.asc
Description: PGP signature
_______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
