Discussion Board
Socket Panic -14 (Descriptor parameter error) ?
2002-08-21, 19:02
#1
Regular Contributor
Hello,
What does "Descriptor parameter error" mean?
I got this randomly in my Socket-application but it's not reproduceable.
I'm basicly following SDK's Socket-example procedure to connect and get data.
Thanks.
Registered User
I have the same problem.
http://www.symbian.com/developer/tec.../erresapi.html
on this page you can find error codes.
regards
milosz
Registered User
Humm ...
the list is great but there is no reason !! example code -36 means disconnected but why the connection could be disconnected ......
Dominique HUGO.
Socket serv error -14?
2003-07-28, 19:00
#4
Registered User
Propably you're passing function local variable to asyncronous function call. Asynchronous call is randomly processed completely after end of function (depends on timing) and in that case asynchronous function call uses already trashed local variable and it causes crashes.
This is just a hunch...
Last edited by jfrobel; 2003-07-28 at 19:03 .
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules