<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Debugger problems... OclSocketError... in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789109#M570</link>
    <description>I have found something else.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When I debug the first kernel, then continue ... I enter into the other kernel !&lt;/DIV&gt;&lt;DIV&gt;Then I go step by step and it crash after the initialization of the 4th parameter !&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;What is strange is that without debugging, the kernel work (on both Intel and NVidia).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have also check for alignement and if both memory buffer are correctly created, I found no problem !&lt;/DIV&gt;</description>
    <pubDate>Thu, 09 Aug 2012 12:33:47 GMT</pubDate>
    <dc:creator>Polar01</dc:creator>
    <dc:date>2012-08-09T12:33:47Z</dc:date>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789095#M556</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I'm trying to debug my OpenCL kernel (on CPU) with the debugging utility in VS2010 but I got a OCLSocketError message !&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I work in local and have no local firewall !&lt;/DIV&gt;&lt;DIV&gt;I have also try to change th IP port... but it is the same ! Anyway I have no firewall so I don't understand why it does not work !&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The result is that when I put a break point in my .cl file, the application lock but never go the the .cl file breakpoints !&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any help ?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Jul 2012 08:19:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789095#M556</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-07-06T08:19:45Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789096#M557</link>
      <description>Hi Polar01,&lt;BR /&gt;&lt;BR /&gt;Could you please provide the full error log/printout you're getting in this case?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 08 Jul 2012 05:12:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789096#M557</guid>
      <dc:creator>Eli_Bendersky__Intel</dc:creator>
      <dc:date>2012-07-08T05:12:27Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789097#M558</link>
      <description>Sure (sorry for the delay),&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have retry, here is what I do :&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;1 - I generate (on the fly) the kernel source code and save it in kernel.cl&lt;/DIV&gt;&lt;DIV&gt;2 - I have add the kernel.cl file in my VS2010 solution&lt;/DIV&gt;&lt;DIV&gt;3 - I put a breakpoint in kernel.cl&lt;/DIV&gt;&lt;DIV&gt;4 - I restart the application (it will regenerate the same kernel.cl file)&lt;/DIV&gt;&lt;DIV&gt;5 - The application run, but does not stop !&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;In visual studio, the breakpoint is disabled and if I move my mouse over it I got the message :&lt;/DIV&gt;&lt;DIV&gt;"The breakpoint will not currently hit. No symbols have been loaded for this document"&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have try to change the TCP port (use a non-default one), it is the same !&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 Jul 2012 13:29:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789097#M558</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-07-17T13:29:41Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789098#M559</link>
      <description>So there no longer is an issue with a socket error?&lt;BR /&gt;&lt;BR /&gt;For the debugger to stop on the kernel as expected, you must pass the full path to the file MS Visual Studio knows about to clBuildProgram with the "-p" flag (and of course set "-g" too). Even if you actually generate the file on the fly, the full path passed to clBuildProgram must match the full path of the file you open with Visual Studion and put a breakpoint on.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jul 2012 04:50:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789098#M559</guid>
      <dc:creator>Eli_Bendersky__Intel</dc:creator>
      <dc:date>2012-07-18T04:50:07Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789099#M560</link>
      <description>Thanks,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;It is what I do :&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have try with :&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;"-g -s c:\kernel.cl"&lt;/DIV&gt;&lt;DIV&gt;"-g -p c:\kernel.cl"&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;But none work ! Visual studio does not stop in my code !&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Jul 2012 14:09:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789099#M560</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-07-18T14:09:04Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789100#M561</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You should use "-g -s c:\\path\\to\\your\\kernel.cl" as build options string for the &lt;CODE&gt;clBuildProgram&lt;/CODE&gt;. Pay attention to double backslashes. You also need to enclose the path by escaped quotes if it contains spaces: "-g -s "c:\\path\\with spaces\\kernel.cl"".&lt;BR /&gt;&lt;BR /&gt;Please, attach a small reproducer  if the issue is not resolved.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Yuri</description>
      <pubDate>Fri, 20 Jul 2012 12:56:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789100#M561</guid>
      <dc:creator>Yuri_K_Intel</dc:creator>
      <dc:date>2012-07-20T12:56:36Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789101#M562</link>
      <description>Thanks,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;But it does not work too !&lt;/DIV&gt;&lt;DIV&gt;What I have noticed is that I can't set the breakpoints in the .cl file, except if I put my build options in a static char*, this way :&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;static char* KERNELPATH = " -g -s "E:\\spectral\\spectralLight\\Kernels_Generated\\kernel__ProductionRenderer.cl"";&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="text-decoration: underline;"&gt;Also, I got the following exception :&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;&lt;I&gt;First-chance exception at 0x000007fefdd6cacd in spectralStudio.exe: Microsoft C++ exception: OclSocketError at memory location 0x0c0efa78.&lt;/I&gt;&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Jul 2012 14:19:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789101#M562</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-07-23T14:19:53Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789102#M563</link>
      <description>Could you please try the following steps. I also suggest to perform them with some simple OpenCL application/sample first.&lt;BR /&gt;1. Make sure that you have only 1 instance of Visual Studio open.&lt;BR /&gt;2. Check that OpenCL debugger is enabled in the "Tools-&amp;gt;Intel SDK for OpenCL - Debugger" dialog.&lt;BR /&gt;3. Check the work-items value in the same dialog with respect to kernel execution. This is important in case the kernel runs with some offset and with the default work-items value (0,0,0) the debugger will not stop at the kernel breakpoint.&lt;BR /&gt;4. Make sure that you are working with Intel OpenCL platform and you select CPU device.&lt;BR /&gt;5. Add necessary build parameters to clBuildProgram like so:&lt;BR /&gt;clBuildProgram(g_program, 0, NULL, "-g -s c:\\work\\ToneMapping\\ToneMapping.cl", NULL, NULL);&lt;BR /&gt;6. Make sure that the kernel source file you open in Visual Studio is the same file/text you pass to clCreateProgramWithSource function.&lt;BR /&gt;7. Put a breakpoint at host code right before (or at) clCreateContext function call. Put another breakpoint at kernel function code. Make sure that you put the breakpoint at the same kernel function that will be called/enqueued later.&lt;BR /&gt;8. Run the debugging session (F5). The debugger stops near clCreateContext. At this point the kernel breakpoint should be shown as not active (The breakpoint will not currently be hit...).&lt;BR /&gt;9. Step over the clCreateContext function call. At this point the kernel breakpoint should become active, showing something like "At ToneMapping.cl, line 60 in process 'icldbgsrv.exe'".&lt;BR /&gt;10. Continue debugging (F5) - kernel breakpoint should be hit.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2012 09:36:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789102#M563</guid>
      <dc:creator>Yuri_K_Intel</dc:creator>
      <dc:date>2012-07-24T09:36:12Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789103#M564</link>
      <description>Thanks,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have download the tone-mapping sample and do exactly what you propose. I got the exact same behavior than you described !&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;So, I do exactly the same with my project !&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have also try to add my kernel code to the tone-mapping kernel, and it works !&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;What can cause this problem ? I use the C++ interface to create my clContext, Queue etc... just for information !&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Jul 2012 12:16:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789103#M564</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-07-24T12:16:10Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789104#M565</link>
      <description>Do you have an idea of the problem ? Why the sample work but not my application !?&lt;DIV&gt;Can it be related to the OpenCL C++ API ? or the way I create my context ?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Jul 2012 09:14:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789104#M565</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-07-27T09:14:29Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789105#M566</link>
      <description>It definitely cannot be related to C++ interface, it should work fine.&lt;BR /&gt;Regarding other possible reasons it's quite hard to say without the code. If you share a small reproducer I will try to look into it.</description>
      <pubDate>Fri, 27 Jul 2012 13:51:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789105#M566</guid>
      <dc:creator>Yuri_K_Intel</dc:creator>
      <dc:date>2012-07-27T13:51:45Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789106#M567</link>
      <description>I understand,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Unfortunately it is difficult because the software is really big... the kernels are generated dynamically etc...&lt;/DIV&gt;&lt;DIV&gt;So, doing a small reproducer is difficult...&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Also, the samples are working but not my application... something make the difference, but what !!!!&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thx&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Aug 2012 09:25:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789106#M567</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-08-06T09:25:06Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789107#M568</link>
      <description>If you perform steps 1..10 with your application in which step the behaviour becomes different?</description>
      <pubDate>Mon, 06 Aug 2012 14:20:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789107#M568</guid>
      <dc:creator>Yuri_K_Intel</dc:creator>
      <dc:date>2012-08-06T14:20:47Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789108#M569</link>
      <description>I have discover something,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;In the same .cl file there are 2 kernels, a small one and a big one. I can debug the small one !&lt;/DIV&gt;&lt;DIV&gt;But the not the big one !&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Aug 2012 12:05:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789108#M569</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-08-09T12:05:20Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789109#M570</link>
      <description>I have found something else.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When I debug the first kernel, then continue ... I enter into the other kernel !&lt;/DIV&gt;&lt;DIV&gt;Then I go step by step and it crash after the initialization of the 4th parameter !&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;What is strange is that without debugging, the kernel work (on both Intel and NVidia).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have also check for alignement and if both memory buffer are correctly created, I found no problem !&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Aug 2012 12:33:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789109#M570</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-08-09T12:33:47Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789110#M571</link>
      <description>Without a minimal reproducer, it will be very hard for us to help you.</description>
      <pubDate>Thu, 09 Aug 2012 12:37:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789110#M571</guid>
      <dc:creator>Eli_Bendersky__Intel</dc:creator>
      <dc:date>2012-08-09T12:37:48Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789111#M572</link>
      <description>I understand, but I have try without success !&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Something else, it will be fine if we can put a breakpoint and it stop on any work-item (and not a specific one) !&lt;/DIV&gt;&lt;DIV&gt;By example, some case happend is rare cases but I still need to debug them... when happening !&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Also, it will be fine that the debugger stop at the right line when a access-violation occur (if no corruption occur of course), when possible !&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Aug 2012 12:49:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789111#M572</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-08-09T12:49:32Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789112#M573</link>
      <description>I continue to debug and found that I can enter into the kernel, in the method initialization but when I step over the parameter 'pixmapsBuffer' it throw an exception in the output.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;I&gt;&lt;B&gt;&lt;BR /&gt;Pixmap buffer is declared this way :&lt;/B&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;typedef struct __attribute__((packed)) { float x, y, z; } RGBMap;&lt;/DIV&gt;&lt;DIV&gt;__global __read_only RGBMap*						pixmapsBuffer;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="text-decoration: underline;"&gt;Pixmap buffer is allocated this way :&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;static int NULLBUFF = 0;&lt;/DIV&gt;&lt;DIV&gt;_clBuffer_Pixmaps		= new CLMemory(*_context, CL_MEM_READ_ONLY | CL_MEM_USE_HOST_PTR, 1, &amp;amp;NULLBUFF);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Notice that the buffer size is 1 (1 byte), simply because I don't use it ! But use a 'RGBMap*', can it be the problem ?&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Aug 2012 09:44:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789112#M573</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-08-10T09:44:23Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789113#M574</link>
      <description>It seems related because when I put something in the pixmap buffer, it does not stop at this argument.&lt;DIV&gt;But I'm still unable to enter into my kernel (maybe some other buffers have a size=1 too, I have to check).&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;B&gt;&lt;I&gt;&lt;SPAN style="text-decoration: underline;"&gt;BTW, the exception is :&lt;/SPAN&gt;&lt;/I&gt;&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;First-chance exception at 0x000007fefd6acacd in spectralStudio.exe: Microsoft C++ exception: OclSocketError at memory location 0x0de1fa78..&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Aug 2012 09:50:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789113#M574</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-08-10T09:50:38Z</dc:date>
    </item>
    <item>
      <title>Debugger problems... OclSocketError...</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789114#M575</link>
      <description>Do you think that we can expect more robust (more detailed description) when the OpenCL debugger crash !&lt;DIV&gt;Because now, it seems to be hard to find the reason of the problem.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Anyway, I have retest and it seems that if I don't setup some buffer with some valid data... I cannot trace step by step each parameter.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Now, I still have no idea how to enter and debug my main kernel :-(&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Can you help please ?&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Aug 2012 14:36:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Debugger-problems-OclSocketError/m-p/789114#M575</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-08-14T14:36:49Z</dc:date>
    </item>
  </channel>
</rss>

