Ticket #3211 (new defect)

Opened 3 years ago

Last modified 2 years ago

mingw: file wrapper read function busy loops to avoid segfault

Reported by: weyrick Assigned to: anonymous
Priority: normal Milestone: 3.0.0 release
Component: CURL Version: trunk
Severity: minor Keywords:
Cc:

Description (Last modified by weyrick)

due to issues with the async dns lookup (?), curl segfaults if we try to use select in the read function. for now, we busy loop on curl_multi_perform which jacks the cpu to 100 while we wait for the server to respond

Change History

04/15/07 11:36:15 changed by weyrick

  • version set to trunk.
  • type set to defect.
  • description changed.
  • milestone set to 3.0.0 release.

still issue?