Hi,

My system (PB5) hangs when trying to debug my headless device. The last
debug information is here:

4294773756 PID:3f9a25a TID:c3f09f32 0x83efbb48: IPAddAddrComplete: IF A7990
ntecount 1, SAC 0
4294774313 PID:3f9a25a TID:c3f09f32 0x83efbb48:
+OpenIFConfig(Comm\PCI\STE1001\Parms\TCPIP Handle 0x617FAFC)
4294774317 PID:3f9a25a TID:c3f09f32 0x83efbb48: Opened registry info for
Comm\PCI\STE1001\Parms\TCPIP
4294774319 PID:3f9a25a TID:c3f09f32
0x83efbb48: -OpenIFConfig(Comm\PCI\STE1001\Parms\TCPIP *Handle 0x617FAFC,
BOOL Ret: 1)
4294774322 PID:3f9a25a TID:c3f09f32 0x83efbb48: *CloseIFConfig(Handle
0x933E0)
4294774325 PID:3f9a25a TID:c3f09f32 0x83efbb48: IPAddAddrComplete: IF A9BA0
ntecount 1, SAC 0
4294830466 PID:3f9a25a TID:e3f2cf96 0x83f29b48: VMini:: Detected DHCP
[REQUEST]
4294830477 PID:3f9a25a TID:a3f3ee2e 0x83e85aa0: SetDhcpConfig: set IPAddr
D001A8C0
4294830483 PID:3f9a25a TID:a3f3ee2e 0x83e85aa0: SetDhcpConfig: set
LeaseObtained e3f35e0d 10217420
4294830487 PID:3f9a25a TID:a3f3ee2e 0x83e85aa0: SetDhcpConfig: T1 a8c0 T2
12750 Lease 15180

Any idea what could be wrong?

Thanks
Ole

Re: Debug hang by Remi

Remi
Fri Dec 22 08:46:58 CST 2006

Hi Ole,

> Any idea what could be wrong?

Hard to say like this: by experience, you may hang with some debug messages
still in the outpout pipe.
As the hanging seams to take place in the usage VMINI makes of DHCP, if I
were you, I would give a fixed IP address to VMINI:

[HKEY_LOCAL_MACHINE\Comm\VMINI1\Parms\TcpIp]
"EnableDHCP"=dword:0
"IpAddress"="192.168.0.94" ; or anything that suit your network
"Subnetmask"="255.255.255.0" ; ditto

HTH
Remi



Re: Debug hang by Geoff

Geoff
Fri Dec 22 12:12:15 CST 2006


What else were you expecting it to do? It seems fine to me.

Re: Debug hang by Ole

Ole
Fri Dec 22 13:12:44 CST 2006

"Geoff" <moc.liamtoh@gnirrevliseht> wrote in message
news:Opm10SfJHHA.1248@TK2MSFTNGP03.phx.gbl...
> What else were you expecting it to do? It seems fine to me.

I would expect the debug envirronment to load with the shell window etc.

Thanks
Ole



Re: Debug hang by Geoff

Geoff
Tue Dec 26 12:15:04 CST 2006

Ok, so you are using a KITL enabled image and your system hangs when the
network driver starts - is it possible that you are using KITL and NDIS
on the same network hardware?


Ole wrote:
> "Geoff" <moc.liamtoh@gnirrevliseht> wrote in message
> news:Opm10SfJHHA.1248@TK2MSFTNGP03.phx.gbl...
>> What else were you expecting it to do? It seems fine to me.
>
> I would expect the debug envirronment to load with the shell window etc.
>
> Thanks
> Ole
>
>