You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use uv_thread instead of uv_queue to run uv_fs_download(). If using uv_queue, it will core dump.
the rtcdc cannot be terminate, the librtcdc is not finished implementing.
the file_server is not stable. whenever the file_server serve over 3 download request from 3 client, the file_server may crash
(*** Error in `./file_server': malloc(): memory corruption (fast): 0x00000000008e0690 *** )
Segmentation fault (core dumped)
update: this problem3 is solve, the reason is setting wrong size when memory allocate
The text was updated successfully, but these errors were encountered:
(*** Error in `./file_server': malloc(): memory corruption (fast): 0x00000000008e0690 *** )
Segmentation fault (core dumped)
update: this problem3 is solve, the reason is setting wrong size when memory allocate
The text was updated successfully, but these errors were encountered: