<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Conda - Tag - fds-board</title><link>https://blog.fdsboard.com/tags/conda/</link><description>Conda - Tag - fds-board</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Mon, 02 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.fdsboard.com/tags/conda/" rel="self" type="application/rss+xml"/><item><title>Debugging Numpy/SciPy Segfaults: OpenBLAS ILP64/LP64 Conflict via Conda+Poetry</title><link>https://blog.fdsboard.com/devops/segfault-openblas-abi-conflict/</link><pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate><author>Jinze(Jerry) Zhou</author><guid>https://blog.fdsboard.com/devops/segfault-openblas-abi-conflict/</guid><description><![CDATA[<h2 id="the-symptoms">The Symptoms</h2>
<p>WavePy is a Python 3.12-based ocean wave data processing system running in a Conda environment called <code>wave312</code>. During recent development, the process started vanishing without warning. No Python traceback, no error logs, just gone.</p>
<p>The last line of the log always stopped at the memory monitor output for <code>scipy.interpolate.griddata</code>:</p>
<div class="code-block code-line-numbers open" style="counter-reset: code-block 0">
    <div class="code-header language-text">
        <span class="code-title"><i class="arrow fas fa-angle-right" aria-hidden="true"></i></span>
        <span class="ellipses"><i class="fas fa-ellipsis-h" aria-hidden="true"></i></span>
        <span class="copy" title="Copy to clipboard"><i class="far fa-copy" aria-hidden="true"></i></span>
    </div><div class="highlight"><pre tabindex="0" class="chroma"><code class="language-text" data-lang="text"><span class="line"><span class="cl">2026-03-02 01:23:43,251 - MemoryMonitor - INFO - [MEM][interpolate_unstruct_grid:hsig:20260302_060000] RSS: 1440.44 MB</span></span></code></pre></div></div>
<p>After that, nothing. No traceback, no exception. It was a classic C extension segfault.</p>]]></description></item></channel></rss>