Changes between Initial Version and Version 1 of Ticket #7252


Ignore:
Timestamp:
Feb 22, 2011, 5:31:13 PM (13 years ago)
Author:
phoudoin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7252 – Description

    initial v1  
    11Plug an USB adapter supported by either usb_asix, usb_ecm or usb_pegasus, with not wire connected.
    22
    3 The net_server detect it and starts to configure it via DHCP.
    4 Remove it before it fails.
     3The net_server detect it and as the device report (wrongly) a link, it starts to auto-configure it via DHCP.
     4Remove the device before DHCP attempts ends.
    55
    6 You will get this KDL:
     6I get this KDL:
    77
    88{{{
     
    2424 9 816b8f38 (+  64) 81017c86   </boot/system/add-ons/kernel/network/stack> device_removed(net_device*: 0x85b6d9a8) + 0x0036
    252510 816b8f78 (+  96) 81017e0e   </boot/system/add-ons/kernel/network/stack> device_reader_thread(void*: 0x8638b968) + 0x010e
    26 11 816b8fd8 (+  32) 800065d0b   <kernel_x86> _create_kernel_thread_kentry() + 0x0015
     2611 816b8fd8 (+  32) 80065d0b   <kernel_x86> _create_kernel_thread_kentry() + 0x0015
    272712 816b8ff8 (+2123657224) 800069578   <kernel_x86> thread_kthread_exit() + 0x0000
    2828}}}
     
    3333
    3434One also can wonder why the pegasus device report a link when there is none yet...
     35
     36Anyway, device_removed() should not leads to a KDL.