[uClibc 0004514]: hang when sending request to netlink socket on AVR32 NGW100 dev kit

bugs at busybox.net bugs at busybox.net
Thu Aug 7 15:51:26 UTC 2008


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=4514 
====================================================================== 
Reported By:                mpfj
Assigned To:                uClibc
====================================================================== 
Project:                    uClibc
Issue ID:                   4514
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             08-07-2008 08:51 PDT
Last Modified:              08-07-2008 08:51 PDT
====================================================================== 
Summary:                    hang when sending request to netlink socket on AVR32
NGW100 dev kit
Description: 
The attached file hangs (and produces a soft lockup) on Atmel's AVR32-based
NGW100 dev kit.

The same code was tested on my Ubuntu x86 box and exits without error.

Using gdb, I can see that it just hangs at the following:-

57        if (send(fd, n, n->nlmsg_len, 0) < 0) {
(gdb) __libc_send (sockfd=3, buffer=0x7ff38a24, len=17, flags=0) at
libc/inet/socketcalls.c:248
248    _syscall4(ssize_t, __libc_send, int, sockfd, const void *, buffer,
size_t, len, int, flags); 
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
08-07-08 08:51  mpfj           New Issue                                    
08-07-08 08:51  mpfj           Status                   new => assigned     
08-07-08 08:51  mpfj           Assigned To               => uClibc          
08-07-08 08:51  mpfj           File Added: netlink.c                        
======================================================================




More information about the uClibc-cvs mailing list