Re: demo segfaults

2001-01-25 Thread Erik Andersen
On Fri Jan 26, 2001 at 07:21:51AM +1100, Glenn McGrath wrote: > > I normally use checkergcc to track down segfaults, but ive been getting > compiler errors trying to compile, i guess i could try dmalloc, or > electric fence, but i havent used either of these before. dmalloc works great and have

Re: demo segfaults

2001-01-25 Thread Glenn McGrath
Randolph Chung wrote: > > > Here is the main menu of the Debian installer. > > 1. Finish setting up the Debian installer > > 2. Configure a static network > > Prompt: 1 - 2> 2 > > Segmentation fault > > make: *** [demo] Error 139 > > i've seen it do this when it can't find ifconfig, although

Re: demo segfaults

2001-01-25 Thread Randolph Chung
> Here is the main menu of the Debian installer. > 1. Finish setting up the Debian installer > 2. Configure a static network > Prompt: 1 - 2> 2 > Segmentation fault > make: *** [demo] Error 139 i've seen it do this when it can't find ifconfig, although when i tried this it told me it couldn'

Re: demo segfaults

2001-01-24 Thread David Whedon
I just got the ones off the net to work fine, for what it's worth. Wierd. -David Thu, Jan 25, 2001 at 04:46:16PM +1100 wrote: > David Whedon wrote: > > > > have you built any udebs locally or are you getting them all off the net? > > > > -David > > > > Getting them all off the net, i guess

demo segfaults

2001-01-24 Thread Glenn McGrath
from the build dir i do make make demo I get messages then home:/home/bug1/debian/debian-installer/build# make demo mkdir -p debian-installer/proc sudo chroot debian-installer bin/sh -c "if ! mount | grep ^proc ; then bin/mount proc -t proc /proc; fi" mount: could not open '/dev' proc on /pro