[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

demo segfaults



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 /proc type proc (rw)
proc on /proc type proc (rw)
sudo chroot debian-installer bin/sh -c "export DEBCONF_FRONTEND=text
DEBCONF_DEBUG=5; /usr/bin/debconf-loadtemplate debian
/var/lib/dpkg/info/*.templates; /usr/share/debconf/frontend
/usr/bin/main-menu"
Adding [MENU] -> [Finish setting up the Debian installer, Configure a
static network]
--> TITLE Debian Installer Main Menu
<-- 0 OK
--> SET debian-installer/main-menu Finish setting up the Debian
installer
Adding [MENU] -> [Finish setting up the Debian installer, Configure a
static network]
<-- 0 value set
--> FSET debian-installer/main-menu isdefault true
Adding [MENU] -> [Finish setting up the Debian installer, Configure a
static network]
<-- 0 OK
--> SUBST debian-installer/main-menu MENU Finish setting up the Debian
installer, Configure a static network
Adding [MENU] -> [Finish setting up the Debian installer, Configure a
static network]
Adding [MENU] -> [Finish setting up the Debian installer, Configure a
static network]
<-- 0 variable substituted
--> INPUT medium debian-installer/main-menu
Adding [MENU] -> [Finish setting up the Debian installer, Configure a
static network]
<-- 0 Question will be asked
--> GO
Debian Installer Main Menu 

Choose the next step:
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

or if i select 2

Choose the next step:
Here is the main menu of the Debian installer. 
  1. Finish setting up the Debian installer
  2. Configure a static network
Prompt: 1 - 2> 1
Segmentation fault
make: *** [demo] Error 139

I notice it does complain that /dev doesnt exist, but it doesnt effect
the problem.

I tried putting some debugging code into main-menu, but it looks like
its not returning from debconfig.

Is anyone not getting the segfault ?


Glenn



Reply to: