[openbeosnetteam] KDL visits

So, try this one...

build the stack.
start the stack.
run the apps/ping ping with a hostname and see if you also end up in KDL.

If not, try adding #define DEBUG to libnet/res_send.c just above the #ifndef
DEBUG line and try again. I can reproduce this 100% of the time and it looks
a little to me like we're calling soclose twice on the same socket.

sofree (0x31bf8088)
udp_input
calling sbappendaddr
calling sorwakeup
kernel select returned 0
Problems in tulip0_rx_thread :
segment violation
soclose (0x31bf8088)
address =        0, pc =        0, ps = 0x00000000 tmid = 2 thid = 490
sokernel debugger: Welcome to Kernel Debugging Land...
 eax 31bf8088  ebp fc023904  cs 0008 | area 00000000  (unmapped memory)
 ebx 00000000  esp fc0238f0  ss 0010 | addr 00000000  size 00000000
 ecx 00000000  edi fc023948  ds 0010 |
 edx 31bf8088  esi 31bf3054  es 0010 | Thread: tulip0_rx_thread
 eip 00000000 flag 00010202  fs 0000 | Team:  kernel_team
trap 0000000e  err 00000000  gs 0000 | Stack Trace follows:

00000000  00000000
fc023904  6036a5b8  _end+14d54
fc023910  603c45d0  _end+6ed6c
fc023958  6038509e  _end+2f83a
fc02397c  6040f8c4  _end+455ec
fc023998  60372e64  _end+1d600

david


Other related posts: