Carlos O'Donell wrote: > On Sat, Jul 11, 2009 at 12:22 PM, Carlos > O'Donell<[email protected]> wrote: >> I can reproduce this. I'm seeing the same failure as the autobuilder, >> and I've seen at least one python sigsegv (note that there is a >> discussion on linux-parisc about a bug in the kernel related to >> corrupting memory protection bits). I've enabled core dumps in the >> buildd chroot so I can examine crashes post-mortem. > > On another topic, how do I stop sbuild from erasing the build > directory, technically it should contain the python core file, but it > looks like it's been wiped clean.
In the .sbuildrc file (or /etc/sbuild.conf) you can put the following: # When to purge the build directory afterwards; possible values are "never", # "successful", and "always" $purge_build_directory="always"; So you could put that on successful or never if you always want to keep the build directory. Cheers Luk -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

