Custom Query (981 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 981)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#961 fixed Memory leak in coproc code Nicolas
Description

In coproc.cpp line 192:

        if (strstr(buf, "<coproc_cuda>")) {
            COPROC_CUDA* cc = new COPROC_CUDA;
            int retval = cc->parse(fin);
            if (!retval) {
                coprocs.push_back(cc);
            }
        }

If cc->parse fails, the COPROC_CUDA doesn't get added to the coprocs container, but it's not freed either. In line 198, it goes out of scope, and leaks.

Same a few lines below with COPROC_ATI (thanks to code duplication).

[found with cppcheck]

#967 invalid Error 417. Where is cc_config.xml? Zacatecnik
Description

Hi I using boinc (yes I have latest version) many months without problems and now still in messages are: Scheduler request failed: Error 417

so I can not upload or download. Using proxy no.

Using google give me advice: look to cc_config.xml and check if http connection has version 1.0, but where is cc_config.xml? I have Linux and try to found this file by file manager search and nothing found. Your wiki webpages are feebleness about this file.

#1023 invalid I want to download BOINC server source code - all in zip file pirahansiah
Description

I want to download BOINC server source code - all in zip file what should I do? Thanks

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.