<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/opensurfcl/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/opensurfcl/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 19 Oct 2011 09:07:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/opensurfcl/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Crash due to invalid commmand queue error</title><link>https://sourceforge.net/p/opensurfcl/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;For some specific images, a buffer cannot be read from the graphics card (invalid command queue error) and the library crashes.&lt;br /&gt;
E.g. the following 11 images out of 2000 tested images of the MIRFLICKR-25000 dataset &lt;a href="http://press.liacs.nl/mirflickr/" rel="nofollow"&gt;http://press.liacs.nl/mirflickr/&lt;/a&gt; reproducibly lead to this error: im1572.jpg, im2768.jpg, im3721.jpg, im10212.jpg, im10571.jpg, im11872.jpg, im12630.jpg, im22165.jpg, im361.jpg, im7248.jpg, im7940.jpg&lt;br /&gt;
The call of the clEnqueueReadBuffer method in CSurfCL.cpp line 1177 returns -36 (CL_INVALID_COMMAND_QUEUE).&lt;br /&gt;
[...]&lt;br /&gt;
// Wieviele Punkte wurden gefunden?&lt;br /&gt;
ErrorCode = clEnqueueReadBuffer(m_CommandQueue, m_IPointsCountBuff, CL_TRUE, 0, &lt;br /&gt;
sizeof(cl_uint) * m_Height, m_IPointsCount, 0, NULL, NULL);&lt;br /&gt;
[...]&lt;/p&gt;
&lt;p&gt;Intel Xenon 2.4GHz&lt;br /&gt;
NVIDIA Quadro FX 580 (NVIDIA drivers version 270.71)&lt;/p&gt;
&lt;p&gt;Windows XP SP3&lt;br /&gt;
Visual Studio 2008&lt;br /&gt;
OpenCV 2.3.0&lt;br /&gt;
NVIDIA CUDA Toolkit 4.0.17&lt;br /&gt;
NVIDIA CUDA SDK 4.0.19&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Wenzl</dc:creator><pubDate>Wed, 19 Oct 2011 09:07:23 -0000</pubDate><guid>https://sourceforge.net232ffdf3b6a1eac937c3f83ab3b8c49707818ac8</guid></item></channel></rss>