This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 63a4dc4ab Publish built docs triggered by
a1a82fdd188c7d212ecf9478a6a1ab3a7aedfc13
63a4dc4ab is described below
commit 63a4dc4ab0505904864c9ca2638b4e6c3cc0811f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 02:16:48 2026 +0000
Publish built docs triggered by a1a82fdd188c7d212ecf9478a6a1ab3a7aedfc13
---
_sources/contributor-guide/debugging.md.txt | 10 ++++++++--
contributor-guide/debugging.html | 9 +++++++--
searchindex.js | 2 +-
3 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/_sources/contributor-guide/debugging.md.txt
b/_sources/contributor-guide/debugging.md.txt
index 1d2447d2e..3356a8389 100644
--- a/_sources/contributor-guide/debugging.md.txt
+++ b/_sources/contributor-guide/debugging.md.txt
@@ -33,8 +33,14 @@ _Caveat: The steps here have only been tested with JDK 11_
on Mac (M1)
## Debugging for Advanced Developers
-Add a `.lldbinit` to comet/core. This is not strictly necessary but will be
useful if you want to
-use advanced `lldb` debugging.
+Add a `.lldbinit` to comet/native. This is not strictly necessary but will be
useful if you want to
+use advanced `lldb` debugging. For example, we can ignore some exceptions and
signals that are not relevant
+to our debugging and would otherwise cause the debugger to stop.
+
+```
+settings set platform.plugin.darwin.ignored-exceptions
EXC_BAD_ACCESS|EXC_BAD_INSTRUCTION
+process handle -n true -p true -s false SIGBUS SIGSEGV SIGILL
+```
### In IntelliJ
diff --git a/contributor-guide/debugging.html b/contributor-guide/debugging.html
index 07f69ee46..b54cff842 100644
--- a/contributor-guide/debugging.html
+++ b/contributor-guide/debugging.html
@@ -470,8 +470,13 @@ LLDB or the LLDB that is bundled with XCode. We will use
the LLDB packaged with
<p><em>Caveat: The steps here have only been tested with JDK 11</em> on Mac
(M1)</p>
<section id="debugging-for-advanced-developers">
<h2>Debugging for Advanced Developers<a class="headerlink"
href="#debugging-for-advanced-developers" title="Link to this
heading">#</a></h2>
-<p>Add a <code class="docutils literal notranslate"><span
class="pre">.lldbinit</span></code> to comet/core. This is not strictly
necessary but will be useful if you want to
-use advanced <code class="docutils literal notranslate"><span
class="pre">lldb</span></code> debugging.</p>
+<p>Add a <code class="docutils literal notranslate"><span
class="pre">.lldbinit</span></code> to comet/native. This is not strictly
necessary but will be useful if you want to
+use advanced <code class="docutils literal notranslate"><span
class="pre">lldb</span></code> debugging. For example, we can ignore some
exceptions and signals that are not relevant
+to our debugging and would otherwise cause the debugger to stop.</p>
+<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span><span class="n">settings</span> <span
class="nb">set</span> <span class="n">platform</span><span
class="o">.</span><span class="n">plugin</span><span class="o">.</span><span
class="n">darwin</span><span class="o">.</span><span
class="n">ignored</span><span class="o">-</span><span
class="n">exceptions</span> <span class="n">EXC_BAD_ACCESS</span><span
class="o">|</span><span class="n">EXC_BAD_INSTRUCTION</span>
+<span class="n">process</span> <span class="n">handle</span> <span
class="o">-</span><span class="n">n</span> <span class="n">true</span> <span
class="o">-</span><span class="n">p</span> <span class="n">true</span> <span
class="o">-</span><span class="n">s</span> <span class="n">false</span> <span
class="n">SIGBUS</span> <span class="n">SIGSEGV</span> <span
class="n">SIGILL</span>
+</pre></div>
+</div>
<section id="in-intellij">
<h3>In IntelliJ<a class="headerlink" href="#in-intellij" title="Link to this
heading">#</a></h3>
<ol class="arabic">
diff --git a/searchindex.js b/searchindex.js
index f209d9b05..f8b08346c 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Format Your Code": [[12,
"format-your-code"]], "1. Install Comet": [[22, "install-comet"]], "1. Native
Operators (nativeExecs map)": [[4, "native-operators-nativeexecs-map"]], "2.
Build and Verify": [[12, "build-and-verify"]], "2. Clone Spark and Apply Diff":
[[22, "clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[4,
"sink-operators-sinks-map"]], "3. Comet JVM Operators": [[4,
"comet-jvm-operators"]], "3. Run Clippy (Recommended)": [[12 [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Format Your Code": [[12,
"format-your-code"]], "1. Install Comet": [[22, "install-comet"]], "1. Native
Operators (nativeExecs map)": [[4, "native-operators-nativeexecs-map"]], "2.
Build and Verify": [[12, "build-and-verify"]], "2. Clone Spark and Apply Diff":
[[22, "clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[4,
"sink-operators-sinks-map"]], "3. Comet JVM Operators": [[4,
"comet-jvm-operators"]], "3. Run Clippy (Recommended)": [[12 [...]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]