jadonk / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

My kernel_bind is failing with return value of -99 #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
ret = kernel_bind(app_data1.appscktptr, (struct sockaddr *) &app_addr, addrlen);
if (ret < 0) {
printk(KERN_ALERT "ISHITA:7 kernel_bind failed and return val is: %d  \n", ret);
}

What is the expected output? What do you see instead?
kernel_bind shouldn't fail

What version of the product are you using? On what operating system?
froyo version on linux server

Please provide any additional information below.
Could you please tell me where I can find the error codes, like what does 
kernel_bind return value -99 mean? And what could lead to such an error?

Original issue reported on code.google.com by raghu.ra...@gmail.com on 17 Apr 2011 at 4:16