On Wed, Jan 16, 2002 at 08:05:26PM +0100, Fabbione wrote: > I have simply executed ktrace with no option and stopped after the > segfault. The output file from ktrace was empty but I have noticed only > now 6.6Mb of core dump from apt-get process. If you might need it I can > easily put it on my web server otherwise please just explain how can I > decode it for you.
You need to do ktrace command (ie, ktrace apt-get foo) and then run ktruss on the ktrace.out that's produced. I don't think it's compiled with debugging symbols, so the core file probably isn't much use. > Did you patch anything on apt??? It would be interesting to recompile on > my system and see if it still keeps segfaulting. I did patch apt, mostly with stuff from the filk patches in order to get it to believe it was on a Debian system. By the looks of it, though, that wasn't one of the files I patched. I've stuck my source at http://www.srcf.ucam.org/~mjg59/debian-netbsd/apt/ if you want to give that a go. I'll try rebuilding it myself now. > PS last question: does dpkg-buildpackage works???? Yup :) -- Matthew Garrett | [EMAIL PROTECTED]

