<?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:python dumps core in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1195822#M1498</link>
    <description>&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for late response.&lt;/P&gt;&lt;P&gt;Intel distribution for Python doesn't include readline, and you get readline from public pip channel instead of intel channel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your core dump issue, it should be related to your gcc compilation process.&lt;/P&gt;&lt;P&gt;Can you try below steps for using readline python module?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;pip install gnureadline&lt;/LI&gt;&lt;LI&gt;pip uninstall readline&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Above steps work on my Intel Python environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if it works for you or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Louie&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 29 Jul 2020 22:35:32 GMT</pubDate>
    <dc:creator>Louie_T_Intel</dc:creator>
    <dc:date>2020-07-29T22:35:32Z</dc:date>
    <item>
      <title>python dumps core</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1192853#M1490</link>
      <description>&lt;P&gt;Have Intel Python 3.7.4 (default, Nov 22 2019, 21:31:39) &lt;BR /&gt;[GCC 7.3.0] :: Intel(R) Corporation on linux&lt;BR /&gt;installed.&lt;/P&gt;
&lt;P&gt;is starting with prompt, but when I give commands like help() or any else I get&lt;/P&gt;
&lt;P&gt;double free or corruption (out): 0x00007fb167ca39f0 ***&lt;BR /&gt;Aborted (core dumped)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 09:10:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1192853#M1490</guid>
      <dc:creator>ThomasL</dc:creator>
      <dc:date>2020-07-16T09:10:56Z</dc:date>
    </item>
    <item>
      <title>Re:python dumps core</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1193167#M1491</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are able to install Intel python 3.7.4 on Linux successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please check whether your installation is completed without any failure.&lt;/P&gt;&lt;P&gt;Please install the same again and let us know whether the issue still persists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the below link for register and download Intel python for Linux.&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/tools/distribution-for-python/choose-download/linux.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/tools/distribution-for-python/choose-download/linux.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Make sure that the installation completed without any failure.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jul 2020 06:25:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1193167#M1491</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2020-07-17T06:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re:python dumps core</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1193204#M1492</link>
      <description>&lt;P&gt;Hi AthiraM_Intel,&lt;/P&gt;
&lt;P&gt;as i become aware the first time the problem, I've updated to patch2 from tarball l_pythoni3_p_2020.1.893 . After installation without any errors i upgraded the complete intel parallel studio cluster edition to parallel_studio_xe_2020_update1_cluster_edition above fresh installed parallel_studio_xe_2020_cluster_edition. Also without errors.&lt;/P&gt;
&lt;P&gt;Now get idea,&lt;/P&gt;
&lt;P&gt;as I remeber starting interactive python shell I got no module named readline. Then I installed readline using pip.&amp;nbsp; Since this time the coredumps occures. Now checked with spyder3 . works without any errors. Then i 've removed readline and make some tests codes&amp;nbsp; and it works on pythonshell, but the startup of the shell gives error about missing readline again but ignored.&amp;nbsp; May be intelpython does not use readline from pip but from Intelpath ?&lt;/P&gt;
&lt;P&gt;Have we to modify the /etc/pythonstart ? &amp;nbsp; Or to remove the IPYTHONSTARTUP varable points to ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 09:14:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1193204#M1492</guid>
      <dc:creator>ThomasL</dc:creator>
      <dc:date>2020-07-17T09:14:39Z</dc:date>
    </item>
    <item>
      <title>Re:python dumps core</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1193639#M1493</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are investigating on this issue, will get back to you soon.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jul 2020 13:41:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1193639#M1493</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2020-07-20T13:41:33Z</dc:date>
    </item>
    <item>
      <title>Re:python dumps core</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1194006#M1494</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;quot;Intel Clear Light&amp;quot;, sans-serif; font-size: 10.5pt;"&gt;We are forwarding your case to Subject matter Experts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;quot;Intel Clear Light&amp;quot;, sans-serif; font-size: 10.5pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jul 2020 04:53:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1194006#M1494</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2020-07-22T04:53:26Z</dc:date>
    </item>
    <item>
      <title>Re:python dumps core</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1195822#M1498</link>
      <description>&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for late response.&lt;/P&gt;&lt;P&gt;Intel distribution for Python doesn't include readline, and you get readline from public pip channel instead of intel channel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your core dump issue, it should be related to your gcc compilation process.&lt;/P&gt;&lt;P&gt;Can you try below steps for using readline python module?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;pip install gnureadline&lt;/LI&gt;&lt;LI&gt;pip uninstall readline&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Above steps work on my Intel Python environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if it works for you or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Louie&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jul 2020 22:35:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1195822#M1498</guid>
      <dc:creator>Louie_T_Intel</dc:creator>
      <dc:date>2020-07-29T22:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re:python dumps core</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1195928#M1500</link>
      <description>&lt;P&gt;Hi Louie,&lt;/P&gt;
&lt;P&gt;thanks a lot.&lt;/P&gt;
&lt;P&gt;Works for me too.&lt;/P&gt;
&lt;P&gt;Perfect, but should Intel distribution not contain &amp;nbsp;the right readline (gnureadline) per default ?&lt;/P&gt;
&lt;P&gt;Anyway, this thread can be closed.&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 07:04:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1195928#M1500</guid>
      <dc:creator>ThomasL</dc:creator>
      <dc:date>2020-07-30T07:04:14Z</dc:date>
    </item>
    <item>
      <title>Re:python dumps core</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1197388#M1501</link>
      <description>&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;we will feedback this issue to Intel Python release team, and discuss with them to have proper readline in Intel python release in the feature.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;will close the ticket for now.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Aug 2020 20:57:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/python-dumps-core/m-p/1197388#M1501</guid>
      <dc:creator>Louie_T_Intel</dc:creator>
      <dc:date>2020-08-04T20:57:22Z</dc:date>
    </item>
  </channel>
</rss>

