Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi Daxiwen,
Thanks for your prompt reply. i am getting message like Hany Assasa's Simple Socket Server starting up [sss_task] Simple Socket Server listening on port 30 *** tcp_sleep, OSMutexPend = 4 dtrap - needs breakpoint *** tcp_sleep, OSMutexPost(2) = 4 dtrap - needs breakpoint Created "simple socket server" task (Prio: 4) *** tcp_wakeup, OSMutexPend = 4 dtrap - needs breakpoint *** tcp_wakeup, OSMutexPost = 4 dtrap - needs breakpoint *** tcp_wakeup, OSMutexPend = 4 dtrap - needs breakpoint *** tcp_sleep, OSMutexPost = 4 dtrap - needs breakpoint *** tcp_sleep, OSMutexPend = 4 dtrap - needs breakpoint I want to clarify this is a bug bout the tcp_sleep() and tcp_wake() functions do not work properly for tasks that call select() because I read Slacker's reply, it seems like moving the task to different priority solved the issue. Could you please advice? Thanks, Carid