Bug 16003

Summary: sysinstall crashes if it gets more than one gateway via dhcp.
Product: Base System Reporter: skaya <skaya>
Component: miscAssignee: Murray Stokely <murray>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-RELEASE   
Hardware: Any   
OS: Any   

Description skaya 2000-01-09 08:50:00 UTC
	
	Plain simple : in sysinstall, when configuring my network interface,
	I let him use DHCP to get all the parameters. It successfully fetches
	its IP address and all the fluff, and shows me the "summary screen"
	with the information it gathered. Then, when I move to the "gateway"
	field, and confirms what is there, I get a wonderful message box
	explaining that sysinstall did catch a segV and will reboot at once.
	Pretty annoying, as it is my first FreeBSD experience :)

Fix: 

I just arranged to have the DHCP server fixed (gives just one
	gateway now) and it works fine.
	I wish I could correct the bug directly (it appears to lie somewhere
	in .../sysinstall/{tcpip,dhcp}.c but I'm not sure), but I don't have
	loads of time these days and it's my first day with FreeBSD.
How-To-Repeat: 
	
	Just run sysinstall and tell it to configure a network interface
	via DHCP. Then, have a DHCP server giving a lease, with more than
	one gateway (btw, I don't know wtf the machine do with more than
	one gateway, but the darn thing was configured that way). Go thru
	each field on the summary field, it will crash when confirming
	gateways.
Comment 1 Mike Heffner freebsd_committer freebsd_triage 2001-06-30 04:49:56 UTC
Responsible Changed
From-To: freebsd-bugs->jkh

Jordan is Mr. sysinstall.
Comment 2 mheffner 2001-06-30 04:52:43 UTC
For the audit-trail:

please reference PR misc/23609 (now closed) for some extra details relating to
this issue.

Mike

-- 
  Mike Heffner         <mheffner@[acm.]vt.edu>
  Fredericksburg, VA       <mikeh@FreeBSD.org>
Comment 3 jkh freebsd_committer freebsd_triage 2001-08-31 01:24:20 UTC
Responsible Changed
From-To: jkh->eric

Because it could!
Comment 4 Murray Stokely freebsd_committer freebsd_triage 2001-09-06 11:28:42 UTC
State Changed
From-To: open->analyzed

A fix has been committed to -CURRENT, thanks! 



Comment 5 Murray Stokely freebsd_committer freebsd_triage 2001-09-06 11:28:42 UTC
Responsible Changed
From-To: eric->murray

My MFC reminder.
Comment 6 Murray Stokely freebsd_committer freebsd_triage 2001-09-17 00:09:07 UTC
State Changed
From-To: analyzed->closed

This change was merged to -STABLE.  Thanks!