[asterisk-bugs] [Zaptel 0010522]: kobject_add failed for zap250 with -EEXIST, don't try to register things with the same name in the same directory
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed Aug 22 15:40:25 CDT 2007
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=10522
======================================================================
Reported By: Matti
Assigned To: qwell
======================================================================
Project: Zaptel
Issue ID: 10522
Category: zaptel (the module)
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Zaptel Version: 1.2.19
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 08-22-2007 04:00 CDT
Last Modified: 08-22-2007 15:40 CDT
======================================================================
Summary: kobject_add failed for zap250 with -EEXIST, don't
try to register things with the same name in the same directory
Description:
If at least 250 channels are registered, the following errors are printed
to the kernel ring buffer:
[ 291.763507] kobject_add failed for zap250 with -EEXIST, don't try to
register
things with the same name in the same directory.
[ 291.763523] [<c01dcc93>] kobject_shadow_add+0x113/0x1a0
[ 291.763535] [<c01dcf07>] kobject_set_name+0x37/0xc0
[ 291.763539] [<c0231cf4>] class_device_add+0xb4/0x3c0
[ 291.763547] [<c01e0504>] vsnprintf+0x2f4/0x5f0
[ 291.763551] [<c01dc8ff>] kobject_get+0xf/0x20
[ 291.763554] [<c01dcd6f>] kobject_init+0x2f/0x50
[ 291.763558] [<c02320a0>] class_device_create+0x90/0xc0
[ 291.763562] [<e0c2b0c0>] zt_register+0x1a0/0x2b0 [zaptel]
[ 291.763579] [<e0b2f3ef>] etp_init+0x3ef/0x4c4 [ascom_etp]
[ 291.763586] [<c013ca09>] sys_init_module+0x169/0x1990
[ 291.763598] [<c01629c7>] filp_close+0x47/0x80
[ 291.763604] [<c0102b1a>] syscall_call+0x7/0xb
[ 291.763608] [<c02e0000>] packet_ioctl+0xc0/0x120
[ 291.763614] =======================
[ 291.764211] kobject_add failed for zap253 with -EEXIST, don't try to
register
things with the same name in the same directory.
[ 291.764217] [<c01dcc93>] kobject_shadow_add+0x113/0x1a0
[ 291.764222] [<c01dcf07>] kobject_set_name+0x37/0xc0
[ 291.764226] [<c0231cf4>] class_device_add+0xb4/0x3c0
[ 291.764230] [<c01e0504>] vsnprintf+0x2f4/0x5f0
[ 291.764234] [<c01dc8ff>] kobject_get+0xf/0x20
[ 291.764237] [<c01dcd6f>] kobject_init+0x2f/0x50
[ 291.764241] [<c02320a0>] class_device_create+0x90/0xc0
[ 291.764246] [<e0c2b0c0>] zt_register+0x1a0/0x2b0 [zaptel]
[ 291.764257] [<e0b2f3ef>] etp_init+0x3ef/0x4c4 [ascom_etp]
[ 291.764264] [<c013ca09>] sys_init_module+0x169/0x1990
[ 291.764276] [<c01629c7>] filp_close+0x47/0x80
[ 291.764281] [<c0102b1a>] syscall_call+0x7/0xb
[ 291.764285] [<c02e0000>] packet_ioctl+0xc0/0x120
[ 291.764290] =======================
[ 291.764300] kobject_add failed for zap254 with -EEXIST, don't try to
register
things with the same name in the same directory.
[ 291.764307] [<c01dcc93>] kobject_shadow_add+0x113/0x1a0
[ 291.764310] [<c01dcf07>] kobject_set_name+0x37/0xc0
[ 291.764314] [<c0231cf4>] class_device_add+0xb4/0x3c0
[ 291.764318] [<c01e0504>] vsnprintf+0x2f4/0x5f0
[ 291.764322] [<c01dc8ff>] kobject_get+0xf/0x20
[ 291.764325] [<c01dcd6f>] kobject_init+0x2f/0x50
[ 291.764328] [<c02320a0>] class_device_create+0x90/0xc0
[ 291.764333] [<e0c2b0c0>] zt_register+0x1a0/0x2b0 [zaptel]
[ 291.764342] [<e0b2f3ef>] etp_init+0x3ef/0x4c4 [ascom_etp]
[ 291.764349] [<c013ca09>] sys_init_module+0x169/0x1990
[ 291.764360] [<c01629c7>] filp_close+0x47/0x80
[ 291.764364] [<c0102b1a>] syscall_call+0x7/0xb
[ 291.764368] [<c02e0000>] packet_ioctl+0xc0/0x120
[ 291.764372] =======================
[ 291.764382] kobject_add failed for zap255 with -EEXIST, don't try to
register
things with the same name in the same directory.
[ 291.764388] [<c01dcc93>] kobject_shadow_add+0x113/0x1a0
[ 291.764391] [<c01dcf07>] kobject_set_name+0x37/0xc0
[ 291.764395] [<c0231cf4>] class_device_add+0xb4/0x3c0
[ 291.764398] [<c01e0504>] vsnprintf+0x2f4/0x5f0
[ 291.764402] [<c01dc8ff>] kobject_get+0xf/0x20
[ 291.764406] [<c01dcd6f>] kobject_init+0x2f/0x50
[ 291.764409] [<c02320a0>] class_device_create+0x90/0xc0
[ 291.764413] [<e0c2b0c0>] zt_register+0x1a0/0x2b0 [zaptel]
[ 291.764423] [<e0b2f3ef>] etp_init+0x3ef/0x4c4 [ascom_etp]
[ 291.764430] [<c013ca09>] sys_init_module+0x169/0x1990
[ 291.764441] [<c01629c7>] filp_close+0x47/0x80
[ 291.764445] [<c0102b1a>] syscall_call+0x7/0xb
[ 291.764449] [<c02e0000>] packet_ioctl+0xc0/0x120
[ 291.764453] =======================
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
08-22-07 15:40 qwell Status new => assigned
08-22-07 15:40 qwell Assigned To => qwell
======================================================================
More information about the asterisk-bugs
mailing list