<?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 Re: Alteryx crashes when Python doesn't set all output fields in Dev Space</title>
    <link>https://community.alteryx.com/t5/Dev-Space/Alteryx-crashes-when-Python-doesn-t-set-all-output-fields/m-p/287121#M610</link>
    <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/29445"&gt;@AshleyO&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Quick follow up, we have this logged in our defect tracking system, and will post in this thread if we plan to release a change in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 30 Aug 2018 15:47:18 GMT</pubDate>
    <dc:creator>TashaA</dc:creator>
    <dc:date>2018-08-30T15:47:18Z</dc:date>
    <item>
      <title>Alteryx crashes when Python doesn't set all output fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Alteryx-crashes-when-Python-doesn-t-set-all-output-fields/m-p/189705#M551</link>
      <description>&lt;P&gt;Alteryx crashes when running a Python module that doesn't set every field on the output record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If a set_from_*/set_null is not called for every field on every record, the underlying data structure is left uninitialized and for String fields can cause a crash.&lt;BR /&gt;For Integer/Double/Datetime fields whose contents are within the datastructure itself, downstream tools will read the uninitialized memory.&lt;BR /&gt;String fields are more dangerous as they appear to be stored as uninitialized pointers. These pointers can point to anywhere in memory and depending on their contents dereferencing these pointers causes Alteryx to crash.&lt;/P&gt;&lt;P&gt;Sometimes the following message also appears: "You have found a bug. Replicate, then let us know. We shall fix it soon."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following code snippet can cause this:&lt;BR /&gt;record_creator.reset()&lt;BR /&gt;out_record = record_creator.finalize_record()&lt;BR /&gt;output_anchor.push_record(out_record)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively see attached for a test case. Install the plugin. Run the first workflow repeatedly and check the browse tool each time. Run the second workflow for an almost guaranteed crash.&lt;/P&gt;&lt;P&gt;(Note: Increasing the number of rows doesn't increase the likelihood of a crash in this test case as the underlying datastructure is reused).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: Technically I did make a Python plugin. Do I get a Python Contest badge too?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 02:39:36 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Alteryx-crashes-when-Python-doesn-t-set-all-output-fields/m-p/189705#M551</guid>
      <dc:creator>AshleyO</dc:creator>
      <dc:date>2018-07-27T02:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx crashes when Python doesn't set all output fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Alteryx-crashes-when-Python-doesn-t-set-all-output-fields/m-p/191337#M567</link>
      <description>&lt;P&gt;Thanks for sharing this one as well&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/29445"&gt;@AshleyO&lt;/a&gt;, going to send this one over to the team to check it out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Tasha&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 16:08:30 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Alteryx-crashes-when-Python-doesn-t-set-all-output-fields/m-p/191337#M567</guid>
      <dc:creator>TashaA</dc:creator>
      <dc:date>2018-07-31T16:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx crashes when Python doesn't set all output fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Alteryx-crashes-when-Python-doesn-t-set-all-output-fields/m-p/287121#M610</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/29445"&gt;@AshleyO&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Quick follow up, we have this logged in our defect tracking system, and will post in this thread if we plan to release a change in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 15:47:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Alteryx-crashes-when-Python-doesn-t-set-all-output-fields/m-p/287121#M610</guid>
      <dc:creator>TashaA</dc:creator>
      <dc:date>2018-08-30T15:47:18Z</dc:date>
    </item>
  </channel>
</rss>

